Running with gitlab-runner 17.8.0 (e4f782b3)
  on gitlab-runner-8499b86c48-rh4tp t2__Ghhs, system ID: r_oNIBmvSDbUJm
Resolving secrets
section_start:1742450610: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:1742450610:prepare_executor
section_start:1742450610: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-t2ghhs-project-7398-concurrent-0-zos4vh46 to be running, status is Pending
Waiting for pod gitlab-runner/runner-t2ghhs-project-7398-concurrent-0-zos4vh46 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-t2ghhs-project-7398-concurrent-0-zos4vh46 via gitlab-runner-8499b86c48-rh4tp...

section_end:1742450617:prepare_script
section_start:1742450617: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 bc8d8996 as detached HEAD (ref is main)...

Skipping Git submodules setup

section_end:1742450618:get_sources
section_start:1742450618: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:1742450618:restore_cache
section_start:1742450618: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}}}'$",
           "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
           "^upgrade-gitlabrunner '{{{newValue}}}'$",
           "^map-chart-yaml-appversion$",
           "^update-alloy-subcharts$"
         ],
         "packageRules": [
           {
             "groupName": "IB Updates",
             "matchDatasources": ["docker"],
             "matchPackagePatterns": [".*"],
             "postUpgradeTasks": {
               "commands": [
                 "map-chart-yaml-appversion",
                 "bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}\\n{{/each}}'"
               ],
               "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/43520543"
         }
       },
       "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}}}'$",
           "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
           "^upgrade-gitlabrunner '{{{newValue}}}'$",
           "^map-chart-yaml-appversion$",
           "^update-alloy-subcharts$"
         ],
         "packageRules": [
           {
             "groupName": "IB Updates",
             "matchDatasources": ["docker"],
             "postUpgradeTasks": {
               "commands": [
                 "map-chart-yaml-appversion",
                 "bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}\\n{{/each}}'"
               ],
               "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/43520543"
         }
       }
 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}}}'$",
           "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
           "^upgrade-gitlabrunner '{{{newValue}}}'$",
           "^map-chart-yaml-appversion$",
           "^update-alloy-subcharts$"
         ],
         "packageRules": [
           {
             "groupName": "IB Updates",
             "matchDatasources": ["docker"],
             "postUpgradeTasks": {
               "commands": [
                 "map-chart-yaml-appversion",
                 "bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}\\n{{/each}}'"
               ],
               "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/43520543"
         }
       }
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}}}'$",
           "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
           "^upgrade-gitlabrunner '{{{newValue}}}'$",
           "^map-chart-yaml-appversion$",
           "^update-alloy-subcharts$"
         ],
         "packageRules": [
           {
             "groupName": "IB Updates",
             "matchDatasources": ["docker"],
             "postUpgradeTasks": {
               "commands": [
                 "map-chart-yaml-appversion",
                 "bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}\\n{{/each}}'"
               ],
               "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/43520543"
         },
         "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.9.1-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 221 project(s)
DEBUG: Autodiscovered 219 repositories
DEBUG: Applying autodiscoverFilter
       "autodiscoverFilter": ["big-bang/**"]
 INFO: Autodiscovered repositories
       "length": 215,
       "repositories": [
         "big-bang/customers/airgap",
         "big-bang/apps/sandbox/compliance-dashboard-collector",
         "big-bang/apps/sandbox/compliance-dashboard-app",
         "big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing",
         "big-bang/apps/developer-tools/bbctl",
         "big-bang/apps/developer-tools/homebrew-tools-private",
         "big-bang/apps/developer-tools/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-core",
         "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/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/product/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/customers/airgap)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/airgap (repository=big-bang/customers/airgap)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customers/airgap)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/customers/airgap)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/customers/airgap)
DEBUG: big-bang/customers/airgap default branch = main (repository=big-bang/customers/airgap)
DEBUG: Enabling Git FS (repository=big-bang/customers/airgap)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/customers/airgap.git (repository=big-bang/customers/airgap)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fcustomers%2Fairgap/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=81) (repository=big-bang/customers/airgap)
DEBUG: GitLab API 404 (repository=big-bang/customers/airgap)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fcustomers%2Fairgap/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/customers/airgap)
DEBUG: Resetting npmrc (repository=big-bang/customers/airgap)
DEBUG: checkOnboarding() (repository=big-bang/customers/airgap)
DEBUG: isOnboarded() (repository=big-bang/customers/airgap)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/customers/airgap)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/customers/airgap)
DEBUG: findFile(renovate.json) (repository=big-bang/customers/airgap)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/airgap (repository=big-bang/customers/airgap)
DEBUG: Performing blobless clone (repository=big-bang/customers/airgap)
DEBUG: git clone completed (repository=big-bang/customers/airgap)
       "durationMs": 439
DEBUG: latest repository commit (repository=big-bang/customers/airgap)
       "latestCommit": {
         "hash": "73be5baeeba22afdda0da8db543df829f278fa54",
         "date": "2025-03-05T15:20:02+00:00",
         "message": "Initial commit",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/customers/airgap)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/customers/airgap)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/customers/airgap)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/customers/airgap)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/customers/airgap)
DEBUG: findFile(.renovaterc) (repository=big-bang/customers/airgap)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/customers/airgap)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/customers/airgap)
DEBUG: config file not found (repository=big-bang/customers/airgap)
 INFO: Repository is disabled - skipping (repository=big-bang/customers/airgap)
DEBUG: Removing any stale branches (repository=big-bang/customers/airgap)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/customers/airgap)
DEBUG: No renovate branches found (repository=big-bang/customers/airgap)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/customers/airgap)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/customers/airgap)
       "splits": {},
       "total": 964
DEBUG: Package cache statistics (repository=big-bang/customers/airgap)
       "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/airgap)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 98,
           "reqMedianMs": 86,
           "reqMaxMs": 128,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/customers/airgap)
DEBUG: Lookup statistics (repository=big-bang/customers/airgap)
 INFO: Repository finished (repository=big-bang/customers/airgap)
       "cloned": true,
       "durationMs": 964
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-collector)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/compliance-dashboard-collector (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: big-bang/apps/sandbox/compliance-dashboard-collector default branch = main (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/compliance-dashboard-collector.git (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/compliance-dashboard-collector (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "durationMs": 466
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "latestCommit": {
         "hash": "8afaffa34dfc07859ecc13b9897684c454603aad",
         "date": "2025-03-17T16:02:29+00:00",
         "message": "Merge branch 'init-collector' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Init collector\n\nSee merge request big-bang/apps/sandbox/compliance-dashboard-collector!13",
         "author_name": "Manuel Ucles",
         "author_email": "mucles@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Repository config (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T16:02:29+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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-collector, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: npm file package.json has name "collector-template" (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
       "managers": {"gomod": 6, "dockerfile": 6, "npm": 7}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 37},
           "npm": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 4, "depCount": 41}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: hostRules: no authentication for registry.npmjs.org (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using queue: host=registry.npmjs.org, concurrency=999 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using queue: host=raw.githubusercontent.com, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using queue: host=proxy.golang.org, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/google/golang/golang-1.20, latest) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/google/golang/golang-1.20, latest, get) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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/stretchr/testify/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=197) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/fsnotify/fsnotify, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/hcl, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/magiconair/properties, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/mapstructure, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/pelletier/go-toml/v2, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/rogpeppe/go-internal, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/sagikazarmark/locafero, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/sagikazarmark/slog-shim, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/sourcegraph/conc, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/spf13/afero, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/spf13/cast, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/spf13/pflag, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: github.com/subosito/gotenv, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: go.uber.org/atomic, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: go.uber.org/multierr, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: golang.org/x/exp, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: golang.org/x/sys, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: gopkg.in/ini.v1, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
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=79) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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=49) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Using queue: host=gorm.io, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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=107) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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-collector, 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=72) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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-collector, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, library/golang, latest) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Docker Hub library image - skipping label lookup (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: 5 flattened updates found: registry1.dso.mil/ironbank/google/golang/golang-1.20, golang, github.com/spf13/viper, cypress, husky (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: Returning 4 branch(es) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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": "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.24",
                     "newValue": "1.24",
                     "releaseTimestamp": "2025-03-19T14:48:39.982Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 1,
                     "newMinor": 24,
                     "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": 407,
                 "isSingleVersion": true,
                 "fixedVersion": "1.20"
               }
             ],
             "packageFile": "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": 317,
                 "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": 438,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/viper",
                 "currentValue": "v1.19.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.20.0",
                     "newValue": "v1.20.0",
                     "releaseTimestamp": "2025-03-15T15:03:09.000Z",
                     "newVersionAgeInDays": 4,
                     "newMajor": 1,
                     "newMinor": 20,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-spf13-viper-1.x"
                   }
                 ],
                 "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": 291,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.19.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": 127,
                 "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": 107,
                 "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": 209,
                 "fixedVersion": "v1.25.12"
               },
               {
                 "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": 13},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fsnotify/fsnotify",
                 "currentValue": "v1.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/fsnotify/fsnotify",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/hcl",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/hashicorp/hcl",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "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": 17},
                 "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": 18},
                 "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": 19},
                 "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": 20},
                 "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": 21},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/magiconair/properties",
                 "currentValue": "v1.8.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/magiconair/properties",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/mapstructure",
                 "currentValue": "v1.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "github.com/mitchellh/mapstructure",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pelletier/go-toml/v2",
                 "currentValue": "v2.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "github.com/pelletier/go-toml/v2",
                 "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": 25},
                 "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": 26},
                 "updates": [],
                 "packageName": "github.com/rogpeppe/go-internal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sagikazarmark/locafero",
                 "currentValue": "v0.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "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": 28},
                 "updates": [],
                 "packageName": "github.com/sagikazarmark/slog-shim",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sourcegraph/conc",
                 "currentValue": "v0.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 29},
                 "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": 30},
                 "updates": [],
                 "packageName": "github.com/spf13/afero",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/cast",
                 "currentValue": "v1.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 31},
                 "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": 32},
                 "updates": [],
                 "packageName": "github.com/spf13/pflag",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 33},
                 "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": 34},
                 "updates": [],
                 "packageName": "github.com/subosito/gotenv",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.uber.org/atomic",
                 "currentValue": "v1.9.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 35},
                 "updates": [],
                 "packageName": "go.uber.org/atomic",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.uber.org/multierr",
                 "currentValue": "v1.9.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 36},
                 "updates": [],
                 "packageName": "go.uber.org/multierr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.21.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 37},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/exp",
                 "currentValue": "v0.0.0-20230905200255-921286631fa9",
                 "currentDigest": "921286631fa9",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 38},
                 "updates": [],
                 "packageName": "golang.org/x/exp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 39},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sys",
                 "currentValue": "v0.21.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 40},
                 "updates": [],
                 "packageName": "golang.org/x/sys",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.14.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 41},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/ini.v1",
                 "currentValue": "v1.67.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 42},
                 "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": 43},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^9.7.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "14.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 1031,
                 "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": 121,
                     "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": 806,
                 "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/compliance-dashboard-collector)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Processing 4 branches: renovate/cypress-14.x, renovate/github.com-spf13-viper-1.x, renovate/husky-9.x, renovate/ib-updates (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getBranchPr(renovate/github.com-spf13-viper-1.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/github.com-spf13-viper-1.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: 4 PRs are currently open (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: PR concurrent limit remaining: 6 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: 4 already existing branches found: renovate/ib-updates,renovate/github.com-spf13-viper-1.x,renovate/cypress-14.x,renovate/husky-9.x (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Branch concurrent limit remaining: 6 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:15.275Z) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T16:02:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep golang in Dockerfile.dev is already updated (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, packageFile=Dockerfile.dev, branch=renovate/ib-updates)
       "depName": "golang"
DEBUG: Branch dep registry1.dso.mil/ironbank/google/golang/golang-1.20 in Dockerfile is already updated (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/google/golang/golang-1.20"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T16:02:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/google/golang/golang-1.20 (1.20.3 -> 1.20.14) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/google/golang/golang-1.20 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update IB Updates"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
       "pr": 14,
       "prTitle": "Update IB Updates"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: getBranchPr(renovate/github.com-spf13-viper-1.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: findPr(renovate/github.com-spf13-viper-1.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:16.570Z) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: isBranchConflicted(main, renovate/github.com-spf13-viper-1.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T16:02:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: gomod.updateDependency: v1.20.0 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T16:02:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: getBranchPr(renovate/github.com-spf13-viper-1.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: findPr(renovate/github.com-spf13-viper-1.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Fetching changelog: https://github.com/spf13/viper (v1.19.0 -> v1.20.0) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
       "manager": "gomod",
       "packageName": "github.com/spf13/viper",
       "sourceUrl": "https://github.com/spf13/viper"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
       "prTitle": "Update module github.com/spf13/viper to v1.20.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
       "pr": 15,
       "prTitle": "Update module github.com/spf13/viper to v1.20.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:17.323Z) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(main, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T16:02:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T16:02:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (9.7.0 -> 14.2.0) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
       "pr": 17,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:17.976Z) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: isBranchConflicted(main, renovate/husky-9.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T16:02:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: npm.updateDependency(): devDependencies.husky = ^9.0.0 (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T16:02:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard-collector, 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/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
       "prTitle": "Update dependency husky to v9"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
       "pr": 18,
       "prTitle": "Update dependency husky to v9"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-collector, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getBranchPr(renovate/github.com-spf13-viper-1.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/github.com-spf13-viper-1.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "branchList": [
         "renovate/cypress-14.x",
         "renovate/github.com-spf13-viper-1.x",
         "renovate/husky-9.x",
         "renovate/ib-updates"
       ],
       "renovateBranches": [
         "renovate/cypress-14.x",
         "renovate/github.com-spf13-viper-1.x",
         "renovate/husky-9.x",
         "renovate/ib-updates"
       ]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "8afaffa34dfc07859ecc13b9897684c454603aad"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "8afaffa34dfc07859ecc13b9897684c454603aad",
           "branchName": "renovate/ib-updates",
           "branchSha": "c929a29bc1ecc5c94ec800434a9c5f32747c6689",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "8afaffa34dfc07859ecc13b9897684c454603aad",
           "branchName": "renovate/github.com-spf13-viper-1.x",
           "branchSha": "4a881547e8ca08978a4808f2fda2e26173d1612f",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "8afaffa34dfc07859ecc13b9897684c454603aad",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "75518a9d009c391e0b720af4c8bba47b59b4568b",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "8afaffa34dfc07859ecc13b9897684c454603aad",
           "branchName": "renovate/husky-9.x",
           "branchSha": "1bbf2a2f61ea8ea21d888da2bb6368f6fb7495e0",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 14,
           "prTitle": "Update IB Updates",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "golang",
               "displayPending": "",
               "fixedVersion": "1.20",
               "currentVersion": "1.20",
               "currentValue": "1.20",
               "newValue": "1.24",
               "newVersion": "1.24",
               "packageFile": "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": "Dockerfile",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/google/golang/golang-1.20"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-spf13-viper-1.x",
           "prNo": 15,
           "prTitle": "Update module github.com/spf13/viper to v1.20.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/spf13/viper",
               "displayPending": "",
               "fixedVersion": "v1.19.0",
               "currentVersion": "v1.19.0",
               "currentValue": "v1.19.0",
               "newValue": "v1.20.0",
               "newVersion": "v1.20.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/spf13/viper"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 17,
           "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.2.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         },
         {
           "branchName": "renovate/husky-9.x",
           "prNo": 18,
           "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/compliance-dashboard-collector)
       "stats": {"total": 4, "open": 4, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
DEBUG: repository problems (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "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-collector)
       "splits": {"init": 1309, "extract": 120, "lookup": 19597, "onboarding": 1, "update": 4476},
       "total": 25518
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "get": {"count": 37, "avgMs": 3, "medianMs": 1, "maxMs": 8, "totalMs": 108},
       "set": {"count": 37, "avgMs": 6, "medianMs": 4, "maxMs": 41, "totalMs": 235}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "hosts": {
         "gorm.io": {
           "count": 2,
           "reqAvgMs": 39,
           "reqMedianMs": 68,
           "reqMaxMs": 68,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 39,
           "reqAvgMs": 468,
           "reqMedianMs": 449,
           "reqMaxMs": 1256,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "proxy.golang.org": {
           "count": 267,
           "reqAvgMs": 40,
           "reqMedianMs": 26,
           "reqMaxMs": 357,
           "queueAvgMs": 2,
           "queueMedianMs": 0,
           "queueMaxMs": 23
         },
         "raw.githubusercontent.com": {
           "count": 1,
           "reqAvgMs": 157,
           "reqMedianMs": 157,
           "reqMaxMs": 157,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry.npmjs.org": {
           "count": 2,
           "reqAvgMs": 137,
           "reqMedianMs": 163,
           "reqMaxMs": 163,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 48,
           "reqMedianMs": 26,
           "reqMaxMs": 153,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 15,
           "reqAvgMs": 238,
           "reqMedianMs": 175,
           "reqMaxMs": 601,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 332
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "https://registry.npmjs.org": {"/cypress": {"hit": 0, "miss": 1}, "/husky": {"hit": 0, "miss": 1}}
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "npm": {"count": 2, "avgMs": 210, "medianMs": 255, "maxMs": 255, "totalMs": 419},
       "golang-version": {"count": 1, "avgMs": 207, "medianMs": 207, "maxMs": 207, "totalMs": 207},
       "docker": {"count": 2, "avgMs": 9980, "medianMs": 19524, "maxMs": 19524, "totalMs": 19960},
       "go": {"count": 5, "avgMs": 986, "medianMs": 946, "maxMs": 1309, "totalMs": 4931}
 INFO: Repository finished (repository=big-bang/apps/sandbox/compliance-dashboard-collector)
       "cloned": true,
       "durationMs": 25518
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-app)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/compliance-dashboard-app (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: big-bang/apps/sandbox/compliance-dashboard-app default branch = main (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/compliance-dashboard-app.git (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/compliance-dashboard-app (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "durationMs": 971
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "latestCommit": {
         "hash": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
         "date": "2025-03-17T18:41:29+00:00",
         "message": "Merge branch '11-pdf-report-generator' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Resolve \"UI: Add Download Report Functionality\"\n\nCloses #11\n\nSee merge request big-bang/apps/sandbox/compliance-dashboard-app!24",
         "author_name": "Manuel Ucles",
         "author_email": "mucles@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Repository config (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/compliance-dashboard-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/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Matched 2 file(s) for manager npm: .next/package.json, package.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: npm file .next/package.json has name undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Package file has no deps (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Skipping file (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: npm file package.json has name "compliance-dashboard-app" (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Found package-lock.json for package.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
       "managers": {"npm": 17}
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
       "stats": {
         "managers": {"npm": {"fileCount": 1, "depCount": 32}},
         "total": {"fileCount": 1, "depCount": 32}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: hostRules: no authentication for registry.npmjs.org (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Using queue: host=registry.npmjs.org, concurrency=999 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: 19 flattened updates found: jspdf, lucide-react, next, react, react-dom, recharts, tailwind-merge, tailwind-merge, @eslint/eslintrc, @types/node, @types/node, @types/react, @types/react-dom, eslint, eslint-config-next, postcss, tailwindcss, tailwindcss, typescript (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Returning 19 branch(es) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main)
       "sourceUrl": "https://github.com/vercel/next.js",
       "newVersion": "15.2.3",
       "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-app, 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-app, baseBranch=main)
       "config": {
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "@radix-ui/react-select",
                 "currentValue": "^2.1.6",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.1.6",
                 "updates": [],
                 "packageName": "@radix-ui/react-select",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/radix-ui/primitives",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://radix-ui.com/primitives",
                 "currentVersion": "2.1.6",
                 "currentVersionTimestamp": "2025-02-05T23:50:32.920Z",
                 "currentVersionAgeInDays": 42,
                 "fixedVersion": "2.1.6"
               },
               {
                 "depType": "dependencies",
                 "depName": "@radix-ui/react-slot",
                 "currentValue": "^1.1.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.1.2",
                 "updates": [],
                 "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.2",
                 "currentVersionTimestamp": "2025-02-05T23:50:32.854Z",
                 "currentVersionAgeInDays": 42,
                 "fixedVersion": "1.1.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "@radix-ui/react-tooltip",
                 "currentValue": "^1.1.8",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.1.8",
                 "updates": [],
                 "packageName": "@radix-ui/react-tooltip",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/radix-ui/primitives",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://radix-ui.com/primitives",
                 "currentVersion": "1.1.8",
                 "currentVersionTimestamp": "2025-02-05T23:50:35.364Z",
                 "currentVersionAgeInDays": 42,
                 "fixedVersion": "1.1.8"
               },
               {
                 "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": 113,
                 "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": 331,
                 "fixedVersion": "2.1.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "formik",
                 "currentValue": "^2.4.6",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.4.6",
                 "updates": [],
                 "packageName": "formik",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jaredpalmer/formik",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://formik.org",
                 "currentVersion": "2.4.6",
                 "currentVersionTimestamp": "2024-04-24T22:22:59.781Z",
                 "currentVersionAgeInDays": 329,
                 "fixedVersion": "2.4.6"
               },
               {
                 "depType": "dependencies",
                 "depName": "html2canvas",
                 "currentValue": "^1.4.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.4.1",
                 "updates": [],
                 "packageName": "html2canvas",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/niklasvh/html2canvas",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://html2canvas.hertzen.com",
                 "currentVersion": "1.4.1",
                 "currentVersionTimestamp": "2022-01-22T16:43:10.060Z",
                 "currentVersionAgeInDays": 1152,
                 "fixedVersion": "1.4.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "jspdf",
                 "currentValue": "^3.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.0.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.0.1",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2025-03-18T09:07:13.000Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/jspdf-3.x-lockfile"
                   }
                 ],
                 "packageName": "jspdf",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/MrRio/jsPDF",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://github.com/mrrio/jspdf",
                 "currentVersion": "3.0.0",
                 "currentVersionTimestamp": "2025-02-19T09:39:41.168Z",
                 "currentVersionAgeInDays": 28,
                 "isSingleVersion": true,
                 "fixedVersion": "3.0.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "jspdf-autotable",
                 "currentValue": "^5.0.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "5.0.2",
                 "updates": [],
                 "packageName": "jspdf-autotable",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/simonbengtsson/jsPDF-AutoTable",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://simonbengtsson.github.io/jsPDF-AutoTable",
                 "currentVersion": "5.0.2",
                 "currentVersionTimestamp": "2025-02-26T11:59:39.410Z",
                 "currentVersionAgeInDays": 21,
                 "fixedVersion": "5.0.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "lucide-react",
                 "currentValue": "^0.468.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.468.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.483.0",
                     "newValue": "^0.483.0",
                     "releaseTimestamp": "2025-03-18T12:46:51.836Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 483,
                     "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": 104,
                 "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.2.3",
                     "newValue": "15.2.3",
                     "releaseTimestamp": "2025-03-18T00:18:54.395Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 15,
                     "newMinor": 2,
                     "newPatch": 3,
                     "updateType": "minor",
                     "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": 99,
                 "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": 104,
                     "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": 327,
                 "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": 104,
                     "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": 327,
                 "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": 51,
                     "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": 107,
                 "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": 86,
                     "newMajor": 2,
                     "newMinor": 6,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/tailwind-merge-2.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "3.0.2",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2025-02-22T18:12:44.157Z",
                     "newVersionAgeInDays": 25,
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 2,
                     "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": 115,
                 "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": 569,
                 "fixedVersion": "1.0.7"
               },
               {
                 "depType": "dependencies",
                 "depName": "yup",
                 "currentValue": "^1.6.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.6.1",
                 "updates": [],
                 "packageName": "yup",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jquense/yup",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "1.6.1",
                 "currentVersionTimestamp": "2024-12-17T17:43:02.872Z",
                 "currentVersionAgeInDays": 92,
                 "fixedVersion": "1.6.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@eslint/eslintrc",
                 "currentValue": "^3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.2.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.3.0",
                     "newValue": "^3",
                     "releaseTimestamp": "2025-02-21T21:03:58.860Z",
                     "newVersionAgeInDays": 26,
                     "newMajor": 3,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/eslint-eslintrc-3.x-lockfile"
                   }
                 ],
                 "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": 124,
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/jest-dom",
                 "currentValue": "^6.6.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "6.6.3",
                 "updates": [],
                 "packageName": "@testing-library/jest-dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/jest-dom",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "6.6.3",
                 "currentVersionTimestamp": "2024-10-31T15:11:25.079Z",
                 "currentVersionAgeInDays": 139,
                 "fixedVersion": "6.6.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/react",
                 "currentValue": "^16.2.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "16.2.0",
                 "updates": [],
                 "packageName": "@testing-library/react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/react-testing-library",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "16.2.0",
                 "currentVersionTimestamp": "2025-01-15T23:19:08.936Z",
                 "currentVersionAgeInDays": 63,
                 "fixedVersion": "16.2.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/user-event",
                 "currentValue": "^14.6.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "14.6.1",
                 "updates": [],
                 "packageName": "@testing-library/user-event",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/user-event",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "14.6.1",
                 "currentVersionTimestamp": "2025-01-21T17:35:55.574Z",
                 "currentVersionAgeInDays": 57,
                 "fixedVersion": "14.6.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/node",
                 "currentValue": "^20",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "20.17.10",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "20.17.24",
                     "newValue": "^20",
                     "releaseTimestamp": "2025-03-08T07:03:36.774Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 20,
                     "newMinor": 17,
                     "newPatch": 24,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/node-20.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "22.13.10",
                     "newValue": "^22.0.0",
                     "releaseTimestamp": "2025-03-08T07:03:08.922Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 22,
                     "newMinor": 13,
                     "newPatch": 10,
                     "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": 98,
                 "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.12",
                     "newValue": "^19",
                     "releaseTimestamp": "2025-03-19T15:02:38.925Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 12,
                     "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": 103,
                 "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.4",
                     "newValue": "^19",
                     "releaseTimestamp": "2025-02-17T09:34:08.379Z",
                     "newVersionAgeInDays": 30,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 4,
                     "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": 100,
                 "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.22.0",
                     "newValue": "^9",
                     "releaseTimestamp": "2025-03-07T21:17:39.226Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 9,
                     "newMinor": 22,
                     "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": 110,
                 "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.2.3",
                     "newValue": "15.2.3",
                     "releaseTimestamp": "2025-03-18T00:18:18.926Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 15,
                     "newMinor": 2,
                     "newPatch": 3,
                     "updateType": "minor",
                     "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": 99,
                 "isSingleVersion": true,
                 "fixedVersion": "15.1.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "jest",
                 "currentValue": "^29.7.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": 554,
                 "fixedVersion": "29.7.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "jest-environment-jsdom",
                 "currentValue": "^29.7.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": 554,
                 "fixedVersion": "29.7.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "postcss",
                 "currentValue": "^8",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.4.49",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "8.5.3",
                     "newValue": "^8",
                     "releaseTimestamp": "2025-02-19T13:45:44.840Z",
                     "newVersionAgeInDays": 28,
                     "newMajor": 8,
                     "newMinor": 5,
                     "newPatch": 3,
                     "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": 128,
                 "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": 92,
                     "newMajor": 3,
                     "newMinor": 4,
                     "newPatch": 17,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/tailwindcss-3.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "4.0.14",
                     "newValue": "^4.0.0",
                     "releaseTimestamp": "2025-03-13T12:06:07.908Z",
                     "newVersionAgeInDays": 6,
                     "newMajor": 4,
                     "newMinor": 0,
                     "newPatch": 14,
                     "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": 106,
                 "isSingleVersion": true,
                 "fixedVersion": "3.4.16"
               },
               {
                 "depType": "devDependencies",
                 "depName": "ts-node",
                 "currentValue": "^10.9.2",
                 "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": 467,
                 "fixedVersion": "10.9.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typescript",
                 "currentValue": "^5",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.7.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.8.2",
                     "newValue": "^5",
                     "releaseTimestamp": "2025-02-28T16:52:08.252Z",
                     "newVersionAgeInDays": 19,
                     "newMajor": 5,
                     "newMinor": 8,
                     "newPatch": 2,
                     "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.7.2",
                 "currentVersionTimestamp": "2024-11-22T17:16:09.621Z",
                 "currentVersionAgeInDays": 117,
                 "isSingleVersion": true,
                 "fixedVersion": "5.7.2"
               }
             ],
             "extractedConstraints": {"npm": ">=7"},
             "packageFileVersion": "0.1.0",
             "managerData": {
               "packageJsonName": "compliance-dashboard-app",
               "hasPackageManager": false,
               "npmLock": "package-lock.json",
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json",
             "lockFiles": ["package-lock.json"]
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Processing 19 branches: renovate/eslint-9.x-lockfile, renovate/eslint-config-next-15.x, renovate/eslint-eslintrc-3.x-lockfile, renovate/jspdf-3.x-lockfile, renovate/lucide-react-0.x, renovate/next-15.x, renovate/node-20.x-lockfile, renovate/node-22.x, renovate/postcss-8.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-app)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/node-20.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/node-20.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/react-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/react-dom-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/react-dom-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/jspdf-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/jspdf-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/tailwindcss-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/eslint-eslintrc-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/eslint-eslintrc-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/eslint-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(19) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(19) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/eslint-config-next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/eslint-config-next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/lucide-react-0.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/lucide-react-0.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/postcss-8.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/recharts-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/recharts-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/tailwind-merge-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/tailwind-merge-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/typescript-5.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/node-22.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/node-22.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/tailwind-merge-3.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/tailwind-merge-3.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/tailwindcss-4.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/tailwindcss-4.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: 10 PRs are currently open (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: PR concurrent limit remaining: 0 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Calculated maximum PRs remaining this run: 0 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: PullRequests limit = 0 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: 10 already existing branches found: renovate/node-20.x-lockfile,renovate/react-19.x-lockfile,renovate/react-dom-19.x-lockfile,renovate/tailwindcss-3.x-lockfile,renovate/eslint-eslintrc-3.x-lockfile,renovate/eslint-9.x-lockfile,renovate/eslint-config-next-15.x,renovate/lucide-react-0.x,renovate/next-15.x,renovate/postcss-8.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Branch concurrent limit remaining: 0 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Calculated maximum branches remaining this run: 0 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Branches limit = 0 (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: getBranchPr(renovate/node-20.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: findPr(renovate/node-20.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:26.016Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/node-20.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/node@20.17.10 -> 20.17.24 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "@types/node",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/node@20.17.10 -> 20.17.24 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.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-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @types/node@20.17.24"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "durationMs": 1109,
       "stdout": "\nup to date in 1s\n\n186 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.2.0\nnpm notice Changelog: https://github.com/npm/cli/releases/tag/v11.2.0\nnpm notice To update run: npm install -g npm@11.2.0\nnpm notice\n"
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #14 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Getting comments for #14 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Found 29 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #14 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Getting comments for #14 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Found 29 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/node-20.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/node-20.x-lockfile",
         "commit": "a32e17511d735efd22ce8cc71da160cfbe9e2922",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 4}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "branchName": "renovate/node-20.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: getBranchPr(renovate/node-20.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: findPr(renovate/node-20.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Fetching changelog: https://github.com/DefinitelyTyped/DefinitelyTyped (20.17.10 -> 20.17.24) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "prTitle": "Update dependency @types/node to v20.17.24"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
       "pr": 14,
       "prTitle": "Update dependency @types/node to v20.17.24"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getBranchPr(renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: findPr(renovate/react-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:28.877Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/react@19.0.1 -> 19.0.12 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "@types/react",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/react@19.0.1 -> 19.0.12 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @types/react@19.0.12"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "durationMs": 1000,
       "stdout": "\nup to date in 915ms\n\n186 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #15 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Getting comments for #15 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found 24 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #15 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Getting comments for #15 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found 24 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/react-19.x-lockfile",
         "commit": "bf6974d72dc82c06efbd7de73607332e6a8167fb",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 0}
       }
DEBUG: Pushing refSpec renovate/react-19.x-lockfile:renovate/react-19.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: git push (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/react-19.x-lockfile"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/react-19.x-lockfile:",
             "https://repo1.dso.mil/big-bang/apps/sandbox/compliance-dashboard-app/-/merge_requests/15"
           ]
         }
       }
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
 INFO: Branch updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "commitSha": "bf6974d72dc82c06efbd7de73607332e6a8167fb"
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getBranchPr(renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: findPr(renovate/react-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Fetching changelog: https://github.com/DefinitelyTyped/DefinitelyTyped (19.0.1 -> 19.0.12) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: PR title changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "branchName": "renovate/react-19.x-lockfile",
       "oldPrTitle": "Update dependency @types/react to v19.0.11",
       "newPrTitle": "Update dependency @types/react to v19.0.12"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "pr": 15,
       "prTitle": "Update dependency @types/react to v19.0.12"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: setBranchCommit() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: getBranchPr(renovate/react-dom-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:32.575Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-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-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/react-dom-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/react-dom@19.0.2 -> 19.0.4 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "@types/react-dom",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/react-dom@19.0.2 -> 19.0.4 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-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-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @types/react-dom@19.0.4"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "durationMs": 963,
       "stdout": "\nup to date in 879ms\n\n186 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #16 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Getting comments for #16 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Found 22 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #16 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Getting comments for #16 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Found 22 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/react-dom-19.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/react-dom-19.x-lockfile",
         "commit": "821d8ca730379595f55557a424a36ca7e3812e07",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 4}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "branchName": "renovate/react-dom-19.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: getBranchPr(renovate/react-dom-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Fetching changelog: https://github.com/DefinitelyTyped/DefinitelyTyped (19.0.2 -> 19.0.4) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "prTitle": "Update dependency @types/react-dom to v19.0.4"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
       "pr": 16,
       "prTitle": "Update dependency @types/react-dom to v19.0.4"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: getBranchPr(renovate/jspdf-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: findPr(renovate/jspdf-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: findPr(renovate/jspdf-3.x-lockfile, Update dependency jspdf to v3.0.1, !open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/jspdf-3.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getBranchPr(renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: findPr(renovate/tailwindcss-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:35.043Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: npm.updateLockedDependency: tailwindcss@3.4.16 -> 3.4.17 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "tailwindcss",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: npm.updateLockedDependency: tailwindcss@3.4.16 -> 3.4.17 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "durationMs": 1175,
       "stdout": "\nup to date in 1s\n\n186 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #17 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Getting comments for #17 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found 22 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #17 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Getting comments for #17 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found 22 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/tailwindcss-3.x-lockfile",
         "commit": "605c6ec39579f940e75c0d6f085fad91477ca0d1",
         "root": false,
         "summary": {"changes": 1, "insertions": 7, "deletions": 0}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "branchName": "renovate/tailwindcss-3.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getBranchPr(renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: findPr(renovate/tailwindcss-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, 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-app, 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-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "pr": 17,
       "prTitle": "Update dependency tailwindcss to v3.4.17"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-eslintrc-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: findPr(renovate/eslint-eslintrc-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:37.752Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-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-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/eslint-eslintrc-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: npm.updateLockedDependency: @eslint/eslintrc@3.2.0 -> 3.3.0 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "@eslint/eslintrc",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: npm.updateLockedDependency: @eslint/eslintrc@3.2.0 -> 3.3.0 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-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-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @eslint/eslintrc@3.3.0"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "durationMs": 976,
       "stdout": "\nup to date in 891ms\n\n186 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #18 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Getting comments for #18 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Found 21 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #18 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Getting comments for #18 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Found 21 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/eslint-eslintrc-3.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/eslint-eslintrc-3.x-lockfile",
         "commit": "a9f8e05e40612dfed48030780a86234a957253a2",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 4}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "branchName": "renovate/eslint-eslintrc-3.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-eslintrc-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: findPr(renovate/eslint-eslintrc-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: Fetching changelog: https://github.com/eslint/eslintrc (3.2.0 -> 3.3.0) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "manager": "npm",
       "packageName": "@eslint/eslintrc",
       "sourceUrl": "https://github.com/eslint/eslintrc"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "prTitle": "Update dependency @eslint/eslintrc to v3.3.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
       "pr": 18,
       "prTitle": "Update dependency @eslint/eslintrc to v3.3.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-eslintrc-3.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: findPr(renovate/eslint-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getPr(19) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getMR(19) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:40.212Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint@9.16.0 -> 9.22.0 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "eslint",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint@9.16.0 -> 9.22.0 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts eslint@9.22.0"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "durationMs": 1173,
       "stdout": "\nup to date in 1s\n\n186 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #19 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Getting comments for #19 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found 23 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Getting comments for #19 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found 23 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/eslint-9.x-lockfile",
         "commit": "b35f08c785f113fbe781f3ba976ef678079b5960",
         "root": false,
         "summary": {"changes": 1, "insertions": 47, "deletions": 0}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "branchName": "renovate/eslint-9.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: findPr(renovate/eslint-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getPr(19) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getMR(19) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Fetching changelog: https://github.com/eslint/eslint (9.16.0 -> 9.22.0) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, 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-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "prTitle": "Update dependency eslint to v9.22.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "pr": 19,
       "prTitle": "Update dependency eslint to v9.22.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getBranchPr(renovate/eslint-config-next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:42.888Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, 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-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: npm.updateDependency(): devDependencies.eslint-config-next = 15.2.3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getBranchPr(renovate/eslint-config-next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Fetching changelog: https://github.com/vercel/next.js (15.1.0 -> 15.2.3) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, 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-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "prTitle": "Update dependency eslint-config-next to v15.2.3"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "pr": 20,
       "prTitle": "Update dependency eslint-config-next to v15.2.3"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: getBranchPr(renovate/lucide-react-0.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: findPr(renovate/lucide-react-0.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:43.661Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: isBranchConflicted(main, renovate/lucide-react-0.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: npm.updateDependency(): dependencies.lucide-react = ^0.483.0 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: getBranchPr(renovate/lucide-react-0.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: findPr(renovate/lucide-react-0.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Fetching changelog: https://github.com/lucide-icons/lucide (0.468.0 -> 0.483.0) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
       "manager": "npm",
       "packageName": "lucide-react",
       "sourceUrl": "https://github.com/lucide-icons/lucide"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
       "prTitle": "Update dependency lucide-react to ^0.483.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
       "pr": 21,
       "prTitle": "Update dependency lucide-react to ^0.483.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getBranchPr(renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: findPr(renovate/next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:44.491Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: isBranchConflicted(main, renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: npm.updateDependency(): dependencies.next = 15.2.3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getBranchPr(renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: findPr(renovate/next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Fetching changelog: https://github.com/vercel/next.js (15.1.0 -> 15.2.3) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, 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-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
       "prTitle": "Update dependency next to v15.2.3"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
       "pr": 22,
       "prTitle": "Update dependency next to v15.2.3"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/next-15.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: getBranchPr(renovate/postcss-8.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:04:45.228Z) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/postcss-8.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: npm.updateLockedDependency: postcss@8.4.49 -> 8.5.3 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "postcss",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: npm.updateLockedDependency: postcss@8.4.49 -> 8.5.3 [package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.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-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts postcss@8.5.3"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "durationMs": 971,
       "stdout": "\nup to date in 885ms\n\n186 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #23 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Getting comments for #23 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Found 19 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #23 is removed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Getting comments for #23 (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Found 19 comments (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/postcss-8.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/postcss-8.x-lockfile",
         "commit": "3bd01cbabd45483c62aedc661bd1ce0fb494cd6d",
         "root": false,
         "summary": {"changes": 1, "insertions": 4, "deletions": 5}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "branchName": "renovate/postcss-8.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T18:41:29+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: getBranchPr(renovate/postcss-8.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Fetching changelog: https://github.com/postcss/postcss (8.4.49 -> 8.5.3) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "manager": "npm",
       "packageName": "postcss",
       "sourceUrl": "https://github.com/postcss/postcss"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "prTitle": "Update dependency postcss to v8.5.3"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
       "pr": 23,
       "prTitle": "Update dependency postcss to v8.5.3"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: getBranchPr(renovate/recharts-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: findPr(renovate/recharts-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, 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/compliance-dashboard-app, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: getBranchPr(renovate/tailwind-merge-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, 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-app, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: getBranchPr(renovate/typescript-5.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: findPr(renovate/typescript-5.x-lockfile, Update dependency typescript to v5.8.2, !open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: getBranchPr(renovate/node-22.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: findPr(renovate/node-22.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: findPr(renovate/node-22.x, Update dependency @types/node to v22, !open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/node-22.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: findPr(renovate/react-19.x, Update dependency react to v19, !open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-19.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, 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/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: getBranchPr(renovate/tailwind-merge-3.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: findPr(renovate/tailwind-merge-3.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, 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-app, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: getBranchPr(renovate/tailwindcss-4.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: findPr(renovate/tailwindcss-4.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard-app, 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-app, 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-app, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard-app, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: getBranchPr(renovate/node-20.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/node-20.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/react-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/react-dom-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/react-dom-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/tailwindcss-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/eslint-eslintrc-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/eslint-eslintrc-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/eslint-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(19) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(19) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/eslint-config-next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/eslint-config-next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/lucide-react-0.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/lucide-react-0.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getBranchPr(renovate/postcss-8.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "branchList": [
         "renovate/eslint-9.x-lockfile",
         "renovate/eslint-config-next-15.x",
         "renovate/eslint-eslintrc-3.x-lockfile",
         "renovate/jspdf-3.x-lockfile",
         "renovate/lucide-react-0.x",
         "renovate/next-15.x",
         "renovate/node-20.x-lockfile",
         "renovate/node-22.x",
         "renovate/postcss-8.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/eslint-eslintrc-3.x-lockfile",
         "renovate/lucide-react-0.x",
         "renovate/next-15.x",
         "renovate/node-20.x-lockfile",
         "renovate/postcss-8.x-lockfile",
         "renovate/react-19.x-lockfile",
         "renovate/react-dom-19.x-lockfile",
         "renovate/tailwindcss-3.x-lockfile"
       ]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/compliance-dashboard-app)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "a3dd125f2551f223ca892eed8430c5bf83677c8a"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/node-20.x-lockfile",
           "branchSha": "92e882c1a193ee64ba5519e4b9e8cb7bc4c64383",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/react-19.x-lockfile",
           "branchSha": "bf6974d72dc82c06efbd7de73607332e6a8167fb",
           "isModified": false,
           "isPristine": true
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/react-dom-19.x-lockfile",
           "branchSha": "de19f33a5e6d80f2975b06de5be611df4a22cd08",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/tailwindcss-3.x-lockfile",
           "branchSha": "18571ccfd39e12eaab689236715765be136b2b5f",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/eslint-eslintrc-3.x-lockfile",
           "branchSha": "ff795afc10a8721ab089254987f398f8398d7299",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/eslint-9.x-lockfile",
           "branchSha": "bd008f1ccf507c9960ac1de630ce8069968b63d2",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/eslint-config-next-15.x",
           "branchSha": "425a19e0aa9e8682c94854c2aa25425bfcb76d6e",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/lucide-react-0.x",
           "branchSha": "a55ddc37c1b91e53ada27c02bd7613fc83a8175c",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/next-15.x",
           "branchSha": "dc5ae16c2d7d27cc855a1b00e5aecae94bb2f411",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a3dd125f2551f223ca892eed8430c5bf83677c8a",
           "branchName": "renovate/postcss-8.x-lockfile",
           "branchSha": "06600e88daab1899172b5d9afb169a59ff7374a0",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": [
         "renovate/jspdf-3.x-lockfile",
         "renovate/recharts-2.x-lockfile",
         "renovate/tailwind-merge-2.x-lockfile",
         "renovate/typescript-5.x-lockfile",
         "renovate/node-22.x",
         "renovate/react-19.x",
         "renovate/react-dom-19.x",
         "renovate/tailwind-merge-3.x",
         "renovate/tailwindcss-4.x"
       ]
DEBUG: branches info extended (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "branchesInformation": [
         {
           "branchName": "renovate/node-20.x-lockfile",
           "prNo": 14,
           "prTitle": "Update dependency @types/node to v20.17.24",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/node",
               "displayPending": "",
               "fixedVersion": "20.17.10",
               "currentVersion": "20.17.10",
               "currentValue": "^20",
               "newValue": "^20",
               "newVersion": "20.17.24",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "@types/node"
             }
           ]
         },
         {
           "branchName": "renovate/react-19.x-lockfile",
           "prNo": 15,
           "prTitle": "Update dependency @types/react to v19.0.12",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/react",
               "displayPending": "",
               "fixedVersion": "19.0.1",
               "currentVersion": "19.0.1",
               "currentValue": "^19",
               "newValue": "^19",
               "newVersion": "19.0.12",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "@types/react"
             }
           ]
         },
         {
           "branchName": "renovate/react-dom-19.x-lockfile",
           "prNo": 16,
           "prTitle": "Update dependency @types/react-dom to v19.0.4",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/react-dom",
               "displayPending": "",
               "fixedVersion": "19.0.2",
               "currentVersion": "19.0.2",
               "currentValue": "^19",
               "newValue": "^19",
               "newVersion": "19.0.4",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "@types/react-dom"
             }
           ]
         },
         {
           "branchName": "renovate/jspdf-3.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency jspdf to v3.0.1",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "jspdf",
               "displayPending": "",
               "fixedVersion": "3.0.0",
               "currentVersion": "3.0.0",
               "currentValue": "^3.0.0",
               "newValue": "^3.0.0",
               "newVersion": "3.0.1",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "jspdf"
             }
           ]
         },
         {
           "branchName": "renovate/tailwindcss-3.x-lockfile",
           "prNo": 17,
           "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": "package.json",
               "updateType": "patch",
               "packageName": "tailwindcss"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-eslintrc-3.x-lockfile",
           "prNo": 18,
           "prTitle": "Update dependency @eslint/eslintrc to v3.3.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@eslint/eslintrc",
               "displayPending": "",
               "fixedVersion": "3.2.0",
               "currentVersion": "3.2.0",
               "currentValue": "^3",
               "newValue": "^3",
               "newVersion": "3.3.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@eslint/eslintrc"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-9.x-lockfile",
           "prNo": 19,
           "prTitle": "Update dependency eslint to v9.22.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint",
               "displayPending": "",
               "fixedVersion": "9.16.0",
               "currentVersion": "9.16.0",
               "currentValue": "^9",
               "newValue": "^9",
               "newVersion": "9.22.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "eslint"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-config-next-15.x",
           "prNo": 20,
           "prTitle": "Update dependency eslint-config-next to v15.2.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-config-next",
               "displayPending": "",
               "fixedVersion": "15.1.0",
               "currentVersion": "15.1.0",
               "currentValue": "15.1.0",
               "newValue": "15.2.3",
               "newVersion": "15.2.3",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "eslint-config-next"
             }
           ]
         },
         {
           "branchName": "renovate/lucide-react-0.x",
           "prNo": 21,
           "prTitle": "Update dependency lucide-react to ^0.483.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "lucide-react",
               "displayPending": "",
               "fixedVersion": "0.468.0",
               "currentVersion": "0.468.0",
               "currentValue": "^0.468.0",
               "newValue": "^0.483.0",
               "newVersion": "0.483.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "lucide-react"
             }
           ]
         },
         {
           "branchName": "renovate/next-15.x",
           "prNo": 22,
           "prTitle": "Update dependency next to v15.2.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "next",
               "displayPending": "",
               "fixedVersion": "15.1.0",
               "currentVersion": "15.1.0",
               "currentValue": "15.1.0",
               "newValue": "15.2.3",
               "newVersion": "15.2.3",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "next"
             }
           ]
         },
         {
           "branchName": "renovate/postcss-8.x-lockfile",
           "prNo": 23,
           "prTitle": "Update dependency postcss to v8.5.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "postcss",
               "displayPending": "",
               "fixedVersion": "8.4.49",
               "currentVersion": "8.4.49",
               "currentValue": "^8",
               "newValue": "^8",
               "newVersion": "8.5.3",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "postcss"
             }
           ]
         },
         {
           "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.14.1",
               "currentVersion": "2.14.1",
               "currentValue": "^2.14.1",
               "newValue": "^2.14.1",
               "newVersion": "2.15.1",
               "packageFile": "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": "package.json",
               "updateType": "minor",
               "packageName": "tailwind-merge"
             }
           ]
         },
         {
           "branchName": "renovate/typescript-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency typescript to v5.8.2",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "typescript",
               "displayPending": "",
               "fixedVersion": "5.7.2",
               "currentVersion": "5.7.2",
               "currentValue": "^5",
               "newValue": "^5",
               "newVersion": "5.8.2",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "typescript"
             }
           ]
         },
         {
           "branchName": "renovate/node-22.x",
           "prNo": null,
           "prTitle": "Update dependency @types/node to v22",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/node",
               "displayPending": "",
               "fixedVersion": "20.17.10",
               "currentVersion": "20.17.10",
               "currentValue": "^20",
               "newValue": "^22.0.0",
               "newVersion": "22.13.10",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "@types/node"
             }
           ]
         },
         {
           "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"
             }
           ]
         },
         {
           "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"
             }
           ]
         },
         {
           "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.2",
               "packageFile": "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.14",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "tailwindcss"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "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-app)
DEBUG: repository problems (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "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-app)
       "splits": {"init": 2014, "extract": 513, "lookup": 2644, "onboarding": 0, "update": 23398},
       "total": 28594
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "get": {"count": 32, "avgMs": 2, "medianMs": 1, "maxMs": 9, "totalMs": 53},
       "set": {"count": 32, "avgMs": 52, "medianMs": 19, "maxMs": 290, "totalMs": 1655}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "hosts": {
         "registry.npmjs.org": {
           "count": 32,
           "reqAvgMs": 173,
           "reqMedianMs": 99,
           "reqMaxMs": 710,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 37,
           "reqAvgMs": 248,
           "reqMedianMs": 241,
           "reqMaxMs": 473,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 69
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "https://registry.npmjs.org": {
         "/@eslint%2Feslintrc": {"hit": 0, "miss": 1},
         "/@radix-ui%2Freact-select": {"hit": 0, "miss": 1},
         "/@radix-ui%2Freact-slot": {"hit": 0, "miss": 1},
         "/@radix-ui%2Freact-tooltip": {"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%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},
         "/eslint": {"hit": 0, "miss": 1},
         "/eslint-config-next": {"hit": 0, "miss": 1},
         "/formik": {"hit": 0, "miss": 1},
         "/html2canvas": {"hit": 0, "miss": 1},
         "/jest": {"hit": 0, "miss": 1},
         "/jest-environment-jsdom": {"hit": 0, "miss": 1},
         "/jspdf": {"hit": 0, "miss": 1},
         "/jspdf-autotable": {"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},
         "/ts-node": {"hit": 0, "miss": 1},
         "/typescript": {"hit": 0, "miss": 1},
         "/yup": {"hit": 0, "miss": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "npm": {"count": 32, "avgMs": 319, "medianMs": 163, "maxMs": 1485, "totalMs": 10218}
 INFO: Repository finished (repository=big-bang/apps/sandbox/compliance-dashboard-app)
       "cloned": true,
       "durationMs": 28594
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/repo-sync-testing-group/repo-sync-testing)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing default branch = main (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Enabling Git FS (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing.git (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: checkOnboarding() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: isOnboarded() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Performing blobless clone (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: git clone completed (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "durationMs": 441
DEBUG: latest repository commit (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "latestCommit": {
         "hash": "9e2e9b19b859bfa9886e7b68b1d9e6a10277e85e",
         "date": "2025-02-19T15:14:28+00:00",
         "message": "Merge branch 'dpritchettrm-main-patch-62745' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Adds usage docs and no-sensitive-content warning to README\n\nSee merge request big-bang/apps/developer-tools/repo-sync-testing!13",
         "author_name": "Daniel Pritchett",
         "author_email": "dpritchett@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Repo is onboarded (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Found renovate.json config file (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Repository config (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: No config migration necessary (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: baseBranches (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-02-19T15:14:28+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, 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/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: processRepo() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Branches limit = 2 (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Config does not need migration (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: No reconfigure branch found (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Removing any stale branches (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: No renovate branches found (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Branch summary (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "9e2e9b19b859bfa9886e7b68b1d9e6a10277e85e"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "splits": {"init": 1151, "extract": 98, "lookup": 9, "onboarding": 0, "update": 0},
       "total": 1264
DEBUG: Package cache statistics (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "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/repo-sync-testing-group/repo-sync-testing)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 117,
           "reqMedianMs": 122,
           "reqMaxMs": 141,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
DEBUG: Lookup statistics (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
 INFO: Repository finished (repository=big-bang/apps/developer-tools/repo-sync-testing-group/repo-sync-testing)
       "cloned": true,
       "durationMs": 1264
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": 637
DEBUG: latest repository commit (repository=big-bang/apps/developer-tools/bbctl)
       "latestCommit": {
         "hash": "2f33c9e32a4fb35a39271b75eb5e8ed79e3f3a02",
         "date": "2025-03-17T17:52:33+00:00",
         "message": "Merge branch 'renovate/dependency-updates' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "chore(deps): update dependency updates\n\nSee merge request big-bang/apps/developer-tools/bbctl!40",
         "author_name": "Darrien Lee",
         "author_email": "lee_darrien@bah.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-03-17T17:52:33+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": 3, "gomod": 7, "dockerfile": 9}
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": 198}
         },
         "total": {"fileCount": 5, "depCount": 202}
       }
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 proxy.golang.org (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=105) (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=244) (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=74) (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=50) (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=27) (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=51) (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=51) (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=46) (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=49) (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=103) (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=71) (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=104) (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/helm.sh/helm/v3/@v/v3.0.0-beta.2.info = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=102) (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=198) (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=244) (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=47) (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=103) (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: GET https://proxy.golang.org/istio.io/client-go/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: Using queue: host=istio.io, concurrency=16 (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: 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/github.com/fluxcd/kustomize-controller/api/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=1310) (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=28) (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=25) (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: 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: 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=1260) (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: GET https://proxy.golang.org/k8s.io/kubectl/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: Go lookup source url https://github.com/kubernetes/kubectl for module k8s.io/kubectl (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/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/colorprofile, 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/charmbracelet/x/cellbuf, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/charmbracelet/x/term, 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: github.com/xo/terminfo, 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: gotest.tools/v3, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: istio.io/api, 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/randfill, 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/sigs.k8s.io/controller-runtime/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=25) (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/cli-runtime/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=200) (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/metrics/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=76) (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/gitlab.com/gitlab-org/api/client-go/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=20656) (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: 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: 3 flattened updates found: github.com/spf13/viper, 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.24.1",
                 "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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16,
                 "fixedVersion": "1.24.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/Masterminds/semver",
                 "currentValue": "v1.5.0",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "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": 2016,
                 "fixedVersion": "v1.5.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/charmbracelet/lipgloss",
                 "currentValue": "v1.1.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "github.com/charmbracelet/lipgloss",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/charmbracelet/lipgloss",
                 "currentVersion": "v1.1.0",
                 "currentVersionTimestamp": "2025-03-12T18:56:50.000Z",
                 "currentVersionAgeInDays": 7,
                 "fixedVersion": "v1.1.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": 7},
                 "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": 812,
                 "fixedVersion": "v0.0.0-20221228221308-65b26e6ee26e"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/fluxcd/helm-controller/api",
                 "currentValue": "v1.2.0",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [],
                 "packageName": "github.com/fluxcd/helm-controller/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/fluxcd/helm-controller",
                 "currentVersion": "v1.2.0",
                 "currentVersionTimestamp": "2025-02-19T08:45:35.000Z",
                 "currentVersionAgeInDays": 28,
                 "fixedVersion": "v1.2.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/fluxcd/kustomize-controller/api",
                 "currentValue": "v1.5.1",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [],
                 "packageName": "github.com/fluxcd/kustomize-controller/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/fluxcd/kustomize-controller",
                 "currentVersion": "v1.5.1",
                 "currentVersionTimestamp": "2025-02-25T14:43:08.000Z",
                 "currentVersionAgeInDays": 22,
                 "fixedVersion": "v1.5.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/fluxcd/source-controller/api",
                 "currentValue": "v1.5.0",
                 "managerData": {"multiLine": true, "lineNumber": 10},
                 "updates": [],
                 "packageName": "github.com/fluxcd/source-controller/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/fluxcd/source-controller",
                 "currentVersion": "v1.5.0",
                 "currentVersionTimestamp": "2025-02-13T15:29:10.000Z",
                 "currentVersionAgeInDays": 34,
                 "fixedVersion": "v1.5.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/go-playground/validator/v10",
                 "currentValue": "v10.25.0",
                 "managerData": {"multiLine": true, "lineNumber": 11},
                 "updates": [],
                 "packageName": "github.com/go-playground/validator/v10",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-playground/validator",
                 "currentVersion": "v10.25.0",
                 "currentVersionTimestamp": "2025-02-15T16:32:01.000Z",
                 "currentVersionAgeInDays": 32,
                 "fixedVersion": "v10.25.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/google/go-containerregistry",
                 "currentValue": "v0.20.3",
                 "managerData": {"multiLine": true, "lineNumber": 12},
                 "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": 63,
                 "fixedVersion": "v0.20.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/gosuri/uitable",
                 "currentValue": "v0.0.4",
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "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": 1954,
                 "fixedVersion": "v0.0.4"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/pkg/errors",
                 "currentValue": "v0.9.1",
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "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": 1891,
                 "fixedVersion": "v0.9.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/cobra",
                 "currentValue": "v1.9.1",
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/spf13/cobra",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/spf13/cobra",
                 "currentVersion": "v1.9.1",
                 "currentVersionTimestamp": "2025-02-16T23:42:04.000Z",
                 "currentVersionAgeInDays": 31,
                 "fixedVersion": "v1.9.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/pflag",
                 "currentValue": "v1.0.6",
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/spf13/pflag",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/spf13/pflag",
                 "currentVersion": "v1.0.6",
                 "currentVersionTimestamp": "2025-01-09T00:37:54.000Z",
                 "currentVersionAgeInDays": 70,
                 "fixedVersion": "v1.0.6"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/viper",
                 "currentValue": "v1.19.0",
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.20.0",
                     "newValue": "v1.20.0",
                     "releaseTimestamp": "2025-03-15T15:03:09.000Z",
                     "newVersionAgeInDays": 4,
                     "newMajor": 1,
                     "newMinor": 20,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/dependency-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": 291,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.19.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.10.0",
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "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": 127,
                 "fixedVersion": "v1.10.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gitlab.com/gitlab-org/api/client-go",
                 "currentValue": "v0.125.0",
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.126.0",
                     "newValue": "v0.126.0",
                     "releaseTimestamp": "2025-03-17T14:24:12.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 0,
                     "newMinor": 126,
                     "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.125.0",
                 "currentVersionTimestamp": "2025-03-12T15:03:23.000Z",
                 "currentVersionAgeInDays": 7,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.125.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.12.0",
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "versioning": "semver",
                 "warnings": [],
                 "currentVersion": "v0.12.0",
                 "currentVersionTimestamp": "2025-03-04T23:33:19.000Z",
                 "currentVersionAgeInDays": 15,
                 "fixedVersion": "v0.12.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gopkg.in/yaml.v2",
                 "currentValue": "v2.4.0",
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v3.0.1",
                     "newValue": "v3.0.1",
                     "releaseTimestamp": "2022-05-27T08:35:30.000Z",
                     "newVersionAgeInDays": 1027,
                     "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": 1583,
                 "isSingleVersion": true,
                 "fixedVersion": "v2.4.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "helm.sh/helm/v3",
                 "currentValue": "v3.17.2",
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "helm.sh/helm/v3",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/helm/helm",
                 "currentVersion": "v3.17.2",
                 "currentVersionTimestamp": "2025-03-13T16:11:39.000Z",
                 "currentVersionAgeInDays": 6,
                 "fixedVersion": "v3.17.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "istio.io/client-go",
                 "currentValue": "v1.25.0",
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "istio.io/client-go",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/istio/client-go",
                 "currentVersion": "v1.25.0",
                 "currentVersionTimestamp": "2025-02-12T06:07:43.000Z",
                 "currentVersionAgeInDays": 35,
                 "fixedVersion": "v1.25.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/api",
                 "currentValue": "v0.32.3",
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "k8s.io/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/api",
                 "currentVersion": "v0.32.3",
                 "currentVersionTimestamp": "2025-03-12T05:42:25.000Z",
                 "currentVersionAgeInDays": 8,
                 "fixedVersion": "v0.32.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/apimachinery",
                 "currentValue": "v0.32.3",
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "k8s.io/apimachinery",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/apimachinery",
                 "currentVersion": "v0.32.3",
                 "currentVersionTimestamp": "2024-12-06T18:18:55.000Z",
                 "currentVersionAgeInDays": 103,
                 "fixedVersion": "v0.32.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/cli-runtime",
                 "currentValue": "v0.32.3",
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "k8s.io/cli-runtime",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/cli-runtime",
                 "currentVersion": "v0.32.3",
                 "currentVersionTimestamp": "2025-03-12T07:06:10.000Z",
                 "currentVersionAgeInDays": 7,
                 "fixedVersion": "v0.32.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/client-go",
                 "currentValue": "v0.32.3",
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "k8s.io/client-go",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/client-go",
                 "currentVersion": "v0.32.3",
                 "currentVersionTimestamp": "2025-03-12T05:55:23.000Z",
                 "currentVersionAgeInDays": 8,
                 "fixedVersion": "v0.32.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/kubectl",
                 "currentValue": "v0.32.3",
                 "managerData": {"multiLine": true, "lineNumber": 28},
                 "updates": [],
                 "packageName": "k8s.io/kubectl",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/kubectl",
                 "currentVersion": "v0.32.3",
                 "currentVersionTimestamp": "2025-03-12T08:05:29.000Z",
                 "currentVersionAgeInDays": 7,
                 "fixedVersion": "v0.32.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/metrics",
                 "currentValue": "v0.32.3",
                 "managerData": {"multiLine": true, "lineNumber": 29},
                 "updates": [],
                 "packageName": "k8s.io/metrics",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/metrics",
                 "currentVersion": "v0.32.3",
                 "currentVersionTimestamp": "2025-03-12T07:01:26.000Z",
                 "currentVersionAgeInDays": 7,
                 "fixedVersion": "v0.32.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "repo1.dso.mil/big-bang/apps/developer-tools/go-utils/yamler",
                 "currentValue": "v1.0.0",
                 "managerData": {"multiLine": true, "lineNumber": 30},
                 "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",
                 "currentVersionTimestamp": "2024-11-20T21:41:19.000Z",
                 "currentVersionAgeInDays": 119,
                 "fixedVersion": "v1.0.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "sigs.k8s.io/controller-runtime",
                 "currentValue": "v0.20.3",
                 "managerData": {"multiLine": true, "lineNumber": 31},
                 "updates": [],
                 "packageName": "sigs.k8s.io/controller-runtime",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes-sigs/controller-runtime",
                 "currentVersion": "v0.20.3",
                 "currentVersionTimestamp": "2025-03-08T05:41:44.000Z",
                 "currentVersionAgeInDays": 12,
                 "fixedVersion": "v0.20.3"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "dario.cat/mergo",
                 "currentValue": "v1.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 35},
                 "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": 36},
                 "updates": [],
                 "packageName": "github.com/AdaLogics/go-fuzz-headers",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-ansiterm",
                 "currentValue": "v0.0.0-20250102033503-faa5f7b0171c",
                 "currentDigest": "faa5f7b0171c",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 37},
                 "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": 38},
                 "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": 39},
                 "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": 40},
                 "updates": [],
                 "packageName": "github.com/Masterminds/goutils",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Masterminds/semver/v3",
                 "currentValue": "v3.3.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 41},
                 "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": 42},
                 "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": 43},
                 "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": 44},
                 "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": 45},
                 "updates": [],
                 "packageName": "github.com/asaskevich/govalidator",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aymanbagabas/go-osc52/v2",
                 "currentValue": "v2.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 46},
                 "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": 47},
                 "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": 48},
                 "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": 49},
                 "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": 50},
                 "updates": [],
                 "packageName": "github.com/chai2010/gettext-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/charmbracelet/colorprofile",
                 "currentValue": "v0.2.3-0.20250311203215-f60798e515dc",
                 "currentDigest": "f60798e515dc",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 51},
                 "updates": [],
                 "packageName": "github.com/charmbracelet/colorprofile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/charmbracelet/x/ansi",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 52},
                 "updates": [],
                 "packageName": "github.com/charmbracelet/x/ansi",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/charmbracelet/x/cellbuf",
                 "currentValue": "v0.0.13",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 53},
                 "updates": [],
                 "packageName": "github.com/charmbracelet/x/cellbuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/charmbracelet/x/term",
                 "currentValue": "v0.2.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 54},
                 "updates": [],
                 "packageName": "github.com/charmbracelet/x/term",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/containerd/containerd",
                 "currentValue": "v1.7.26",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 55},
                 "updates": [],
                 "packageName": "github.com/containerd/containerd",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/containerd/errdefs",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 56},
                 "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": 57},
                 "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": 58},
                 "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": 59},
                 "updates": [],
                 "packageName": "github.com/containerd/stargz-snapshotter/estargz",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/cyphar/filepath-securejoin",
                 "currentValue": "v0.4.1",
                 "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/distribution/reference",
                 "currentValue": "v0.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 62},
                 "updates": [],
                 "packageName": "github.com/distribution/reference",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/docker/cli",
                 "currentValue": "v28.0.1+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 63},
                 "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": 64},
                 "updates": [],
                 "packageName": "github.com/docker/distribution",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/docker/docker",
                 "currentValue": "v28.0.1+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 65},
                 "updates": [],
                 "packageName": "github.com/docker/docker",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/docker/docker-credential-helpers",
                 "currentValue": "v0.9.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 66},
                 "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": 67},
                 "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": 68},
                 "updates": [],
                 "packageName": "github.com/docker/go-metrics",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/emicklei/go-restful/v3",
                 "currentValue": "v3.12.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 69},
                 "updates": [],
                 "packageName": "github.com/emicklei/go-restful/v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/evanphx/json-patch",
                 "currentValue": "v5.9.11+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 70},
                 "updates": [],
                 "packageName": "github.com/evanphx/json-patch",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/evanphx/json-patch/v5",
                 "currentValue": "v5.9.11",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 71},
                 "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": 72},
                 "updates": [],
                 "packageName": "github.com/exponent-io/jsonpath",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fatih/color",
                 "currentValue": "v1.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 73},
                 "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": 74},
                 "updates": [],
                 "packageName": "github.com/felixge/httpsnoop",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fluxcd/pkg/apis/acl",
                 "currentValue": "v0.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 75},
                 "updates": [],
                 "packageName": "github.com/fluxcd/pkg/apis/acl",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fluxcd/pkg/apis/kustomize",
                 "currentValue": "v1.9.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 76},
                 "updates": [],
                 "packageName": "github.com/fluxcd/pkg/apis/kustomize",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fluxcd/pkg/apis/meta",
                 "currentValue": "v1.10.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 77},
                 "updates": [],
                 "packageName": "github.com/fluxcd/pkg/apis/meta",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fsnotify/fsnotify",
                 "currentValue": "v1.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 78},
                 "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": 79},
                 "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": 80},
                 "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": 81},
                 "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": 82},
                 "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": 83},
                 "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": 84},
                 "updates": [],
                 "packageName": "github.com/go-logr/stdr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/jsonpointer",
                 "currentValue": "v0.21.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 85},
                 "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": 86},
                 "updates": [],
                 "packageName": "github.com/go-openapi/jsonreference",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/swag",
                 "currentValue": "v0.23.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 87},
                 "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": 88},
                 "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": 89},
                 "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": 90},
                 "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": 91},
                 "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": 92},
                 "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": 93},
                 "updates": [],
                 "packageName": "github.com/google/btree",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/gnostic-models",
                 "currentValue": "v0.6.9",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 94},
                 "updates": [],
                 "packageName": "github.com/google/gnostic-models",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/go-cmp",
                 "currentValue": "v0.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 95},
                 "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": 96},
                 "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": 97},
                 "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": 98},
                 "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": 99},
                 "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": 100},
                 "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": 101},
                 "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": 102},
                 "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": 103},
                 "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": 104},
                 "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": 105},
                 "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": 106},
                 "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": 107},
                 "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": 108},
                 "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": 109},
                 "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": 110},
                 "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": 111},
                 "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": 112},
                 "updates": [],
                 "packageName": "github.com/json-iterator/go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/klauspost/compress",
                 "currentValue": "v1.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 113},
                 "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": 114},
                 "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": 115},
                 "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": 116},
                 "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": 117},
                 "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": 118},
                 "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": 119},
                 "updates": [],
                 "packageName": "github.com/lucasb-eyer/go-colorful",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/magiconair/properties",
                 "currentValue": "v1.8.9",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 120},
                 "updates": [],
                 "packageName": "github.com/magiconair/properties",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mailru/easyjson",
                 "currentValue": "v0.9.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 121},
                 "updates": [],
                 "packageName": "github.com/mailru/easyjson",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mattn/go-colorable",
                 "currentValue": "v0.1.14",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 122},
                 "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": 123},
                 "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": 124},
                 "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": 125},
                 "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": 126},
                 "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": 127},
                 "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": 128},
                 "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": 129},
                 "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": 130},
                 "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": 131},
                 "updates": [],
                 "packageName": "github.com/moby/spdystream",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/moby/term",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 132},
                 "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": 133},
                 "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": 134},
                 "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": 135},
                 "updates": [],
                 "packageName": "github.com/monochromegane/go-gitignore",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/muesli/termenv",
                 "currentValue": "v0.16.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 136},
                 "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": 137},
                 "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": 138},
                 "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": 139},
                 "updates": [],
                 "packageName": "github.com/opencontainers/go-digest",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/opencontainers/image-spec",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 140},
                 "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": 141},
                 "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": 142},
                 "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": 143},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/client_golang",
                 "currentValue": "v1.21.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 144},
                 "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": 145},
                 "updates": [],
                 "packageName": "github.com/prometheus/client_model",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/common",
                 "currentValue": "v0.63.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 146},
                 "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": 147},
                 "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": 148},
                 "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": 149},
                 "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": 150},
                 "updates": [],
                 "packageName": "github.com/russross/blackfriday/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sagikazarmark/locafero",
                 "currentValue": "v0.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 151},
                 "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": 152},
                 "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": 153},
                 "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": 154},
                 "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": 155},
                 "updates": [],
                 "packageName": "github.com/sourcegraph/conc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/afero",
                 "currentValue": "v1.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 156},
                 "updates": [],
                 "packageName": "github.com/spf13/afero",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/cast",
                 "currentValue": "v1.7.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 157},
                 "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": 158},
                 "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": 159},
                 "updates": [],
                 "packageName": "github.com/subosito/gotenv",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/vbatts/tar-split",
                 "currentValue": "v0.12.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 160},
                 "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": 161},
                 "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": 162},
                 "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": 163},
                 "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": 164},
                 "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": 165},
                 "updates": [],
                 "packageName": "github.com/xlab/treeprint",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/xo/terminfo",
                 "currentValue": "v0.0.0-20220910002029-abceb7e1c41e",
                 "currentDigest": "abceb7e1c41e",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 166},
                 "updates": [],
                 "packageName": "github.com/xo/terminfo",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/auto/sdk",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 167},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/auto/sdk",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
                 "currentValue": "v0.60.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 168},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/otel",
                 "currentValue": "v1.35.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 169},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/otel",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/otel/metric",
                 "currentValue": "v1.35.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 170},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/otel/metric",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/otel/trace",
                 "currentValue": "v1.35.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 171},
                 "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": 172},
                 "updates": [],
                 "packageName": "go.uber.org/multierr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.36.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 173},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/exp",
                 "currentValue": "v0.0.0-20250305212735-054e65f0b394",
                 "currentDigest": "054e65f0b394",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 174},
                 "updates": [],
                 "packageName": "golang.org/x/exp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/net",
                 "currentValue": "v0.37.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 175},
                 "updates": [],
                 "packageName": "golang.org/x/net",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/oauth2",
                 "currentValue": "v0.28.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 176},
                 "updates": [],
                 "packageName": "golang.org/x/oauth2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sys",
                 "currentValue": "v0.31.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 177},
                 "updates": [],
                 "packageName": "golang.org/x/sys",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/term",
                 "currentValue": "v0.30.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 178},
                 "updates": [],
                 "packageName": "golang.org/x/term",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.23.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 179},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/time",
                 "currentValue": "v0.11.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 180},
                 "updates": [],
                 "packageName": "golang.org/x/time",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gomodules.xyz/jsonpatch/v2",
                 "currentValue": "v2.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 181},
                 "updates": [],
                 "packageName": "gomodules.xyz/jsonpatch/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/genproto/googleapis/api",
                 "currentValue": "v0.0.0-20250313205543-e70fdf4c4cb4",
                 "currentDigest": "e70fdf4c4cb4",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 182},
                 "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-20250313205543-e70fdf4c4cb4",
                 "currentDigest": "e70fdf4c4cb4",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 183},
                 "updates": [],
                 "packageName": "google.golang.org/genproto/googleapis/rpc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/grpc",
                 "currentValue": "v1.71.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 184},
                 "updates": [],
                 "packageName": "google.golang.org/grpc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/protobuf",
                 "currentValue": "v1.36.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 185},
                 "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": 186},
                 "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": 187},
                 "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": 188},
                 "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": 189},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gotest.tools/v3",
                 "currentValue": "v3.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 190},
                 "updates": [],
                 "packageName": "gotest.tools/v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "istio.io/api",
                 "currentValue": "v1.25.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 191},
                 "updates": [],
                 "packageName": "istio.io/api",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/apiextensions-apiserver",
                 "currentValue": "v0.32.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 192},
                 "updates": [],
                 "packageName": "k8s.io/apiextensions-apiserver",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/apiserver",
                 "currentValue": "v0.32.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 193},
                 "updates": [],
                 "packageName": "k8s.io/apiserver",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/component-base",
                 "currentValue": "v0.32.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 194},
                 "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": 195},
                 "updates": [],
                 "packageName": "k8s.io/klog/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/kube-openapi",
                 "currentValue": "v0.0.0-20250304201544-e5f78fe3ede9",
                 "currentDigest": "e5f78fe3ede9",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 196},
                 "updates": [],
                 "packageName": "k8s.io/kube-openapi",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/utils",
                 "currentValue": "v0.0.0-20241210054802-24370beab758",
                 "currentDigest": "24370beab758",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 197},
                 "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": 198},
                 "updates": [],
                 "packageName": "oras.land/oras-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/json",
                 "currentValue": "v0.0.0-20241014173422-cfa47c3a1cc8",
                 "currentDigest": "cfa47c3a1cc8",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 199},
                 "updates": [],
                 "packageName": "sigs.k8s.io/json",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/kustomize/api",
                 "currentValue": "v0.19.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 200},
                 "updates": [],
                 "packageName": "sigs.k8s.io/kustomize/api",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/kustomize/kyaml",
                 "currentValue": "v0.19.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 201},
                 "updates": [],
                 "packageName": "sigs.k8s.io/kustomize/kyaml",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/randfill",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 202},
                 "updates": [],
                 "packageName": "sigs.k8s.io/randfill",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/structured-merge-diff/v4",
                 "currentValue": "v4.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 203},
                 "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": 204},
                 "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-03-20T06: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-03-20T06: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": "2f33c9e32a4fb35a39271b75eb5e8ed79e3f3a02"}],
       "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/spf13/viper",
               "displayPending": "",
               "fixedVersion": "v1.19.0",
               "currentVersion": "v1.19.0",
               "currentValue": "v1.19.0",
               "newValue": "v1.20.0",
               "newVersion": "v1.20.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/spf13/viper"
             },
             {
               "datasource": "go",
               "depName": "gitlab.com/gitlab-org/api/client-go",
               "displayPending": "",
               "fixedVersion": "v0.125.0",
               "currentVersion": "v0.125.0",
               "currentValue": "v0.125.0",
               "newValue": "v0.126.0",
               "newVersion": "v0.126.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "gitlab.com/gitlab-org/api/client-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": 3, "open": 0, "closed": 0, "merged": 3}
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": 1696, "extract": 380, "lookup": 24152, "onboarding": 0, "update": 1},
       "total": 26784
DEBUG: Package cache statistics (repository=big-bang/apps/developer-tools/bbctl)
       "get": {"count": 53, "avgMs": 1, "medianMs": 1, "maxMs": 8, "totalMs": 74},
       "set": {"count": 50, "avgMs": 5, "medianMs": 5, "maxMs": 10, "totalMs": 261}
DEBUG: HTTP statistics (repository=big-bang/apps/developer-tools/bbctl)
       "hosts": {
         "gitlab.com": {
           "count": 1,
           "reqAvgMs": 209,
           "reqMedianMs": 209,
           "reqMaxMs": 209,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "golang.org": {
           "count": 1,
           "reqAvgMs": 168,
           "reqMedianMs": 168,
           "reqMaxMs": 168,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "helm.sh": {
           "count": 1,
           "reqAvgMs": 71,
           "reqMedianMs": 71,
           "reqMaxMs": 71,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "istio.io": {
           "count": 1,
           "reqAvgMs": 148,
           "reqMedianMs": 148,
           "reqMaxMs": 148,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "k8s.io": {
           "count": 6,
           "reqAvgMs": 62,
           "reqMedianMs": 50,
           "reqMaxMs": 124,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "proxy.golang.org": {
           "count": 4582,
           "reqAvgMs": 41,
           "reqMedianMs": 26,
           "reqMaxMs": 20656,
           "queueAvgMs": 6,
           "queueMedianMs": 5,
           "queueMaxMs": 46
         },
         "repo1.dso.mil": {
           "count": 8,
           "reqAvgMs": 193,
           "reqMedianMs": 167,
           "reqMaxMs": 389,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "sigs.k8s.io": {
           "count": 1,
           "reqAvgMs": 148,
           "reqMedianMs": 148,
           "reqMaxMs": 148,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4601
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": 1, "medianMs": 1, "maxMs": 1, "totalMs": 2},
       "golang-version": {"count": 1, "avgMs": 15, "medianMs": 15, "maxMs": 15, "totalMs": 15},
       "go": {"count": 27, "avgMs": 2646, "medianMs": 1323, "maxMs": 22356, "totalMs": 71449}
 INFO: Repository finished (repository=big-bang/apps/developer-tools/bbctl)
       "cloned": true,
       "durationMs": 26784
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/homebrew-tools-private)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/homebrew-tools-private (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: big-bang/apps/developer-tools/homebrew-tools-private default branch = main (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Enabling Git FS (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/developer-tools/homebrew-tools-private.git (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: checkOnboarding() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: isOnboarded() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/homebrew-tools-private (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Performing blobless clone (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: git clone completed (repository=big-bang/apps/developer-tools/homebrew-tools-private)
       "durationMs": 764
DEBUG: latest repository commit (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-private)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Repo is onboarded (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Found renovate.json config file (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Repository config (repository=big-bang/apps/developer-tools/homebrew-tools-private)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: No config migration necessary (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/developer-tools/homebrew-tools-private)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: baseBranches (repository=big-bang/apps/developer-tools/homebrew-tools-private)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/developer-tools/homebrew-tools-private, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: processRepo() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Branches limit = 2 (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Config does not need migration (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: No reconfigure branch found (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Removing any stale branches (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: No renovate branches found (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Branch summary (repository=big-bang/apps/developer-tools/homebrew-tools-private)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "bfcad0b15677c5dc0de2913a2717cd58af9faeb5"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-private)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/developer-tools/homebrew-tools-private)
       "splits": {"init": 1672, "extract": 94, "lookup": 8, "onboarding": 0, "update": 0},
       "total": 1777
DEBUG: Package cache statistics (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-private)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 124,
           "reqMedianMs": 127,
           "reqMaxMs": 138,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/developer-tools/homebrew-tools-private)
DEBUG: Lookup statistics (repository=big-bang/apps/developer-tools/homebrew-tools-private)
 INFO: Repository finished (repository=big-bang/apps/developer-tools/homebrew-tools-private)
       "cloned": true,
       "durationMs": 1777
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/homebrew-tools-public)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/homebrew-tools-public (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: big-bang/apps/developer-tools/homebrew-tools-public default branch = main (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Enabling Git FS (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/developer-tools/homebrew-tools-public.git (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: checkOnboarding() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: isOnboarded() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/homebrew-tools-public (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Performing blobless clone (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: git clone completed (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "durationMs": 423
DEBUG: latest repository commit (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "latestCommit": {
         "hash": "e18c3ec2d5b76147ebad813139f3f69c7dc374dc",
         "date": "2025-03-05T15:56:38+00:00",
         "message": "Merge branch 'bbctl-1.0.0' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "bbctl: 0.8.0 -> 1.0.0\n\nSee merge request big-bang/homebrew-tools-public!12",
         "author_name": "Daniel Dides",
         "author_email": "ddides@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Repo is onboarded (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Found renovate.json config file (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Repository config (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: No config migration necessary (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: baseBranches (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-03-05T15:56:38+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Matched 1 file(s) for manager homebrew: Formula/bbctl.rb (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Found a multistage build stage name: base (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Error: Unsupported URL field (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
       "managers": {"dockerfile": 2, "homebrew": 3}
DEBUG: Found dockerfile package files (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Found homebrew package files (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/canonical/ubuntu-pro-stig, latest) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/canonical/ubuntu-pro-stig, latest, get) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/canonical/ubuntu-pro-stig, sha256:3b6230853696b4c9ffad1ff7f6f8961a1e9f11c55074219e5cfeded9f92d81fa, get) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034649",
         "mil.dso.ironbank.image.keywords": "ubuntu,noble",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubuntu2404-container",
         "mil.dso.ironbank.product.name": "docker",
         "org.opencontainers.image.created": "2025-03-19 23:45:23+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.revision": "af47ad65a87daa784c56598f74789816cb43f5f5",
         "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/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: 1 flattened updates found: registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig",
                 "currentValue": "20.04",
                 "replaceString": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig:20.04",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "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",
                 "isSingleVersion": true,
                 "fixedVersion": "20.04"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ],
         "homebrew": [
           {
             "deps": [
               {
                 "depName": "Bbctl",
                 "managerData": {
                   "ownerName": null,
                   "repoName": null,
                   "sha256": "ce5eba85dcfab8cf31aa27e682c66964f5d5c7a9f64c8adf11ed54e6e3822962",
                   "url": "https://repo1.dso.mil/big-bang/apps/developer-tools/bbctl/-/archive/1.0.0/bbctl-1.0.0.tar.gz"
                 },
                 "currentValue": null,
                 "skipReason": "unsupported-url",
                 "updates": [],
                 "packageName": "Bbctl"
               }
             ],
             "packageFile": "Formula/bbctl.rb"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: processRepo() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Processing 1 branch: renovate/major-ib-updates (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: getPr(10) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: getMR(10) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: 1 already existing branches found: renovate/major-ib-updates (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Branches limit = 2 (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: syncBranchState() (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getPr(10) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getMR(10) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:05:19.298Z) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: isBranchConflicted(main, renovate/major-ib-updates) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-03-05T15:56:38+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found a multistage build stage name: base (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found a multistage build stage name: base (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No content changed (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-03-05T15:56:38+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getPr(10) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getMR(10) (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/developer-tools/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 -> 22.04) (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/developer-tools/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/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
       "pr": 10,
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig docker tag to v22"
DEBUG: setPrCache() (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/developer-tools/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: getPr(10) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: getMR(10) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Config does not need migration (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: No reconfigure branch found (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Removing any stale branches (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Branch lists (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "branchList": ["renovate/major-ib-updates"],
       "renovateBranches": ["renovate/major-ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: No branches to clean up (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Repo is activated (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Branch summary (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "e18c3ec2d5b76147ebad813139f3f69c7dc374dc"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "e18c3ec2d5b76147ebad813139f3f69c7dc374dc",
           "branchName": "renovate/major-ib-updates",
           "branchSha": "e708510400efd7a7b6882a0ce0c20e5fc68d82b5",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "branchesInformation": [
         {
           "branchName": "renovate/major-ib-updates",
           "prNo": 10,
           "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",
               "currentVersion": "20.04",
               "currentValue": "20.04",
               "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/apps/developer-tools/homebrew-tools-public)
       "stats": {"total": 4, "open": 1, "closed": 2, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "splits": {"init": 1312, "extract": 97, "lookup": 344, "onboarding": 0, "update": 1304},
       "total": 3066
DEBUG: Package cache statistics (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "get": {"count": 6, "avgMs": 1, "medianMs": 1, "maxMs": 1, "totalMs": 3},
       "set": {"count": 6, "avgMs": 6, "medianMs": 6, "maxMs": 15, "totalMs": 38}
DEBUG: HTTP statistics (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 26,
           "reqMedianMs": 26,
           "reqMaxMs": 60,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 164,
           "reqMedianMs": 142,
           "reqMaxMs": 339,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 16
DEBUG: HTTP cache statistics (repository=big-bang/apps/developer-tools/homebrew-tools-public)
DEBUG: Lookup statistics (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "docker": {"count": 1, "avgMs": 320, "medianMs": 320, "maxMs": 320, "totalMs": 320}
 INFO: Repository finished (repository=big-bang/apps/developer-tools/homebrew-tools-public)
       "cloned": true,
       "durationMs": 3066
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": 463
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": {"helm-values": 8, "helmv3": 9, "kubernetes": 17}
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:72c770b33e8efeabed2f05a6065632500630b755a649673a6c904a05fae87b4d",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034944",
         "mil.dso.ironbank.image.keywords": "container, oscal, istio",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:c083e072b7889f0238d6d8dc2f98cc01a52e357bc5770a86ff3f6461c0da5e2a",
         "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-03-20 00:31:12+00:00",
         "org.opencontainers.image.description": "Tetrate's Istio OSCAL Kubernetes controller",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "381488321eaf6c604516cc0c16bfb6d4d717cbcb",
         "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.4"
       }
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: 1 flattened updates found: registry1.dso.mil/ironbank/tetrate/oscal-controller (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Returning 1 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": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.0.4",
                     "newValue": "0.0.4",
                     "newMajor": 0,
                     "newMinor": 0,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ib-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",
                 "isSingleVersion": true,
                 "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 1 branch: renovate/ib-updates (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: currentHourStart=2025-03-20T06: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: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/ib-updates (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Branch concurrent limit remaining: 9 (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: syncBranchState() (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:05:22.997Z) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/istio-oscal-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/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T20:35:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep registry1.dso.mil/ironbank/tetrate/oscal-controller in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/tetrate/oscal-controller"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T20:35:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/oscal-controller/oscal-controller (0.0.3 -> 0.0.4) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/tetrate/oscal-controller/oscal-controller (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update registry1.dso.mil/ironbank/tetrate/oscal-controller Docker tag to v0.0.4"
 INFO: PR updated (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
       "pr": 22,
       "prTitle": "Update registry1.dso.mil/ironbank/tetrate/oscal-controller Docker tag to v0.0.4"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: getMR(22) (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: Branch lists (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "branchList": ["renovate/ib-updates"],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: No branches to clean up (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": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0c1f318a14380447486e9deec8392150ec50f9d3",
           "branchName": "renovate/ib-updates",
           "branchSha": "3e80adb5feb355aa9dae378bfbb0e15572ffa37f",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 22,
           "prTitle": "Update registry1.dso.mil/ironbank/tetrate/oscal-controller Docker tag to v0.0.4",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/tetrate/oscal-controller",
               "displayPending": "",
               "fixedVersion": "0.0.3",
               "currentVersion": "0.0.3",
               "currentValue": "0.0.3",
               "newValue": "0.0.4",
               "newVersion": "0.0.4",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/tetrate/oscal-controller"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "stats": {"total": 2, "open": 1, "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": 1729, "extract": 307, "lookup": 329, "onboarding": 0, "update": 1342},
       "total": 4543
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "get": {"count": 6, "avgMs": 1, "medianMs": 1, "maxMs": 6, "totalMs": 8},
       "set": {"count": 6, "avgMs": 6, "medianMs": 6, "maxMs": 8, "totalMs": 33}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "hosts": {
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 21,
           "reqMedianMs": 18,
           "reqMaxMs": 41,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 198,
           "reqMedianMs": 162,
           "reqMaxMs": 613,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 18
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": 7, "medianMs": 7, "maxMs": 7, "totalMs": 20},
       "docker": {"count": 1, "avgMs": 276, "medianMs": 276, "maxMs": 276, "totalMs": 276}
 INFO: Repository finished (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "cloned": true,
       "durationMs": 4543
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": 468
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-03-20T06: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-03-20T06: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": 1164, "extract": 96, "lookup": 8, "onboarding": 0, "update": 0},
       "total": 1273
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": 115,
           "reqMedianMs": 128,
           "reqMaxMs": 139,
           "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": 1273
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": 567
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/compliance-dashboard)
       "latestCommit": {
         "hash": "ef706aa8ff8f2d40995a12a96001728e543dc117",
         "date": "2025-03-14T16:10:34+00:00",
         "message": "Merge branch 'remove-collector' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "remove collector\n\nSee merge request big-bang/apps/sandbox/compliance-dashboard!38",
         "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-03-14T16:10:34+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: manager extract durations (ms) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
       "managers": {}
DEBUG: Found 0 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": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (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: 0 flattened updates found:  (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Returning 0 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: packageFiles with updates (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
       "config": {}
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 0 branches:  (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: currentHourStart=2025-03-20T06: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: 0 PRs are currently open (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: currentHourStart=2025-03-20T06: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: 0 already existing branches found:  (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Branches limit = 2 (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: No renovate branches found (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": "ef706aa8ff8f2d40995a12a96001728e543dc117"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/compliance-dashboard)
       "stats": {"total": 14, "open": 0, "closed": 14, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/compliance-dashboard)
       "splits": {"init": 1788, "extract": 95, "lookup": 9, "onboarding": 0, "update": 0},
       "total": 1896
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/compliance-dashboard)
       "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/compliance-dashboard)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 247,
           "reqMedianMs": 169,
           "reqMaxMs": 601,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/compliance-dashboard)
 INFO: Repository finished (repository=big-bang/apps/sandbox/compliance-dashboard)
       "cloned": true,
       "durationMs": 1896
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=112) (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": 782
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": 1554
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": 111,
           "reqMedianMs": 112,
           "reqMaxMs": 121,
           "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": 1554
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": 435
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": 1}
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=27) (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": 170,
                 "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": 127,
                     "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": 384,
                 "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": 1027,
                 "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-03-20T06: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-03-20T06: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-03-20T06:05:31.459Z) (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": 1177, "extract": 94, "lookup": 281, "onboarding": 0, "update": 978},
       "total": 2536
DEBUG: Package cache statistics (repository=big-bang/apps/developer-tools/go-utils)
       "get": {"count": 4, "avgMs": 5, "medianMs": 5, "maxMs": 13, "totalMs": 19},
       "set": {"count": 2, "avgMs": 5, "medianMs": 7, "maxMs": 7, "totalMs": 10}
DEBUG: HTTP statistics (repository=big-bang/apps/developer-tools/go-utils)
       "hosts": {
         "proxy.golang.org": {
           "count": 5,
           "reqAvgMs": 54,
           "reqMedianMs": 27,
           "reqMaxMs": 95,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 175,
           "reqMedianMs": 169,
           "reqMaxMs": 342,
           "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": 12, "medianMs": 12, "maxMs": 12, "totalMs": 12},
       "go": {"count": 2, "avgMs": 137, "medianMs": 259, "maxMs": 259, "totalMs": 273}
 INFO: Repository finished (repository=big-bang/apps/developer-tools/go-utils)
       "cloned": true,
       "durationMs": 2536
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=104) (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": 823
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": 1576
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": 116,
           "reqMedianMs": 118,
           "reqMaxMs": 126,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 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/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": 443
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/headlamp)
       "latestCommit": {
         "hash": "9bf162160a6250e5f7dd7b57a9490e1adb65bb45",
         "date": "2025-03-19T16:36:15+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #24\n\nSee merge request big-bang/apps/sandbox/headlamp!32",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.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": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Headlamp Package Dependencies",
         "draftPR": true,
         "labels": ["headlamp", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": "false",
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Headlamp:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/headlamp)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Headlamp Package Dependencies",
         "draftPR": true,
         "labels": ["headlamp", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": "false",
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Headlamp:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
             "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 Headlamp Package Dependencies",
         "draftPR": true,
         "labels": ["headlamp", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "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": [
               "- Headlamp:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
             "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/headlamp)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Headlamp Package Dependencies",
         "draftPR": true,
         "labels": ["headlamp", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "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": [
               "- Headlamp:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
             "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/headlamp)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findIssue(Renovate: Upgrade Headlamp Package Dependencies) (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": "2025-03-19T16:36:15+00: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: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (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: Matched 1 file(s) for manager npm: chart/tests/package.json (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: npm file chart/tests/package.json has name undefined (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Found chart/tests/package-lock.json for chart/tests/package.json (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
       "managers": {"helm-values": 8, "regex": 10, "helmv3": 10, "npm": 14}
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 npm package files (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Found 5 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": 1},
           "npm": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 2, "depCount": 3}
         },
         "total": {"fileCount": 5, "depCount": 6}
       }
DEBUG: baseBranch: main (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: getLabels(https://registry1.dso.mil, ironbank/opensource/headlamp-k8s/headlamp, latest) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/headlamp-k8s/headlamp, latest, 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: found labels in manifest (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f4b9e16e373777ddd82136423b0e7de9f3f00d5a84591d2d0a9b652a1c9c2cd9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035312",
         "mil.dso.ironbank.image.keywords": "headlamp-k8s, headlamp, k8s",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:9d95a303c8e5961f65cf5d32c2289680d2e980e224b028d252c3710e416b3f17",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "headlamp",
         "org.opencontainers.image.created": "2025-03-20 01:11:46+00:00",
         "org.opencontainers.image.description": "Headlamp is an easy-to-use and extensible Kubernetes web UI.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "614ecc28d609661481f36e8813fc86fedd4dd9a3",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/headlamp-k8s/headlamp",
         "org.opencontainers.image.title": "headlamp",
         "org.opencontainers.image.url": "https://github.com/headlamp-k8s/headlamp/blob/main/README.md",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v0.29.0"
       }
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: 1 flattened updates found: cypress (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Returning 1 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": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
                 "currentValue": "v0.29.0",
                 "datasource": "docker",
                 "replaceString": "v0.29.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/headlamp-k8s/headlamp",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/headlamp-k8s/headlamp/blob/main/README.md",
                 "lookupName": "ironbank/opensource/headlamp-k8s/headlamp",
                 "currentVersion": "v0.29.0",
                 "fixedVersion": "v0.29.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": "0.29.0-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.1.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "updateType": "minor",
                     "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.1.0",
                 "currentVersionTimestamp": "2025-02-25T20:29:55.245Z",
                 "currentVersionAgeInDays": 22,
                 "isSingleVersion": true,
                 "fixedVersion": "14.1.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/opensource/headlamp-k8s/headlamp",
                 "currentValue": "0.29.0",
                 "datasource": "docker",
                 "replaceString": "- Headlamp: 0.29.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/headlamp-k8s/headlamp",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/headlamp-k8s/headlamp/blob/main/README.md",
                 "lookupName": "ironbank/opensource/headlamp-k8s/headlamp",
                 "currentVersion": "v0.29.0",
                 "fixedVersion": "0.29.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
                 "currentValue": "0.29.0",
                 "datasource": "docker",
                 "replaceString": "appVersion: 0.29.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/headlamp-k8s/headlamp",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/headlamp-k8s/headlamp/blob/main/README.md",
                 "lookupName": "ironbank/opensource/headlamp-k8s/headlamp",
                 "currentVersion": "v0.29.0",
                 "fixedVersion": "0.29.0"
               }
             ],
             "matchStrings": [
               "- Headlamp:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
                 "currentValue": "v0.29.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp:v0.29.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/headlamp-k8s/headlamp",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/headlamp-k8s/headlamp",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/headlamp-k8s/headlamp/blob/main/README.md",
                 "lookupName": "ironbank/opensource/headlamp-k8s/headlamp",
                 "currentVersion": "v0.29.0",
                 "fixedVersion": "v0.29.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "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 1 branch: renovate/cypress-14.x-lockfile (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/headlamp)
DEBUG: currentHourStart=2025-03-20T06: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/cypress-14.x-lockfile) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findPr(renovate/cypress-14.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getPr(31) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getMR(31) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/headlamp)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/cypress-14.x-lockfile (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Branch concurrent limit remaining: 9 (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/cypress-14.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getBranchPr(renovate/cypress-14.x-lockfile) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: findPr(renovate/cypress-14.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getPr(31) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getMR(31) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: branch.isModified() = true (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
       "branchName": "renovate/cypress-14.x-lockfile",
       "unrecognizedAuthors": ["jacob.kershaw@sigmadefense.com"]
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: PR has been edited, PrNo:31 (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Getting comments for #31 (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Found 11 comments (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #31 (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Comment is already update-to-date (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getBranchPr(renovate/cypress-14.x-lockfile) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findPr(renovate/cypress-14.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getPr(31) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getMR(31) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/headlamp)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/apps/sandbox/headlamp)
DEBUG: ensureIssue() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Updating issue (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/cypress-14.x-lockfile"],
       "renovateBranches": ["renovate/cypress-14.x-lockfile"]
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: Repo is activated (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/headlamp)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "9bf162160a6250e5f7dd7b57a9490e1adb65bb45"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9bf162160a6250e5f7dd7b57a9490e1adb65bb45",
           "branchName": "renovate/cypress-14.x-lockfile",
           "branchSha": "ff0a76afc4d00981480c6cec7b77edd0ac44eb87",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/headlamp)
       "branchesInformation": [
         {
           "branchName": "renovate/cypress-14.x-lockfile",
           "prNo": 31,
           "prTitle": "SKIP UPDATE CHECK Update dependency cypress to v14.2.0",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "fixedVersion": "14.1.0",
               "currentVersion": "14.1.0",
               "currentValue": "^14.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.2.0",
               "packageFile": "chart/tests/package.json",
               "updateType": "minor",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/headlamp)
       "stats": {"total": 6, "open": 1, "closed": 4, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/headlamp)
       "splits": {"init": 1548, "extract": 314, "lookup": 294, "onboarding": 0, "update": 417},
       "total": 3199
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/headlamp)
       "get": {"count": 7, "avgMs": 1, "medianMs": 0, "maxMs": 8, "totalMs": 10},
       "set": {"count": 6, "avgMs": 5, "medianMs": 5, "maxMs": 7, "totalMs": 27}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/headlamp)
       "hosts": {
         "registry1.dso.mil": {
           "count": 11,
           "reqAvgMs": 26,
           "reqMedianMs": 25,
           "reqMaxMs": 52,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 226,
           "reqMedianMs": 178,
           "reqMaxMs": 447,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 20
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/headlamp)
       "https://registry.npmjs.org": {"/cypress": {"hit": 0, "miss": 0, "localHit": 1}}
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/headlamp)
       "npm": {"count": 1, "avgMs": 18, "medianMs": 18, "maxMs": 18, "totalMs": 18},
       "docker": {"count": 5, "avgMs": 263, "medianMs": 265, "maxMs": 265, "totalMs": 1313}
 INFO: Repository finished (repository=big-bang/apps/sandbox/headlamp)
       "cloned": true,
       "durationMs": 3199
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": 807
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "latestCommit": {
         "hash": "a0ed9b5b4663550886a22dace10dcbd8ce26b337",
         "date": "2025-03-12T12:31:55+00:00",
         "message": "Merge branch 'dd/update-golang' into 'main'",
         "refs": "HEAD -> main, tag: 1.3.0, origin/main, origin/HEAD",
         "body": "golang-builder: update golang and golanglint-ci\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder!18",
         "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-03-12T12:31:55+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": 1}
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.24, 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.24, 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.24, sha256:57c74402eb8a38cafbd60c1331ea7dfc54230584b3e4a4eb7e952da3da5d60aa, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034629",
         "mil.dso.ironbank.image.keywords": "golang,go,programming",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:41:24+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": "BSD 3-Clause",
         "org.opencontainers.image.revision": "33793a06a9ce0d33e233fb61d4f38e7dbd28f444",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.24",
         "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.24.1",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 0 flattened updates found:  (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Returning 0 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.24",
                 "currentValue": "1.24.1",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.24:1.24.1",
                 "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.24",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.24",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.24",
                 "currentVersion": "1.24.1",
                 "fixedVersion": "1.24.1"
               }
             ],
             "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 0 branches:  (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-03-20T06: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: 0 PRs are currently open (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: PR concurrent limit remaining: 10 (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-03-20T06: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: 0 already existing branches found:  (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Branch concurrent limit remaining: 10 (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: 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: No renovate branches found (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": "a0ed9b5b4663550886a22dace10dcbd8ce26b337"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "stats": {"total": 2, "open": 0, "closed": 2, "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": 1749, "extract": 98, "lookup": 305, "onboarding": 0, "update": 1},
       "total": 2156
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "get": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 3, "avgMs": 5, "medianMs": 5, "maxMs": 7, "totalMs": 15}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 23,
           "reqMedianMs": 27,
           "reqMaxMs": 35,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 141,
           "reqMedianMs": 184,
           "reqMaxMs": 200,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 11
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": 291, "medianMs": 291, "maxMs": 291, "totalMs": 291}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "cloned": true,
       "durationMs": 2156
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-core)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio-core (repository=big-bang/apps/sandbox/istio-core)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/istio-core)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: big-bang/apps/sandbox/istio-core default branch = main (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/istio-core.git (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio-core)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio-core)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio-core)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio-core (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/istio-core)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/istio-core)
       "durationMs": 488
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/istio-core)
       "latestCommit": {
         "hash": "2f1bd78222ed416223abc4487a67af71c8ced320",
         "date": "2025-03-06T13:43:30+00:00",
         "message": "Merge branch 'envoyfilter-addition' into 'main'",
         "refs": "HEAD -> main, tag: 1.23.3-bb.3, origin/main, origin/HEAD, origin/26-update-istio-core-package-from-1-23-to-1-25",
         "body": "chore(charts/base/templates): add base envoyfilters to `istio-core`\n\nSee merge request big-bang/apps/sandbox/istio-core!29",
         "author_name": "David Baker",
         "author_email": "dbaker1@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/istio-core)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Repository config (repository=big-bang/apps/sandbox/istio-core)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/istio-core)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/istio-core)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/istio-core)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-03-06T13:43:30+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/istio-core, 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-core, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/istio-core, 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-core, 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-core, baseBranch=main)
DEBUG: Chart has no dependencies in chart/charts/base/Chart.yaml (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Chart has no dependencies in chart/charts/istiod/Chart.yaml (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
       "managers": {"helm-values": 12, "helmv3": 13}
DEBUG: Found helm-values package files (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/istio-core, 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-core, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/istio-core, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/istio-core, 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.3",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/apps/sandbox/istio-core)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/istio-core)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/istio-core)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/sandbox/istio-core)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/istio-core)
DEBUG: currentHourStart=2025-03-20T06:00:00.000+00:00 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/istio-core)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/istio-core)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/istio-core)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/istio-core)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/istio-core)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/istio-core)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-core)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/istio-core)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2f1bd78222ed416223abc4487a67af71c8ced320"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/istio-core)
       "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-core)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/istio-core)
       "splits": {"init": 1201, "extract": 146, "lookup": 15, "onboarding": 0, "update": 0},
       "total": 1368
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/istio-core)
       "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-core)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 123,
           "reqMedianMs": 145,
           "reqMaxMs": 169,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/istio-core)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/istio-core)
       "docker": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
 INFO: Repository finished (repository=big-bang/apps/sandbox/istio-core)
       "cloned": true,
       "durationMs": 1368
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": 465
DEBUG: latest repository commit (repository=big-bang/product/packages/mimir)
       "latestCommit": {
         "hash": "b5c728c0a852e6ff66a7eddb979b4a94a591eaa8",
         "date": "2025-03-19T20:39:40+00:00",
         "message": "Merge branch '66-mimir-netpol2' into 'main'",
         "refs": "HEAD -> main, tag: 5.5.1-bb.8, origin/main, origin/HEAD",
         "body": "Allow minio sidecar scraping\n\nCloses #66\n\nSee merge request big-bang/product/packages/mimir!57",
         "author_name": "Brian Jackson",
         "author_email": "bjackson@fullvisibility.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-03-19T20:39:40+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": 10, "regex": 13, "helmv3": 13}
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": 7},
           "helmv3": {"fileCount": 1, "depCount": 3},
           "regex": {"fileCount": 3, "depCount": 8}
         },
         "total": {"fileCount": 5, "depCount": 18}
       }
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, 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, 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/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/grafana/rollout-operator, sha256:e6d2ab99676c516266d07ce33eb44ed07d56967fa6163c78427445cd5a0ab931, get) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/nginx/nginx, sha256:9867462f7fa03f8baf5a5b2840f32a6cd2b0074a50844c44728b301bd8acaa78, 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:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034791",
         "mil.dso.ironbank.image.keywords": "grafana,mimir,metrics,prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "mimir",
         "org.opencontainers.image.created": "2025-03-20 00:08:18+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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035082",
         "mil.dso.ironbank.image.keywords": "memory,cache,caching",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:47:39+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": "a180e665c463e81465fb893300b4d167ed21c5f9",
         "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.37",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/mimir, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035724",
         "mil.dso.ironbank.image.keywords": "nginx,proxy,webserver",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 02:11:33+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": "eca64f41603a1e843b2661cf03dd09329b57f0d8",
         "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.4",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/mimir, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035637",
         "mil.dso.ironbank.image.keywords": "grafana,rollout-operator,operator",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "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-03-20 01:57:00+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": "8d4b8924726682d8d8abe63e527c1e63bdeb08eb",
         "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.24.0"
       }
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: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/base, sha256:8a9e287dd78956aaf7a9c86329558c8c08bb327d5d94e44f28991c05be676319, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035033",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:41:14+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 10 flattened updates found: registry1.dso.mil/ironbank/opensource/memcached/memcached, registry1.dso.mil/ironbank/opensource/grafana/rollout-operator, registry1.dso.mil/ironbank/opensource/nginx/nginx, registry1.dso.mil/ironbank/opensource/nginx/nginx, mimir-distributed, gluon, registry1.dso.mil/ironbank/opensource/nginx/nginx, registry1.dso.mil/ironbank/opensource/memcached/memcached, 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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.6.37",
                     "newValue": "1.6.37",
                     "newMajor": 1,
                     "newMinor": 6,
                     "newPatch": 37,
                     "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.34",
                 "isSingleVersion": true,
                 "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.24.0",
                     "newValue": "v0.24.0",
                     "newMajor": 0,
                     "newMinor": 24,
                     "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.27.4",
                     "newValue": "1.27.4",
                     "newMajor": 1,
                     "newMinor": 27,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.27.4",
                     "newValue": "1.27.4",
                     "newMajor": 1,
                     "newMinor": 27,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "fixedVersion": "1.27.3"
               },
               {
                 "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",
                 "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": 63,
                     "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": 149,
                 "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.8",
             "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.27.4",
                     "newValue": "1.27.4",
                     "newMajor": 1,
                     "newMinor": 27,
                     "newPatch": 4,
                     "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.3",
                 "isSingleVersion": true,
                 "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.6.37",
                     "newValue": "1.6.37",
                     "newMajor": 1,
                     "newMinor": 6,
                     "newPatch": 37,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "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.24.0",
                     "newValue": "v0.24.0",
                     "newMajor": 0,
                     "newMinor": 24,
                     "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.8",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.6.0",
                     "newValue": "5.6.0",
                     "newDigest": "323054037932b2a407cee3eac8e7be76ef5412caee1e5c9b94b4264afc5155b2",
                     "releaseTimestamp": "2025-01-16T00:58:24.276Z",
                     "newVersionAgeInDays": 63,
                     "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": 149,
                 "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-03-20T06: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-03-20T06: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-03-20T06:05:45.457Z) (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(): true (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch is conflicted (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch is not mergeable and needs rebasing (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: false (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-03-19T20:39:40+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Starting search at index 1258 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Found match at index 1258 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Contents updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed",
       "manager": "regex",
       "expectedValue": "5.6.0",
       "foundValue": "5.5.1"
DEBUG: Starting search at index 72 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed"
DEBUG: Found match at index 72 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed"
DEBUG: Contents updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed"
DEBUG: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed",
       "manager": "helmv3",
       "expectedValue": "5.6.0",
       "foundValue": "5.5.1"
DEBUG: Starting search at index 1167 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed"
DEBUG: Found match at index 1167 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed"
DEBUG: Contents updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed"
DEBUG: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator",
       "manager": "regex",
       "expectedValue": "v0.24.0",
       "foundValue": "v0.22.0"
DEBUG: Starting search at index 702 (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: Found match at index 702 (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: Contents updated (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: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator",
       "manager": "helm-values",
       "expectedValue": "v0.24.0",
       "foundValue": "v0.22.0"
DEBUG: Starting search at index 1757 (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: Found match at index 1757 (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: Contents updated (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: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
       "manager": "regex",
       "expectedValue": "1.6.37",
       "foundValue": "1.6.34"
DEBUG: Starting search at index 595 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
DEBUG: Found match at index 595 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
DEBUG: Contents updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
DEBUG: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
       "manager": "helm-values",
       "expectedValue": "1.6.37",
       "foundValue": "1.6.34"
DEBUG: Starting search at index 1446 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
DEBUG: Found match at index 1446 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
DEBUG: Contents updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
DEBUG: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "manager": "regex",
       "expectedValue": "1.27.4",
       "foundValue": "1.27.3"
DEBUG: Starting search at index 503 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Found match at index 503 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Contents updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "manager": "helm-values",
       "expectedValue": "1.27.4",
       "foundValue": "1.27.3"
DEBUG: Starting search at index 2688 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Found match at index 2688 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "manager": "helm-values",
       "expectedValue": "1.27.4",
       "foundValue": "1.27.3"
DEBUG: Found match at index 3073 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Contents updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Value is not updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "manager": "helm-values",
       "expectedValue": "1.27.4",
       "foundValue": "1.27.3"
DEBUG: Starting search at index 2688 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Found match at index 2688 (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Contents updated (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: helmv3.updateArtifacts(chart/Chart.yaml) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updating Helm artifacts (repository=big-bang/product/packages/mimir, 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/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Executing command (repository=big-bang/product/packages/mimir, 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/mimir, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 236,
       "stdout": "",
       "stderr": "WARNING: Using --password via the CLI is insecure. Use --password-stdin.\nLogin Succeeded\n"
DEBUG: Executing command (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "command": "helm repo add stable https://charts.helm.sh/stable --force-update"
DEBUG: exec completed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 983,
       "stdout": "\"stable\" has been added to your repositories\n",
       "stderr": ""
DEBUG: Executing command (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "command": "helm repo add mimir-distributed https://grafana.github.io/helm-charts --force-update"
DEBUG: exec completed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 388,
       "stdout": "\"mimir-distributed\" has been added to your repositories\n",
       "stderr": ""
DEBUG: Executing command (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "command": "helm dependency update chart"
DEBUG: exec completed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 4026,
       "stdout": "Hang tight while we grab the latest from your chart repositories...\n...Successfully got an update from the \"mimir-distributed\" chart repository\n...Successfully got an update from the \"stable\" chart repository\nUpdate Complete. ⎈Happy Helming!⎈\nSaving 3 charts\nDownloading mimir-distributed from repo https://grafana.github.io/helm-charts\nDownloading gluon from repo oci://registry1.dso.mil/bigbang\nDownloading minio-instance from repo oci://registry1.dso.mil/bigbang\nDeleting outdated charts\n",
       "stderr": "Pulled: registry1.dso.mil/bigbang/gluon:0.5.14\nDigest: sha256:b6532e1c9f5c27bec907731accb587972cb48cdf2db7e27e3e91a1d5f2fd33ef\nPulled: registry1.dso.mil/bigbang/minio-instance:6.0.4-bb.4\nDigest: sha256:f306c205e9b2721b621a85dd240fc18755960e0f75dec2fb638c5c7f6ca9054f\n"
DEBUG: Returning updated Helm artifacts (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updated 2 package files (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updated 5 lock files (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "updatedArtifacts": [
         "chart/Chart.lock",
         "chart/charts/gluon-0.5.14.tgz",
         "chart/charts/mimir-distributed-5.6.0.tgz",
         "chart/charts/gluon-0.5.12.tgz (delete)",
         "chart/charts/mimir-distributed-5.5.1.tgz (delete)"
       ]
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Executing command (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "command": "regenerate-helm-docs"
DEBUG: exec completed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "durationMs": 24,
       "stdout": "Using helm-docs version 1.14.2\n",
       "stderr": "++ helm-docs --version\n+ HELM_DOCS_VERSION='helm-docs version 1.14.2'\n+ echo 'Using helm-docs version 1.14.2'\n+ [[ ! -f README.md ]]\n+ cp /builds/big-bang/pipeline-templates/renovate-runner/scripts/.helmdocsignore .\n+ helm-docs -s file -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/README.md.gotmpl -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/_templates.gotmpl --dry-run\ntime=\"2025-03-20T06:05:51Z\" level=info msg=\"Found Chart directories [chart]\"\ntime=\"2025-03-20T06:05:51Z\" level=info msg=\"Generating README Documentation for chart chart\"\n+ rm .helmdocsignore\n"
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "cmd": "regenerate-helm-docs",
       "stderr": "++ helm-docs --version\n+ HELM_DOCS_VERSION='helm-docs version 1.14.2'\n+ echo 'Using helm-docs version 1.14.2'\n+ [[ ! -f README.md ]]\n+ cp /builds/big-bang/pipeline-templates/renovate-runner/scripts/.helmdocsignore .\n+ helm-docs -s file -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/README.md.gotmpl -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/_templates.gotmpl --dry-run\ntime=\"2025-03-20T06:05:51Z\" level=info msg=\"Found Chart directories [chart]\"\ntime=\"2025-03-20T06:05:51Z\" level=info msg=\"Generating README Documentation for chart chart\"\n+ rm .helmdocsignore\n",
       "stdout": "Using helm-docs version 1.14.2\n"
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Executing command (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "command": "bump-changelog '- mimir-distributed updated from 5.5.1 to 5.6.0'"
DEBUG: exec completed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "durationMs": 26,
       "stdout": "5.6.0-bb.0\n\nCant find current version changelog\n\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "cmd": "bump-changelog '- mimir-distributed updated from 5.5.1 to 5.6.0'",
       "stderr": "",
       "stdout": "5.6.0-bb.0\n\nCant find current version changelog\n\n"
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "addedCount": 2,
       "modifiedCount": 5,
       "deletedCount": 2
DEBUG: Checking 7 added or modified files for post-upgrade changes (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/charts/gluon-0.5.14.tgz"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/charts/mimir-distributed-5.6.0.tgz"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "CHANGELOG.md",
       "pattern": "CHANGELOG.md"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "README.md",
       "pattern": "README.md"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/Chart.lock"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/Chart.yaml",
       "pattern": "chart/Chart.yaml"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/values.yaml"
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Executing command (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "command": "regenerate-helm-docs"
DEBUG: exec completed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "durationMs": 21,
       "stdout": "Using helm-docs version 1.14.2\n",
       "stderr": "++ helm-docs --version\n+ HELM_DOCS_VERSION='helm-docs version 1.14.2'\n+ echo 'Using helm-docs version 1.14.2'\n+ [[ ! -f README.md ]]\n+ cp /builds/big-bang/pipeline-templates/renovate-runner/scripts/.helmdocsignore .\n+ helm-docs -s file -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/README.md.gotmpl -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/_templates.gotmpl --dry-run\ntime=\"2025-03-20T06:05:51Z\" level=info msg=\"Found Chart directories [chart]\"\ntime=\"2025-03-20T06:05:51Z\" level=info msg=\"Generating README Documentation for chart chart\"\n+ rm .helmdocsignore\n"
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "cmd": "regenerate-helm-docs",
       "stderr": "++ helm-docs --version\n+ HELM_DOCS_VERSION='helm-docs version 1.14.2'\n+ echo 'Using helm-docs version 1.14.2'\n+ [[ ! -f README.md ]]\n+ cp /builds/big-bang/pipeline-templates/renovate-runner/scripts/.helmdocsignore .\n+ helm-docs -s file -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/README.md.gotmpl -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/_templates.gotmpl --dry-run\ntime=\"2025-03-20T06:05:51Z\" level=info msg=\"Found Chart directories [chart]\"\ntime=\"2025-03-20T06:05:51Z\" level=info msg=\"Generating README Documentation for chart chart\"\n+ rm .helmdocsignore\n",
       "stdout": "Using helm-docs version 1.14.2\n"
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Executing command (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "command": "bump-changelog '- mimir-distributed updated from 5.5.1 to 5.6.0'"
DEBUG: exec completed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "durationMs": 24,
       "stdout": "5.6.0-bb.0\n## [5.6.0-bb.0] (2025-03-20) ### Changed - mimir-distributed updated from 5.5.1 to 5.6.0\nAdding to changelog\n\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "cmd": "bump-changelog '- mimir-distributed updated from 5.5.1 to 5.6.0'",
       "stderr": "",
       "stdout": "5.6.0-bb.0\n## [5.6.0-bb.0] (2025-03-20) ### Changed - mimir-distributed updated from 5.5.1 to 5.6.0\nAdding to changelog\n\n"
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "addedCount": 2,
       "modifiedCount": 5,
       "deletedCount": 2
DEBUG: Checking 7 added or modified files for post-upgrade changes (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/charts/gluon-0.5.14.tgz"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/charts/mimir-distributed-5.6.0.tgz"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "CHANGELOG.md",
       "pattern": "CHANGELOG.md"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "README.md",
       "pattern": "README.md"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/Chart.lock"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/Chart.yaml",
       "pattern": "chart/Chart.yaml"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "mimir-distributed",
       "file": "chart/values.yaml"
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Executing command (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "command": "map-chart-yaml-appversion"
DEBUG: exec completed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "durationMs": 14,
       "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/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "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: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Executing command (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "command": "bump-changelog '- gluon 0.5.12 -> 0.5.14\\n- mimir-distributed 5.5.1 -> 5.6.0\\n- mimir-distributed 5.5.1 -> 5.6.0\\n- registry1.dso.mil/ironbank/opensource/grafana/rollout-operator v0.22.0 -> v0.24.0\\n- registry1.dso.mil/ironbank/opensource/grafana/rollout-operator v0.22.0 -> v0.24.0\\n- registry1.dso.mil/ironbank/opensource/memcached/memcached 1.6.34 -> 1.6.37\\n- registry1.dso.mil/ironbank/opensource/memcached/memcached 1.6.34 -> 1.6.37\\n- registry1.dso.mil/ironbank/opensource/nginx/nginx 1.27.3 -> 1.27.4\\n- registry1.dso.mil/ironbank/opensource/nginx/nginx 1.27.3 -> 1.27.4\\n- registry1.dso.mil/ironbank/opensource/nginx/nginx 1.27.3 -> 1.27.4\\n'"
DEBUG: exec completed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "durationMs": 21,
       "stdout": "5.6.0-bb.0\n## [5.6.0-bb.0] (2025-03-20) ### Changed - mimir-distributed updated from 5.5.1 to 5.6.0\nAdding to changelog\n\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "cmd": "bump-changelog '- gluon 0.5.12 -> 0.5.14\\n- mimir-distributed 5.5.1 -> 5.6.0\\n- mimir-distributed 5.5.1 -> 5.6.0\\n- registry1.dso.mil/ironbank/opensource/grafana/rollout-operator v0.22.0 -> v0.24.0\\n- registry1.dso.mil/ironbank/opensource/grafana/rollout-operator v0.22.0 -> v0.24.0\\n- registry1.dso.mil/ironbank/opensource/memcached/memcached 1.6.34 -> 1.6.37\\n- registry1.dso.mil/ironbank/opensource/memcached/memcached 1.6.34 -> 1.6.37\\n- registry1.dso.mil/ironbank/opensource/nginx/nginx 1.27.3 -> 1.27.4\\n- registry1.dso.mil/ironbank/opensource/nginx/nginx 1.27.3 -> 1.27.4\\n- registry1.dso.mil/ironbank/opensource/nginx/nginx 1.27.3 -> 1.27.4\\n'",
       "stderr": "",
       "stdout": "5.6.0-bb.0\n## [5.6.0-bb.0] (2025-03-20) ### Changed - mimir-distributed updated from 5.5.1 to 5.6.0\nAdding to changelog\n\n"
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "addedCount": 2,
       "modifiedCount": 5,
       "deletedCount": 2
DEBUG: Checking 7 added or modified files for post-upgrade changes (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "chart/charts/gluon-0.5.14.tgz",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "chart/charts/mimir-distributed-5.6.0.tgz",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "CHANGELOG.md",
       "pattern": "CHANGELOG.md"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "README.md"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "chart/Chart.lock",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "chart/Chart.yaml",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "chart/values.yaml",
       "pattern": "chart/**"
DEBUG: Post-upgrade file removed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "chart/charts/gluon-0.5.12.tgz",
       "pattern": "chart/**"
DEBUG: Post-upgrade file removed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "dep": "gluon mimir-distributed mimir-distributed registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/grafana/rollout-operator registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/memcached/memcached registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "chart/charts/mimir-distributed-5.5.1.tgz",
       "pattern": "chart/**"
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #44 is removed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #44 (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 66 comments (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #44 is removed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #44 (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 66 comments (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: 9 file(s) to commit (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Preparing files for committing to branch renovate/ironbank (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: git commit (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "deletedFiles": ["chart/charts/gluon-0.5.12.tgz", "chart/charts/mimir-distributed-5.5.1.tgz"],
       "ignoredFiles": ["chart/charts/gluon-0.5.12.tgz", "chart/charts/mimir-distributed-5.5.1.tgz"],
       "result": {
         "author": null,
         "branch": "renovate/ironbank",
         "commit": "f72714fff8ff07b974e03c53b961055a861c3063",
         "root": false,
         "summary": {"changes": 9, "insertions": 24, "deletions": 0}
       }
DEBUG: Pushing refSpec renovate/ironbank:renovate/ironbank (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: git push (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/ironbank"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/ironbank:",
             "https://repo1.dso.mil/big-bang/product/packages/mimir/-/merge_requests/44"
           ]
         }
       }
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-03-19T20:39:40+00:00"
 INFO: Branch updated (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "commitSha": "f72714fff8ff07b974e03c53b961055a861c3063"
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.24.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.24.0) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/memcached/memcached (1.6.34 -> 1.6.37) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/memcached/memcached (1.6.34 -> 1.6.37) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/nginx/nginx (1.27.3 -> 1.27.4) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/nginx/nginx (1.27.3 -> 1.27.4) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/nginx/nginx (1.27.3 -> 1.27.4) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/nginx/nginx (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/nginx/nginx (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/nginx/nginx (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/memcached/memcached (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/memcached/memcached (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: setBranchCommit() (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": "b5c728c0a852e6ff66a7eddb979b4a94a591eaa8"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "b5c728c0a852e6ff66a7eddb979b4a94a591eaa8",
           "branchName": "renovate/ironbank",
           "branchSha": "f72714fff8ff07b974e03c53b961055a861c3063",
           "isModified": false,
           "isPristine": true
         }
       ],
       "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.24.0",
               "newVersion": "v0.24.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.24.0",
               "newVersion": "v0.24.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
               "displayPending": "",
               "fixedVersion": "1.6.34",
               "currentVersion": "1.6.34",
               "currentValue": "1.6.34",
               "newValue": "1.6.37",
               "newVersion": "1.6.37",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
               "displayPending": "",
               "fixedVersion": "1.6.34",
               "currentVersion": "1.6.34",
               "currentValue": "1.6.34",
               "newValue": "1.6.37",
               "newVersion": "1.6.37",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
               "displayPending": "",
               "fixedVersion": "1.27.3",
               "currentVersion": "1.27.3",
               "currentValue": "1.27.3",
               "newValue": "1.27.4",
               "newVersion": "1.27.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
               "displayPending": "",
               "fixedVersion": "1.27.3",
               "currentVersion": "1.27.3",
               "currentValue": "1.27.3",
               "newValue": "1.27.4",
               "newVersion": "1.27.4",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
               "displayPending": "",
               "fixedVersion": "1.27.3",
               "currentVersion": "1.27.3",
               "currentValue": "1.27.3",
               "newValue": "1.27.4",
               "newVersion": "1.27.4",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
             }
           ]
         }
       ]
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": 1619, "extract": 300, "lookup": 1603, "onboarding": 0, "update": 11279},
       "total": 15420
DEBUG: Package cache statistics (repository=big-bang/product/packages/mimir)
       "get": {"count": 35, "avgMs": 1, "medianMs": 1, "maxMs": 8, "totalMs": 42},
       "set": {"count": 47, "avgMs": 6, "medianMs": 5, "maxMs": 36, "totalMs": 278}
DEBUG: HTTP statistics (repository=big-bang/product/packages/mimir)
       "hosts": {
         "grafana.github.io": {
           "count": 1,
           "reqAvgMs": 64,
           "reqMedianMs": 64,
           "reqMaxMs": 64,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 33,
           "reqAvgMs": 169,
           "reqMedianMs": 40,
           "reqMaxMs": 913,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 22,
           "reqAvgMs": 263,
           "reqMedianMs": 188,
           "reqMaxMs": 1376,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 56
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/mimir)
DEBUG: Lookup statistics (repository=big-bang/product/packages/mimir)
       "docker": {"count": 15, "avgMs": 1020, "medianMs": 1168, "maxMs": 1297, "totalMs": 15307},
       "helm": {"count": 3, "avgMs": 1015, "medianMs": 1015, "maxMs": 1015, "totalMs": 3044}
 INFO: Repository finished (repository=big-bang/product/packages/mimir)
       "cloned": true,
       "durationMs": 15420
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=108) (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": 558
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": 6}
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:2abe88145fa5424400158c9c3420a0a8e8940486f8d70e32d13ed6aab77472b4, 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:f4b9e16e373777ddd82136423b0e7de9f3f00d5a84591d2d0a9b652a1c9c2cd9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034854",
         "mil.dso.ironbank.image.keywords": "cilium, tetragon",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:9d95a303c8e5961f65cf5d32c2289680d2e980e224b028d252c3710e416b3f17",
         "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-03-20 00:19:45+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": "829ca930725314e23927efdb48825389ef5b8f43",
         "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-03-20T06: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(22) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: getMR(22) (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-03-20T06: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(22) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(22) (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() = true (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["kmontakhab@vivsoft.io"]
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:22 (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #22 (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 48 comments (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #22 (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (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(22) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: getMR(22) (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": "b9de937b10a441077b9c48bf4f9ba2212735c42c",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/tetragon)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 22,
           "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/cilium/tetragon Docker tag to v1.3.0",
           "result": "pr-edited",
           "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": 3, "open": 1, "closed": 2, "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": 1556, "extract": 208, "lookup": 329, "onboarding": 0, "update": 831},
       "total": 3710
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/tetragon)
       "get": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 3, "avgMs": 6, "medianMs": 5, "maxMs": 11, "totalMs": 19}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/tetragon)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 24,
           "reqMedianMs": 23,
           "reqMaxMs": 46,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 208,
           "reqMedianMs": 189,
           "reqMaxMs": 459,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 19
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/tetragon)
       "docker": {"count": 3, "avgMs": 297, "medianMs": 297, "maxMs": 297, "totalMs": 891}
 INFO: Repository finished (repository=big-bang/apps/sandbox/tetragon)
       "cloned": true,
       "durationMs": 3710
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=120) (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": 891
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": 1824
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": 183,
           "reqMedianMs": 142,
           "reqMaxMs": 288,
           "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": 1824
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": 556
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/backstage)
       "latestCommit": {
         "hash": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
         "date": "2025-03-19T18:43:50+00:00",
         "message": "Merge branch 'temp-dev-fix2' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "add dependsOn\n\nSee merge request big-bang/apps/sandbox/backstage!52",
         "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-03-19T18:43:50+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 2 file(s) for manager dockerfile: backstage/Dockerfile, backstage/packages/backend/Dockerfile (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: Matched 1 file(s) for manager html: backstage/packages/app/public/index.html (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Matched 4 file(s) for manager npm: backstage/examples/template/content/package.json, backstage/package.json, backstage/packages/app/package.json, backstage/packages/backend/package.json (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Found a multistage build stage name: packages (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Found a multistage build stage name: build (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "image": "packages"
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "image": "packages"
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "image": "packages"
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "image": "packages"
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "image": "build"
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "image": "build"
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "image": "build"
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "image": "build"
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "image": "build"
DEBUG: npm file backstage/examples/template/content/package.json has name "${{ values.name }}" (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Package file has no deps (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: npm file backstage/package.json has name "root" (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: npm file backstage/packages/app/package.json has name "app" (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: npm file backstage/packages/backend/package.json has name "backend" (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: yarn.lock backstage/yarn.lock has __metadata.cacheKey=10 (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: yarn.lock backstage/yarn.lock is has __metadata so is yarn 2+ (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "managers": {"helm-values": 7, "html": 8, "helmv3": 8, "dockerfile": 9, "npm": 91}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
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 npm package files (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Found 8 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": {
           "dockerfile": {"fileCount": 2, "depCount": 4},
           "helm-values": {"fileCount": 1, "depCount": 1},
           "helmv3": {"fileCount": 1, "depCount": 3},
           "npm": {"fileCount": 4, "depCount": 78}
         },
         "total": {"fileCount": 8, "depCount": 86}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/bigbang-staging/backstage has unsupported/unversioned value initial-start (versioning=docker) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/bigbang-staging/backstage because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: hostRules: no authentication for registry.npmjs.org (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using queue: host=registry.npmjs.org, concurrency=999 (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: Using queue: host=ghcr.io, concurrency=16 (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: Using queue: host=nodejs.org, concurrency=16 (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/nodejs/nodejs20, latest) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/nodejs/nodejs20, latest, get) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/nodejs/nodejs20, sha256:baf3bd93a9ccfcaa630ce93a4844aed6dd06cf5e1864ecbbdee7b1fce6667a08, get) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getLabels(https://ghcr.io, backstage/charts/backstage, 2.4.0) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getManifestResponse(https://ghcr.io, backstage/charts/backstage, 2.4.0, get) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, bitnamicharts/common, 2.30.0) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnamicharts/common, 2.30.0, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034573",
         "mil.dso.ironbank.image.keywords": "nodejs,npm",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Node.js",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-03-19 23:35:46+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": "b57785e743992e4c0a1a3a1959b6c9c5edb48070",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs20",
         "org.opencontainers.image.title": "nodejs20",
         "org.opencontainers.image.url": "https://nodejs.org",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "20.18",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 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: getLabels(https://index.docker.io, bitnamicharts/postgresql, 16.5.3) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnamicharts/postgresql, 16.5.3, 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/postgresql"
       }
DEBUG: Found deprecationMessage for npm package @material-ui/core (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
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: 76 flattened updates found: backstage, backstage, common, postgresql, postgresql, @backstage/cli, @playwright/test, node-gyp, prettier, typescript, @types/react, @types/react, @types/react-dom, yarn, @backstage-community/plugin-grafana, @backstage/app-defaults, @backstage/cli, @backstage/core-app-api, @backstage/core-components, @backstage/core-plugin-api, @backstage/integration-react, @backstage/plugin-api-docs, @backstage/plugin-catalog, @backstage/plugin-catalog-graph, @backstage/plugin-catalog-import, @backstage/plugin-catalog-react, @backstage/plugin-kubernetes, @backstage/plugin-org, @backstage/plugin-permission-react, @backstage/plugin-scaffolder, @backstage/plugin-search, @backstage/plugin-search-react, @backstage/plugin-techdocs, @backstage/plugin-techdocs-module-addons-contrib, @backstage/plugin-techdocs-react, @backstage/plugin-user-settings, @backstage/theme, react, react-dom, react-router, react-router, react-router-dom, react-router-dom, @backstage/test-utils, @playwright/test, @testing-library/dom, @testing-library/react, @testing-library/user-event, @backstage/backend-defaults, @backstage/plugin-app-backend, @backstage/plugin-auth-backend, @backstage/plugin-auth-backend-module-github-provider, @backstage/plugin-auth-backend-module-guest-provider, @backstage/plugin-auth-node, @backstage/plugin-catalog-backend, @backstage/plugin-catalog-backend-module-logs, @backstage/plugin-catalog-backend-module-scaffolder-entity-model, @backstage/plugin-kubernetes-backend, @backstage/plugin-permission-backend, @backstage/plugin-permission-backend-module-allow-all-policy, @backstage/plugin-permission-node, @backstage/plugin-proxy-backend, @backstage/plugin-scaffolder-backend, @backstage/plugin-scaffolder-backend-module-github, @backstage/plugin-search-backend, @backstage/plugin-search-backend, @backstage/plugin-search-backend-module-catalog, @backstage/plugin-search-backend-module-pg, @backstage/plugin-search-backend-module-techdocs, @backstage/plugin-search-backend-node, @backstage/plugin-techdocs-backend, @backstage/plugin-techdocs-backend, better-sqlite3, node-gyp, pg, @backstage/cli (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Returning 67 branch(es) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/backstage, 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: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "sourceUrl": "https://github.com/backstage/backstage",
       "newVersion": "1.16.0",
       "branches": {
         "renovate/backstage-core-app-api-1.x-lockfile": "@backstage/core-app-api",
         "renovate/backstage-plugin-catalog-react-1.x-lockfile": "@backstage/plugin-catalog-react"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "sourceUrl": "https://github.com/backstage/backstage",
       "newVersion": "0.12.5",
       "branches": {
         "renovate/backstage-plugin-api-docs-0.x-lockfile": "@backstage/plugin-api-docs",
         "renovate/backstage-plugin-kubernetes-0.x-lockfile": "@backstage/plugin-kubernetes"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "sourceUrl": "https://github.com/remix-run/react-router",
       "newVersion": "6.30.0",
       "branches": {
         "renovate/react-router-6.x-lockfile": "react-router",
         "renovate/react-router-dom-6.x-lockfile": "react-router-dom"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "sourceUrl": "https://github.com/remix-run/react-router",
       "newVersion": "7.4.0",
       "branches": {
         "renovate/react-router-7.x": "react-router",
         "renovate/react-router-dom-7.x": "react-router-dom"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "sourceUrl": "https://github.com/backstage/backstage",
       "newVersion": "0.2.6",
       "branches": {
         "renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile": "@backstage/plugin-auth-backend-module-guest-provider",
         "renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
         "renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile": "@backstage/plugin-permission-backend-module-allow-all-policy"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "sourceUrl": "https://github.com/backstage/backstage",
       "newVersion": "0.6.1",
       "branches": {
         "renovate/backstage-plugin-auth-node-0.x": "@backstage/plugin-auth-node",
         "renovate/backstage-plugin-scaffolder-backend-module-github-0.x": "@backstage/plugin-scaffolder-backend-module-github"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "sourceUrl": "https://github.com/backstage/backstage",
       "newVersion": "2.0.0",
       "branches": {
         "renovate/backstage-plugin-search-backend-2.x": "@backstage/plugin-search-backend",
         "renovate/backstage-plugin-techdocs-backend-2.x": "@backstage/plugin-techdocs-backend"
       }
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs20",
                 "currentValue": "20-slim-amd64",
                 "replaceString": "ARG BASE_TAG=20-slim-amd64\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/nodejs/nodejs20",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs20",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nodejs.org",
                 "lookupName": "ironbank/opensource/nodejs/nodejs20",
                 "currentVersion": "20",
                 "fixedVersion": "20-slim-amd64"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs20",
                 "currentValue": "20-slim-amd64",
                 "replaceString": "ARG BASE_TAG=20-slim-amd64\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/nodejs/nodejs20",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs20",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nodejs.org",
                 "lookupName": "ironbank/opensource/nodejs/nodejs20",
                 "currentVersion": "20",
                 "fixedVersion": "20-slim-amd64"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs20",
                 "currentValue": "20-slim-amd64",
                 "replaceString": "ARG BASE_TAG=20-slim-amd64\n",
                 "autoReplaceStringTemplate": "ARG BASE_TAG={{#if newValue}}{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}\n",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs20",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs20",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nodejs.org",
                 "lookupName": "ironbank/opensource/nodejs/nodejs20",
                 "currentVersion": "20",
                 "fixedVersion": "20-slim-amd64"
               }
             ],
             "packageFile": "backstage/Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs20",
                 "currentValue": "20-slim",
                 "replaceString": "ARG BASE_TAG=20-slim\n",
                 "autoReplaceStringTemplate": "ARG BASE_TAG={{#if newValue}}{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}\n",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs20",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs20",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nodejs.org",
                 "lookupName": "ironbank/opensource/nodejs/nodejs20",
                 "currentVersion": "20",
                 "fixedVersion": "20-slim"
               }
             ],
             "packageFile": "backstage/packages/backend/Dockerfile"
           }
         ],
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-staging/backstage",
                 "currentValue": "initial-start",
                 "datasource": "docker",
                 "replaceString": "initial-start",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-staging/backstage",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "backstage",
                 "currentValue": "1.9.6",
                 "datasource": "docker",
                 "packageName": "ghcr.io/backstage/charts/backstage",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.11.0",
                     "newValue": "1.11.0",
                     "newMajor": 1,
                     "newMinor": 11,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "2.4.0",
                     "newValue": "2.4.0",
                     "newMajor": 2,
                     "newMinor": 4,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/major-ib-updates"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/charts",
                 "registryUrl": "https://ghcr.io",
                 "homepage": "https://backstage.io",
                 "lookupName": "backstage/charts/backstage",
                 "currentVersion": "1.9.6",
                 "isSingleVersion": true,
                 "fixedVersion": "1.9.6"
               },
               {
                 "depName": "common",
                 "currentValue": "2.10.0",
                 "datasource": "docker",
                 "packageName": "registry-1.docker.io/bitnamicharts/common",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.30.0",
                     "newValue": "2.30.0",
                     "releaseTimestamp": "2025-02-19T10:08:58.702Z",
                     "newVersionAgeInDays": 28,
                     "newMajor": 2,
                     "newMinor": 30,
                     "newPatch": 0,
                     "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": 562,
                 "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": 539,
                     "newMajor": 12,
                     "newMinor": 12,
                     "newPatch": 10,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "16.5.3",
                     "newValue": "16.5.3",
                     "releaseTimestamp": "2025-03-20T00:21:38.829Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 16,
                     "newMinor": 5,
                     "newPatch": 3,
                     "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": 572,
                 "isSingleVersion": true,
                 "fixedVersion": "12.10.0"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.9.6-bb.4",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "npm": [
           {
             "deps": [],
             "extractedConstraints": {},
             "managerData": {
               "packageJsonName": "${{ values.name }}",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "backstage/examples/template/content/package.json"
           },
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "@backstage/cli",
                 "currentValue": "^0.29.5",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "0.29.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.31.0",
                     "newValue": "^0.31.0",
                     "releaseTimestamp": "2025-03-18T14:42:36.789Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 31,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-cli-0.x"
                   }
                 ],
                 "packageName": "@backstage/cli",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/cli",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.29.5",
                 "currentVersionTimestamp": "2025-01-14T14:16:36.067Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.29.5"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@backstage/e2e-test-utils",
                 "currentValue": "^0.1.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "0.1.1",
                 "updates": [],
                 "packageName": "@backstage/e2e-test-utils",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/e2e-test-utils",
                 "currentVersion": "0.1.1",
                 "currentVersionTimestamp": "2024-02-20T13:24:26.802Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "0.1.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@playwright/test",
                 "currentValue": "^1.32.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "1.49.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.51.1",
                     "newValue": "^1.32.3",
                     "releaseTimestamp": "2025-03-17T17:03:01.922Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 51,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/playwright-test-1.x-lockfile"
                   }
                 ],
                 "packageName": "@playwright/test",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/microsoft/playwright",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://playwright.dev",
                 "currentVersion": "1.49.1",
                 "currentVersionTimestamp": "2024-12-10T02:18:06.049Z",
                 "currentVersionAgeInDays": 100,
                 "isSingleVersion": true,
                 "fixedVersion": "1.49.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "node-gyp",
                 "currentValue": "^10.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "10.3.1",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "11.1.0",
                     "newValue": "^11.0.0",
                     "releaseTimestamp": "2025-02-10T10:35:30.812Z",
                     "newVersionAgeInDays": 37,
                     "newMajor": 11,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/node-gyp-11.x"
                   }
                 ],
                 "packageName": "node-gyp",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/nodejs/node-gyp",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "10.3.1",
                 "currentVersionTimestamp": "2024-12-02T20:52:33.731Z",
                 "currentVersionAgeInDays": 107,
                 "isSingleVersion": false,
                 "fixedVersion": "10.3.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "prettier",
                 "currentValue": "^2.3.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "2.8.8",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "3.5.3",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2025-03-03T01:18:57.493Z",
                     "newVersionAgeInDays": 17,
                     "newMajor": 3,
                     "newMinor": 5,
                     "newPatch": 3,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/prettier-3.x"
                   }
                 ],
                 "packageName": "prettier",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/prettier/prettier",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://prettier.io",
                 "currentVersion": "2.8.8",
                 "currentVersionTimestamp": "2023-04-23T07:26:12.772Z",
                 "currentVersionAgeInDays": 696,
                 "isSingleVersion": false,
                 "fixedVersion": "2.8.8"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typescript",
                 "currentValue": "~5.4.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.4.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.8.2",
                     "newValue": "~5.8.0",
                     "releaseTimestamp": "2025-02-28T16:52:08.252Z",
                     "newVersionAgeInDays": 19,
                     "newMajor": 5,
                     "newMinor": 8,
                     "newPatch": 2,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/typescript-5.x"
                   }
                 ],
                 "packageName": "typescript",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/microsoft/TypeScript",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://www.typescriptlang.org/",
                 "currentVersion": "5.4.5",
                 "currentVersionTimestamp": "2024-04-10T14:25:19.427Z",
                 "currentVersionAgeInDays": 343,
                 "isSingleVersion": false,
                 "fixedVersion": "5.4.5"
               },
               {
                 "depType": "engines",
                 "depName": "node",
                 "currentValue": "20 || 22",
                 "datasource": "node-version",
                 "commitMessageTopic": "Node.js",
                 "prettyDepType": "engine",
                 "updates": [],
                 "packageName": "node",
                 "versioning": "node",
                 "warnings": [],
                 "sourceUrl": "https://github.com/nodejs/node",
                 "registryUrl": "https://nodejs.org/dist",
                 "homepage": "https://nodejs.org",
                 "currentVersion": "v22.14.0",
                 "currentVersionTimestamp": "2025-02-11T00:00:00.000Z",
                 "currentVersionAgeInDays": 37
               },
               {
                 "depType": "resolutions",
                 "depName": "@types/react",
                 "currentValue": "^18",
                 "datasource": "npm",
                 "prettyDepType": "resolutions",
                 "lockedVersion": "18.3.18",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "18.3.19",
                     "newValue": "^18",
                     "releaseTimestamp": "2025-03-19T15:02:53.658Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 18,
                     "newMinor": 3,
                     "newPatch": 19,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/react-18.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "19.0.12",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2025-03-19T15:02:38.925Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 12,
                     "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.18",
                 "currentVersionTimestamp": "2024-12-20T01:29:29.183Z",
                 "currentVersionAgeInDays": 90,
                 "isSingleVersion": true,
                 "fixedVersion": "18.3.18"
               },
               {
                 "depType": "resolutions",
                 "depName": "@types/react-dom",
                 "currentValue": "^18",
                 "datasource": "npm",
                 "prettyDepType": "resolutions",
                 "lockedVersion": "18.3.5",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "19.0.4",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2025-02-17T09:34:08.379Z",
                     "newVersionAgeInDays": 30,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 4,
                     "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.5",
                 "currentVersionTimestamp": "2024-12-11T02:54:14.608Z",
                 "currentVersionAgeInDays": 99,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.5"
               },
               {
                 "depType": "packageManager",
                 "depName": "yarn",
                 "currentValue": "4.4.1",
                 "datasource": "npm",
                 "commitMessageTopic": "Yarn",
                 "packageName": "@yarnpkg/cli",
                 "prettyDepType": "packageManager",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "4.7.0",
                     "newValue": "4.7.0",
                     "releaseTimestamp": "2025-03-01T15:28:17.675Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 4,
                     "newMinor": 7,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/yarn-4.x"
                   }
                 ],
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/yarnpkg/berry",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/yarnpkg-cli",
                 "currentVersion": "4.4.1",
                 "currentVersionTimestamp": "2024-08-24T12:58:40.927Z",
                 "currentVersionAgeInDays": 207,
                 "isSingleVersion": true,
                 "fixedVersion": "4.4.1"
               }
             ],
             "extractedConstraints": {"node": "20 || 22", "yarn": "4.4.1"},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "root",
               "hasPackageManager": true,
               "yarnLock": "backstage/yarn.lock",
               "yarnZeroInstall": false,
               "workspacesPackages": ["packages/*", "plugins/*"]
             },
             "skipInstalls": true,
             "packageFile": "backstage/package.json",
             "lockFiles": ["backstage/yarn.lock"]
           },
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "@backstage-community/plugin-grafana",
                 "currentValue": "^0.3.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.3.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.4.0",
                     "newValue": "^0.4.0",
                     "releaseTimestamp": "2025-03-01T00:33:06.117Z",
                     "newVersionAgeInDays": 19,
                     "newMajor": 0,
                     "newMinor": 4,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-community-plugin-grafana-0.x"
                   }
                 ],
                 "packageName": "@backstage-community/plugin-grafana",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/community-plugins",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "workspaces/grafana/plugins/grafana",
                 "currentVersion": "0.3.0",
                 "currentVersionTimestamp": "2025-02-01T19:47:05.974Z",
                 "currentVersionAgeInDays": 46,
                 "isSingleVersion": false,
                 "fixedVersion": "0.3.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/app-defaults",
                 "currentValue": "^1.5.16",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.5.16",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.6.0",
                     "newValue": "^1.5.16",
                     "releaseTimestamp": "2025-03-18T14:41:20.914Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 6,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-app-defaults-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/app-defaults",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/app-defaults",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.5.16",
                 "currentVersionTimestamp": "2025-01-14T14:15:26.108Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.5.16"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/catalog-model",
                 "currentValue": "^1.7.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.7.3",
                 "updates": [],
                 "packageName": "@backstage/catalog-model",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/catalog-model",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.7.3",
                 "currentVersionTimestamp": "2025-01-14T14:16:31.522Z",
                 "currentVersionAgeInDays": 64,
                 "fixedVersion": "1.7.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/cli",
                 "currentValue": "^0.29.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.29.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.31.0",
                     "newValue": "^0.31.0",
                     "releaseTimestamp": "2025-03-18T14:42:36.789Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 31,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-cli-0.x"
                   }
                 ],
                 "packageName": "@backstage/cli",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/cli",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.29.5",
                 "currentVersionTimestamp": "2025-01-14T14:16:36.067Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.29.5"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/core-app-api",
                 "currentValue": "^1.15.4",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.15.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.16.0",
                     "newValue": "^1.15.4",
                     "releaseTimestamp": "2025-03-18T14:42:53.516Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 16,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-core-app-api-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/core-app-api",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/core-app-api",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.15.4",
                 "currentVersionTimestamp": "2025-01-14T14:17:00.076Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.15.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/core-components",
                 "currentValue": "^0.16.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.16.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.17.0",
                     "newValue": "^0.17.0",
                     "releaseTimestamp": "2025-03-18T14:43:11.859Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 17,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-core-components-0.x"
                   }
                 ],
                 "packageName": "@backstage/core-components",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/core-components",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.16.3",
                 "currentVersionTimestamp": "2025-01-14T14:17:16.191Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.16.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/core-plugin-api",
                 "currentValue": "^1.10.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.10.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.10.5",
                     "newValue": "^1.10.3",
                     "releaseTimestamp": "2025-03-18T14:43:19.000Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 10,
                     "newPatch": 5,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-core-plugin-api-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/core-plugin-api",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/core-plugin-api",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.10.3",
                 "currentVersionTimestamp": "2025-01-14T14:17:23.081Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.10.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/integration-react",
                 "currentValue": "^1.2.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.2.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.2.5",
                     "newValue": "^1.2.3",
                     "releaseTimestamp": "2025-03-18T14:44:19.775Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 2,
                     "newPatch": 5,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-integration-react-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/integration-react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/integration-react",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.2.3",
                 "currentVersionTimestamp": "2025-01-14T14:18:28.857Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.2.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-api-docs",
                 "currentValue": "^0.12.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.12.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.12.5",
                     "newValue": "^0.12.3",
                     "releaseTimestamp": "2025-03-18T14:44:52.108Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 12,
                     "newPatch": 5,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-api-docs-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-api-docs",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/api-docs",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.12.3",
                 "currentVersionTimestamp": "2025-01-14T14:19:02.581Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.12.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-catalog",
                 "currentValue": "^1.26.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.26.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.28.0",
                     "newValue": "^1.26.1",
                     "releaseTimestamp": "2025-03-18T14:48:28.171Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 28,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-catalog-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-catalog",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/catalog",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.26.1",
                 "currentVersionTimestamp": "2025-01-14T14:22:22.986Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.26.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-catalog-common",
                 "currentValue": "^1.1.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.1.3",
                 "updates": [],
                 "packageName": "@backstage/plugin-catalog-common",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/catalog-common",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.1.3",
                 "currentVersionTimestamp": "2025-01-14T14:25:24.013Z",
                 "currentVersionAgeInDays": 64,
                 "fixedVersion": "1.1.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-catalog-graph",
                 "currentValue": "^0.4.15",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.4.15",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.4.17",
                     "newValue": "^0.4.15",
                     "releaseTimestamp": "2025-03-18T14:51:51.243Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 4,
                     "newPatch": 17,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-catalog-graph-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-catalog-graph",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/catalog-graph",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.4.15",
                 "currentVersionTimestamp": "2025-01-14T14:25:36.222Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.4.15"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-catalog-import",
                 "currentValue": "^0.12.9",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.12.9",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.12.11",
                     "newValue": "^0.12.9",
                     "releaseTimestamp": "2025-03-18T14:52:04.415Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 12,
                     "newPatch": 11,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-catalog-import-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-catalog-import",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/catalog-import",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.12.9",
                 "currentVersionTimestamp": "2025-01-14T14:25:48.324Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.12.9"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-catalog-react",
                 "currentValue": "^1.15.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.15.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.16.0",
                     "newValue": "^1.15.1",
                     "releaseTimestamp": "2025-03-18T14:52:34.158Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 16,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-catalog-react-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-catalog-react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/catalog-react",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.15.1",
                 "currentVersionTimestamp": "2025-01-14T14:26:16.199Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.15.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-kubernetes",
                 "currentValue": "^0.12.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.12.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.12.5",
                     "newValue": "^0.12.3",
                     "releaseTimestamp": "2025-03-18T14:54:51.738Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 12,
                     "newPatch": 5,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-kubernetes-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-kubernetes",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/kubernetes",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.12.3",
                 "currentVersionTimestamp": "2025-01-14T14:28:23.106Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.12.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-org",
                 "currentValue": "^0.6.35",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.6.35",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.6.37",
                     "newValue": "^0.6.35",
                     "releaseTimestamp": "2025-03-18T14:56:19.843Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 6,
                     "newPatch": 37,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-org-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-org",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/org",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.6.35",
                 "currentVersionTimestamp": "2025-01-14T14:29:44.413Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.6.35"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-permission-react",
                 "currentValue": "^0.4.30",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.4.30",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.4.32",
                     "newValue": "^0.4.30",
                     "releaseTimestamp": "2025-03-18T14:56:58.192Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 4,
                     "newPatch": 32,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-permission-react-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-permission-react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/permission-react",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.4.30",
                 "currentVersionTimestamp": "2025-01-14T14:30:26.521Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.4.30"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-scaffolder",
                 "currentValue": "^1.27.4",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.27.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.29.0",
                     "newValue": "^1.27.4",
                     "releaseTimestamp": "2025-03-18T14:57:28.659Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 29,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-scaffolder-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-scaffolder",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/scaffolder",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.27.4",
                 "currentVersionTimestamp": "2025-01-14T14:30:53.147Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.27.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-search",
                 "currentValue": "^1.4.22",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.4.22",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.4.24",
                     "newValue": "^1.4.22",
                     "releaseTimestamp": "2025-03-18T15:00:51.212Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 4,
                     "newPatch": 24,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-search-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-search",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/search",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.4.22",
                 "currentVersionTimestamp": "2025-01-14T14:34:05.091Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.4.22"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-search-react",
                 "currentValue": "^1.8.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.8.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.8.7",
                     "newValue": "^1.8.5",
                     "releaseTimestamp": "2025-03-18T15:02:12.735Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 8,
                     "newPatch": 7,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-search-react-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-search-react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/search-react",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.8.5",
                 "currentVersionTimestamp": "2025-01-14T14:35:25.282Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.8.5"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-techdocs",
                 "currentValue": "^1.12.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.12.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.12.4",
                     "newValue": "^1.12.1",
                     "releaseTimestamp": "2025-03-18T15:02:56.215Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 12,
                     "newPatch": 4,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-techdocs-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-techdocs",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/techdocs",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.12.1",
                 "currentVersionTimestamp": "2025-01-14T14:36:03.921Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.12.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-techdocs-module-addons-contrib",
                 "currentValue": "^1.1.20",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.1.20",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.1.22",
                     "newValue": "^1.1.20",
                     "releaseTimestamp": "2025-03-18T15:03:21.949Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 22,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-techdocs-module-addons-contrib",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/techdocs-module-addons-contrib",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.1.20",
                 "currentVersionTimestamp": "2025-01-14T14:36:31.371Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.20"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-techdocs-react",
                 "currentValue": "^1.2.13",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.2.13",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.2.15",
                     "newValue": "^1.2.13",
                     "releaseTimestamp": "2025-03-18T15:03:40.313Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 2,
                     "newPatch": 15,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-techdocs-react-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-techdocs-react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/techdocs-react",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.2.13",
                 "currentVersionTimestamp": "2025-01-14T14:36:47.734Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.2.13"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-user-settings",
                 "currentValue": "^0.8.18",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.8.18",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.8.20",
                     "newValue": "^0.8.18",
                     "releaseTimestamp": "2025-03-18T15:03:48.880Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 8,
                     "newPatch": 20,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-user-settings-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-user-settings",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/user-settings",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.8.18",
                 "currentVersionTimestamp": "2025-01-14T14:36:55.933Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.8.18"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/theme",
                 "currentValue": "^0.6.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.6.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.6.4",
                     "newValue": "^0.6.3",
                     "releaseTimestamp": "2025-02-18T16:58:47.194Z",
                     "newVersionAgeInDays": 29,
                     "newMajor": 0,
                     "newMinor": 6,
                     "newPatch": 4,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-theme-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/theme",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/theme",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.6.3",
                 "currentVersionTimestamp": "2024-12-17T12:22:56.766Z",
                 "currentVersionAgeInDays": 92,
                 "isSingleVersion": true,
                 "fixedVersion": "0.6.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "@material-ui/core",
                 "currentValue": "^4.12.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.12.4",
                 "updates": [],
                 "packageName": "@material-ui/core",
                 "versioning": "npm",
                 "warnings": [],
                 "deprecationMessage": "On registry `https://**redacted**@material-ui/core` has the following deprecation notice:\n\n`Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.`\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/mui-org/material-ui",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/material-ui",
                 "homepage": "https://mui.com/",
                 "currentVersion": "4.12.4",
                 "currentVersionTimestamp": "2022-04-03T14:37:39.780Z",
                 "currentVersionAgeInDays": 1081,
                 "fixedVersion": "4.12.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "@material-ui/icons",
                 "currentValue": "^4.9.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.11.3",
                 "updates": [],
                 "packageName": "@material-ui/icons",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/mui-org/material-ui",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/material-ui-icons",
                 "homepage": "https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons",
                 "currentVersion": "4.11.3",
                 "currentVersionTimestamp": "2022-04-03T14:37:36.828Z",
                 "currentVersionAgeInDays": 1081,
                 "fixedVersion": "4.11.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "react",
                 "currentValue": "^18.0.2",
                 "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": 104,
                     "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": 327,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "react-dom",
                 "currentValue": "^18.0.2",
                 "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": 104,
                     "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": 327,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "react-router",
                 "currentValue": "^6.3.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "6.28.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "6.30.0",
                     "newValue": "^6.3.0",
                     "releaseTimestamp": "2025-02-27T16:05:53.133Z",
                     "newVersionAgeInDays": 20,
                     "newMajor": 6,
                     "newMinor": 30,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/react-router-6.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "7.4.0",
                     "newValue": "^7.0.0",
                     "releaseTimestamp": "2025-03-19T14:37:22.572Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 7,
                     "newMinor": 4,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-router-7.x"
                   }
                 ],
                 "packageName": "react-router",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/remix-run/react-router",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/react-router",
                 "currentVersion": "6.28.1",
                 "currentVersionTimestamp": "2024-12-20T20:38:57.259Z",
                 "currentVersionAgeInDays": 89,
                 "isSingleVersion": true,
                 "fixedVersion": "6.28.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "react-router-dom",
                 "currentValue": "^6.3.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "6.28.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "6.30.0",
                     "newValue": "^6.3.0",
                     "releaseTimestamp": "2025-02-27T16:05:52.726Z",
                     "newVersionAgeInDays": 20,
                     "newMajor": 6,
                     "newMinor": 30,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/react-router-dom-6.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "7.4.0",
                     "newValue": "^7.0.0",
                     "releaseTimestamp": "2025-03-19T14:37:22.371Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 7,
                     "newMinor": 4,
                     "newPatch": 0,
                     "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.28.1",
                 "currentVersionTimestamp": "2024-12-20T20:38:56.727Z",
                 "currentVersionAgeInDays": 89,
                 "isSingleVersion": true,
                 "fixedVersion": "6.28.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@backstage/test-utils",
                 "currentValue": "^1.7.4",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "1.7.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.7.6",
                     "newValue": "^1.7.4",
                     "releaseTimestamp": "2025-03-18T14:44:36.418Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 7,
                     "newPatch": 6,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-test-utils-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/test-utils",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/test-utils",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.7.4",
                 "currentVersionTimestamp": "2025-01-14T14:18:44.487Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.7.4"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@playwright/test",
                 "currentValue": "^1.32.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "1.49.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.51.1",
                     "newValue": "^1.32.3",
                     "releaseTimestamp": "2025-03-17T17:03:01.922Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 51,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/playwright-test-1.x-lockfile"
                   }
                 ],
                 "packageName": "@playwright/test",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/microsoft/playwright",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://playwright.dev",
                 "currentVersion": "1.49.1",
                 "currentVersionTimestamp": "2024-12-10T02:18:06.049Z",
                 "currentVersionAgeInDays": 100,
                 "isSingleVersion": true,
                 "fixedVersion": "1.49.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/dom",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.3.4",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "10.4.0",
                     "newValue": "^10.0.0",
                     "releaseTimestamp": "2024-07-22T12:18:29.622Z",
                     "newVersionAgeInDays": 240,
                     "newMajor": 10,
                     "newMinor": 4,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/testing-library-dom-10.x"
                   }
                 ],
                 "packageName": "@testing-library/dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/dom-testing-library",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.3.4",
                 "currentVersionTimestamp": "2024-01-08T20:17:24.079Z",
                 "currentVersionAgeInDays": 436,
                 "isSingleVersion": false,
                 "fixedVersion": "9.3.4"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/jest-dom",
                 "currentValue": "^6.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "6.6.3",
                 "updates": [],
                 "packageName": "@testing-library/jest-dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/jest-dom",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "6.6.3",
                 "currentVersionTimestamp": "2024-10-31T15:11:25.079Z",
                 "currentVersionAgeInDays": 139,
                 "fixedVersion": "6.6.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/react",
                 "currentValue": "^14.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "14.3.1",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "16.2.0",
                     "newValue": "^16.0.0",
                     "releaseTimestamp": "2025-01-15T23:19:08.936Z",
                     "newVersionAgeInDays": 63,
                     "newMajor": 16,
                     "newMinor": 2,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/testing-library-react-16.x"
                   }
                 ],
                 "packageName": "@testing-library/react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/react-testing-library",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "14.3.1",
                 "currentVersionTimestamp": "2024-04-11T17:14:53.834Z",
                 "currentVersionAgeInDays": 342,
                 "isSingleVersion": false,
                 "fixedVersion": "14.3.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/user-event",
                 "currentValue": "^14.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "14.6.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "14.6.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-21T17:35:55.574Z",
                     "newVersionAgeInDays": 57,
                     "newMajor": 14,
                     "newMinor": 6,
                     "newPatch": 1,
                     "updateType": "patch",
                     "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.6.0",
                 "currentVersionTimestamp": "2025-01-15T19:57:55.437Z",
                 "currentVersionAgeInDays": 63,
                 "isSingleVersion": true,
                 "fixedVersion": "14.6.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/react-dom",
                 "currentValue": "*",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [],
                 "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.4",
                 "currentVersionTimestamp": "2025-02-17T09:34:08.379Z",
                 "currentVersionAgeInDays": 30
               },
               {
                 "depType": "devDependencies",
                 "depName": "cross-env",
                 "currentValue": "^7.0.0",
                 "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": 1569,
                 "fixedVersion": "7.0.3"
               }
             ],
             "extractedConstraints": {"node": "20 || 22", "yarn": "4.4.1"},
             "packageFileVersion": "0.0.0",
             "managerData": {
               "packageJsonName": "app",
               "hasPackageManager": true,
               "yarnLock": "backstage/yarn.lock",
               "yarnZeroInstall": false,
               "workspacesPackages": ["packages/*", "plugins/*"]
             },
             "skipInstalls": true,
             "packageFile": "backstage/packages/app/package.json",
             "lockFiles": ["backstage/yarn.lock"]
           },
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "@backstage/backend-defaults",
                 "currentValue": "^0.7.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.7.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.8.2",
                     "newValue": "^0.8.0",
                     "releaseTimestamp": "2025-03-18T14:41:45.408Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 8,
                     "newPatch": 2,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-backend-defaults-0.x"
                   }
                 ],
                 "packageName": "@backstage/backend-defaults",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/backend-defaults",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.7.0",
                 "currentVersionTimestamp": "2025-01-14T14:15:47.916Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.7.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/config",
                 "currentValue": "^1.3.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.3.2",
                 "updates": [],
                 "packageName": "@backstage/config",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/config",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.3.2",
                 "currentVersionTimestamp": "2025-01-14T14:16:47.836Z",
                 "currentVersionAgeInDays": 64,
                 "fixedVersion": "1.3.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-app-backend",
                 "currentValue": "^0.4.4",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.4.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.5.0",
                     "newValue": "^0.5.0",
                     "releaseTimestamp": "2025-03-18T14:45:08.101Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-plugin-app-backend-0.x"
                   }
                 ],
                 "packageName": "@backstage/plugin-app-backend",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/app-backend",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.4.4",
                 "currentVersionTimestamp": "2025-01-14T14:19:19.522Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.4.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-auth-backend",
                 "currentValue": "^0.24.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.24.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.24.4",
                     "newValue": "^0.24.2",
                     "releaseTimestamp": "2025-03-18T14:45:31.849Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 24,
                     "newPatch": 4,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-auth-backend-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-auth-backend",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/auth-backend",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.24.2",
                 "currentVersionTimestamp": "2025-01-14T14:19:41.037Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.24.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-auth-backend-module-github-provider",
                 "currentValue": "^0.2.4",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.2.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.3.1",
                     "newValue": "^0.3.0",
                     "releaseTimestamp": "2025-03-18T14:46:36.342Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 3,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-plugin-auth-backend-module-github-provider-0.x"
                   }
                 ],
                 "packageName": "@backstage/plugin-auth-backend-module-github-provider",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/auth-backend-module-github-provider",
                 "currentVersion": "0.2.4",
                 "currentVersionTimestamp": "2025-01-14T14:20:40.269Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.2.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-auth-backend-module-guest-provider",
                 "currentValue": "^0.2.4",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.2.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.2.6",
                     "newValue": "^0.2.4",
                     "releaseTimestamp": "2025-03-18T14:46:57.451Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 2,
                     "newPatch": 6,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-auth-backend-module-guest-provider",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/auth-backend-module-guest-provider",
                 "currentVersion": "0.2.4",
                 "currentVersionTimestamp": "2025-01-14T14:20:59.530Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.2.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-auth-node",
                 "currentValue": "^0.5.6",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.5.6",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.6.1",
                     "newValue": "^0.6.0",
                     "releaseTimestamp": "2025-03-18T14:48:02.925Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 6,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-plugin-auth-node-0.x"
                   }
                 ],
                 "packageName": "@backstage/plugin-auth-node",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/auth-node",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.5.6",
                 "currentVersionTimestamp": "2025-01-14T14:21:59.713Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.5.6"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-catalog-backend",
                 "currentValue": "^1.30.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.30.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.32.0",
                     "newValue": "^1.30.0",
                     "releaseTimestamp": "2025-03-18T14:48:40.404Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 32,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-catalog-backend-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-catalog-backend",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/catalog-backend",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.30.0",
                 "currentVersionTimestamp": "2025-01-14T14:22:34.819Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.30.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-catalog-backend-module-logs",
                 "currentValue": "^0.1.6",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.1.6",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.1.8",
                     "newValue": "^0.1.6",
                     "releaseTimestamp": "2025-03-18T14:50:55.777Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 1,
                     "newPatch": 8,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-catalog-backend-module-logs",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/catalog-backend-module-logs",
                 "currentVersion": "0.1.6",
                 "currentVersionTimestamp": "2025-01-14T14:24:40.902Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.1.6"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
                 "currentValue": "^0.2.4",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.2.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.2.6",
                     "newValue": "^0.2.4",
                     "releaseTimestamp": "2025-03-18T14:51:29.796Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 2,
                     "newPatch": 6,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/catalog-backend-module-scaffolder-entity-model",
                 "currentVersion": "0.2.4",
                 "currentVersionTimestamp": "2025-01-14T14:25:13.484Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.2.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-kubernetes-backend",
                 "currentValue": "^0.19.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.19.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.19.4",
                     "newValue": "^0.19.2",
                     "releaseTimestamp": "2025-03-18T14:55:01.989Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 19,
                     "newPatch": 4,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-kubernetes-backend-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-kubernetes-backend",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/kubernetes-backend",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.19.2",
                 "currentVersionTimestamp": "2025-01-14T14:28:33.274Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.19.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-permission-backend",
                 "currentValue": "^0.5.53",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.5.53",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.5.55",
                     "newValue": "^0.5.53",
                     "releaseTimestamp": "2025-03-18T14:56:34.579Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 55,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-permission-backend-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-permission-backend",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/permission-backend",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.5.53",
                 "currentVersionTimestamp": "2025-01-14T14:30:00.343Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.53"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-permission-backend-module-allow-all-policy",
                 "currentValue": "^0.2.4",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.2.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.2.6",
                     "newValue": "^0.2.4",
                     "releaseTimestamp": "2025-03-18T14:56:42.245Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 2,
                     "newPatch": 6,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-permission-backend-module-allow-all-policy",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/permission-backend-module-policy-allow-all",
                 "currentVersion": "0.2.4",
                 "currentVersionTimestamp": "2025-01-14T14:30:07.034Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.2.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-permission-common",
                 "currentValue": "^0.8.4",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.8.4",
                 "updates": [],
                 "packageName": "@backstage/plugin-permission-common",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/permission-common",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.8.4",
                 "currentVersionTimestamp": "2025-01-14T14:30:11.198Z",
                 "currentVersionAgeInDays": 64,
                 "fixedVersion": "0.8.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-permission-node",
                 "currentValue": "^0.8.7",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.8.7",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.9.0",
                     "newValue": "^0.9.0",
                     "releaseTimestamp": "2025-03-18T14:56:50.724Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 9,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-plugin-permission-node-0.x"
                   }
                 ],
                 "packageName": "@backstage/plugin-permission-node",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/permission-node",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.8.7",
                 "currentVersionTimestamp": "2025-01-14T14:30:19.940Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.8.7"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-proxy-backend",
                 "currentValue": "^0.5.10",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.5.10",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.6.0",
                     "newValue": "^0.6.0",
                     "releaseTimestamp": "2025-03-18T14:57:06.109Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 6,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-plugin-proxy-backend-0.x"
                   }
                 ],
                 "packageName": "@backstage/plugin-proxy-backend",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/proxy-backend",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.5.10",
                 "currentVersionTimestamp": "2025-01-14T14:30:33.598Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.5.10"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-scaffolder-backend",
                 "currentValue": "^1.29.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.29.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.31.0",
                     "newValue": "^1.29.0",
                     "releaseTimestamp": "2025-03-18T14:57:43.005Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 31,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-scaffolder-backend-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-scaffolder-backend",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/scaffolder-backend",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.29.0",
                 "currentVersionTimestamp": "2025-01-14T14:31:08.784Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.29.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-scaffolder-backend-module-github",
                 "currentValue": "^0.5.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.5.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.6.1",
                     "newValue": "^0.6.0",
                     "releaseTimestamp": "2025-03-18T14:59:17.267Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 6,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-plugin-scaffolder-backend-module-github-0.x"
                   }
                 ],
                 "packageName": "@backstage/plugin-scaffolder-backend-module-github",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/scaffolder-backend-module-github",
                 "currentVersion": "0.5.5",
                 "currentVersionTimestamp": "2025-01-14T14:32:35.803Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.5.5"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-search-backend",
                 "currentValue": "^1.8.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.8.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.8.2",
                     "newValue": "^1.8.1",
                     "releaseTimestamp": "2025-02-18T17:15:39.901Z",
                     "newVersionAgeInDays": 29,
                     "newMajor": 1,
                     "newMinor": 8,
                     "newPatch": 2,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-search-backend-1.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "2.0.0",
                     "newValue": "^2.0.0",
                     "releaseTimestamp": "2025-03-18T15:00:59.786Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/backstage-plugin-search-backend-2.x"
                   }
                 ],
                 "packageName": "@backstage/plugin-search-backend",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/search-backend",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.8.1",
                 "currentVersionTimestamp": "2025-01-14T14:34:12.143Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.8.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-search-backend-module-catalog",
                 "currentValue": "^0.3.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.3.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.3.2",
                     "newValue": "^0.3.0",
                     "releaseTimestamp": "2025-03-18T15:01:07.647Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 3,
                     "newPatch": 2,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-search-backend-module-catalog",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/search-backend-module-catalog",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.3.0",
                 "currentVersionTimestamp": "2025-01-14T14:34:19.408Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.3.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-search-backend-module-pg",
                 "currentValue": "^0.5.40",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.5.40",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.5.42",
                     "newValue": "^0.5.40",
                     "releaseTimestamp": "2025-03-18T15:01:34.080Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 42,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-search-backend-module-pg",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/search-backend-module-pg",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.5.40",
                 "currentVersionTimestamp": "2025-01-14T14:34:43.722Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.40"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-search-backend-module-techdocs",
                 "currentValue": "^0.3.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.3.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.4.0",
                     "newValue": "^0.4.0",
                     "releaseTimestamp": "2025-03-18T15:01:53.183Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 4,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-plugin-search-backend-module-techdocs-0.x"
                   }
                 ],
                 "packageName": "@backstage/plugin-search-backend-module-techdocs",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/search-backend-module-techdocs",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.3.5",
                 "currentVersionTimestamp": "2025-01-14T14:35:02.671Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.3.5"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-search-backend-node",
                 "currentValue": "^1.3.7",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.3.7",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.3.9",
                     "newValue": "^1.3.7",
                     "releaseTimestamp": "2025-03-18T15:02:01.246Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 3,
                     "newPatch": 9,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-search-backend-node-1.x-lockfile"
                   }
                 ],
                 "packageName": "@backstage/plugin-search-backend-node",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/search-backend-node",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.3.7",
                 "currentVersionTimestamp": "2025-01-14T14:35:10.886Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.3.7"
               },
               {
                 "depType": "dependencies",
                 "depName": "@backstage/plugin-techdocs-backend",
                 "currentValue": "^1.11.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.11.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.11.6",
                     "newValue": "^1.11.5",
                     "releaseTimestamp": "2025-02-18T17:17:57.810Z",
                     "newVersionAgeInDays": 29,
                     "newMajor": 1,
                     "newMinor": 11,
                     "newPatch": 6,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/backstage-plugin-techdocs-backend-1.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "2.0.0",
                     "newValue": "^2.0.0",
                     "releaseTimestamp": "2025-03-18T15:03:12.866Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/backstage-plugin-techdocs-backend-2.x"
                   }
                 ],
                 "packageName": "@backstage/plugin-techdocs-backend",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "plugins/techdocs-backend",
                 "homepage": "https://backstage.io",
                 "currentVersion": "1.11.5",
                 "currentVersionTimestamp": "2025-01-14T14:36:23.688Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": true,
                 "fixedVersion": "1.11.5"
               },
               {
                 "depType": "dependencies",
                 "depName": "app",
                 "currentValue": "link:../app",
                 "skipReason": "unspecified-version",
                 "prettyDepType": "dependency",
                 "isInternal": true,
                 "updates": [],
                 "packageName": "app"
               },
               {
                 "depType": "dependencies",
                 "depName": "better-sqlite3",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "9.6.0",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "11.9.1",
                     "newValue": "^11.0.0",
                     "releaseTimestamp": "2025-03-18T02:13:51.069Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 11,
                     "newMinor": 9,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/better-sqlite3-11.x"
                   }
                 ],
                 "packageName": "better-sqlite3",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/WiseLibs/better-sqlite3",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.6.0",
                 "currentVersionTimestamp": "2024-04-26T04:55:59.816Z",
                 "currentVersionAgeInDays": 328,
                 "isSingleVersion": false,
                 "fixedVersion": "9.6.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "node-gyp",
                 "currentValue": "^10.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "10.3.1",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "11.1.0",
                     "newValue": "^11.0.0",
                     "releaseTimestamp": "2025-02-10T10:35:30.812Z",
                     "newVersionAgeInDays": 37,
                     "newMajor": 11,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/node-gyp-11.x"
                   }
                 ],
                 "packageName": "node-gyp",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/nodejs/node-gyp",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "10.3.1",
                 "currentVersionTimestamp": "2024-12-02T20:52:33.731Z",
                 "currentVersionAgeInDays": 107,
                 "isSingleVersion": false,
                 "fixedVersion": "10.3.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "pg",
                 "currentValue": "^8.11.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "8.13.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "8.14.1",
                     "newValue": "^8.11.3",
                     "releaseTimestamp": "2025-03-17T15:38:24.661Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 8,
                     "newMinor": 14,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/pg-8.x-lockfile"
                   }
                 ],
                 "packageName": "pg",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/brianc/node-postgres",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/pg",
                 "currentVersion": "8.13.1",
                 "currentVersionTimestamp": "2024-10-24T15:41:09.829Z",
                 "currentVersionAgeInDays": 146,
                 "isSingleVersion": true,
                 "fixedVersion": "8.13.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@backstage/cli",
                 "currentValue": "^0.29.5",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "0.29.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.31.0",
                     "newValue": "^0.31.0",
                     "releaseTimestamp": "2025-03-18T14:42:36.789Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 0,
                     "newMinor": 31,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/backstage-cli-0.x"
                   }
                 ],
                 "packageName": "@backstage/cli",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/backstage/backstage",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/cli",
                 "homepage": "https://backstage.io",
                 "currentVersion": "0.29.5",
                 "currentVersionTimestamp": "2025-01-14T14:16:36.067Z",
                 "currentVersionAgeInDays": 64,
                 "isSingleVersion": false,
                 "fixedVersion": "0.29.5"
               }
             ],
             "extractedConstraints": {"node": "20 || 22", "yarn": "4.4.1"},
             "packageFileVersion": "0.0.0",
             "managerData": {
               "packageJsonName": "backend",
               "hasPackageManager": true,
               "yarnLock": "backstage/yarn.lock",
               "yarnZeroInstall": false,
               "workspacesPackages": ["packages/*", "plugins/*"]
             },
             "skipInstalls": true,
             "packageFile": "backstage/packages/backend/package.json",
             "lockFiles": ["backstage/yarn.lock"]
           }
         ]
       }
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 67 branches: renovate/backstage-app-defaults-1.x-lockfile, renovate/backstage-backend-defaults-0.x, renovate/backstage-cli-0.x, renovate/backstage-community-plugin-grafana-0.x, renovate/backstage-core-app-api-1.x-lockfile, renovate/backstage-core-components-0.x, renovate/backstage-core-plugin-api-1.x-lockfile, renovate/backstage-integration-react-1.x-lockfile, renovate/backstage-plugin-api-docs-0.x-lockfile, renovate/backstage-plugin-app-backend-0.x, renovate/backstage-plugin-auth-backend-0.x-lockfile, renovate/backstage-plugin-auth-backend-module-github-provider-0.x, renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile, renovate/backstage-plugin-auth-node-0.x, renovate/backstage-plugin-catalog-1.x-lockfile, renovate/backstage-plugin-catalog-backend-1.x-lockfile, renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile, renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile, renovate/backstage-plugin-catalog-graph-0.x-lockfile, renovate/backstage-plugin-catalog-import-0.x-lockfile, renovate/backstage-plugin-catalog-react-1.x-lockfile, renovate/backstage-plugin-kubernetes-0.x-lockfile, renovate/backstage-plugin-kubernetes-backend-0.x-lockfile, renovate/backstage-plugin-org-0.x-lockfile, renovate/backstage-plugin-permission-backend-0.x-lockfile, renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile, renovate/backstage-plugin-permission-node-0.x, renovate/backstage-plugin-permission-react-0.x-lockfile, renovate/backstage-plugin-proxy-backend-0.x, renovate/backstage-plugin-scaffolder-1.x-lockfile, renovate/backstage-plugin-scaffolder-backend-1.x-lockfile, renovate/backstage-plugin-scaffolder-backend-module-github-0.x, renovate/backstage-plugin-search-1.x-lockfile, renovate/backstage-plugin-search-backend-1.x-lockfile, renovate/backstage-plugin-search-backend-2.x, renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile, renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile, renovate/backstage-plugin-search-backend-module-techdocs-0.x, renovate/backstage-plugin-search-backend-node-1.x-lockfile, renovate/backstage-plugin-search-react-1.x-lockfile, renovate/backstage-plugin-techdocs-1.x-lockfile, renovate/backstage-plugin-techdocs-backend-1.x-lockfile, renovate/backstage-plugin-techdocs-backend-2.x, renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile, renovate/backstage-plugin-techdocs-react-1.x-lockfile, renovate/backstage-plugin-user-settings-0.x-lockfile, renovate/backstage-test-utils-1.x-lockfile, renovate/backstage-theme-0.x-lockfile, renovate/better-sqlite3-11.x, renovate/ib-updates, renovate/major-ib-updates, renovate/node-gyp-11.x, renovate/pg-8.x-lockfile, renovate/playwright-test-1.x-lockfile, renovate/prettier-3.x, renovate/react-18.x-lockfile, renovate/react-19.x, renovate/react-dom-19.x, renovate/react-router-6.x-lockfile, renovate/react-router-7.x, renovate/react-router-dom-6.x-lockfile, renovate/react-router-dom-7.x, renovate/testing-library-dom-10.x, renovate/testing-library-react-16.x, renovate/testing-library-user-event-14.x-lockfile, renovate/typescript-5.x, renovate/yarn-4.x (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/backstage)
DEBUG: currentHourStart=2025-03-20T06: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/backstage-core-plugin-api-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-core-plugin-api-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-integration-react-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-integration-react-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-api-docs-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-api-docs-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-auth-backend-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-auth-backend-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-graph-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-catalog-graph-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-import-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-catalog-import-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-kubernetes-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-kubernetes-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-kubernetes-backend-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-kubernetes-backend-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-org-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-org-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-permission-backend-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-permission-backend-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-permission-react-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-permission-react-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-search-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-search-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-search-backend-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-node-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-search-backend-node-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-search-react-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-search-react-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-techdocs-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(38) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(38) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-backend-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-techdocs-backend-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-react-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-techdocs-react-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-user-settings-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-user-settings-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-test-utils-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-test-utils-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-theme-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-theme-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/testing-library-user-event-14.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/testing-library-user-event-14.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(39) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(39) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/react-18.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/react-18.x-lockfile, undefined, open) (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/yarn-4.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/yarn-4.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(40) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(40) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-community-plugin-grafana-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-community-plugin-grafana-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-app-defaults-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-app-defaults-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(46) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(46) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-backend-defaults-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-backend-defaults-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-cli-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-cli-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-core-app-api-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-core-app-api-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-core-components-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-core-components-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-app-backend-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-app-backend-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-auth-backend-module-github-provider-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-auth-backend-module-github-provider-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-auth-node-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-auth-node-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-catalog-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-backend-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-catalog-backend-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-react-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-catalog-react-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-permission-node-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-permission-node-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-proxy-backend-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-proxy-backend-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-scaffolder-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(37) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(37) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-scaffolder-backend-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-backend-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-scaffolder-backend-module-github-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-backend-module-github-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-module-techdocs-0.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-search-backend-module-techdocs-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/playwright-test-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/playwright-test-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(41) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(41) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/pg-8.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/pg-8.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/react-router-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/react-router-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(42) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(42) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/react-router-dom-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/react-router-dom-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(43) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(43) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/typescript-5.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/typescript-5.x, undefined, open) (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: getBranchPr(renovate/backstage-plugin-search-backend-2.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-search-backend-2.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-backend-2.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-techdocs-backend-2.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/testing-library-dom-10.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/testing-library-dom-10.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/testing-library-react-16.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/testing-library-react-16.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/better-sqlite3-11.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/better-sqlite3-11.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/node-gyp-11.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/node-gyp-11.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/prettier-3.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/prettier-3.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/react-router-7.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/react-router-7.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/react-router-dom-7.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/react-router-dom-7.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: 10 PRs are currently open (repository=big-bang/apps/sandbox/backstage)
DEBUG: PR concurrent limit remaining: 0 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculated maximum PRs remaining this run: 0 (repository=big-bang/apps/sandbox/backstage)
DEBUG: PullRequests limit = 0 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/backstage)
DEBUG: currentHourStart=2025-03-20T06: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: 10 already existing branches found: renovate/backstage-plugin-techdocs-1.x-lockfile,renovate/testing-library-user-event-14.x-lockfile,renovate/ib-updates,renovate/yarn-4.x,renovate/backstage-app-defaults-1.x-lockfile,renovate/backstage-plugin-scaffolder-1.x-lockfile,renovate/playwright-test-1.x-lockfile,renovate/react-router-6.x-lockfile,renovate/react-router-dom-6.x-lockfile,renovate/major-ib-updates (repository=big-bang/apps/sandbox/backstage)
DEBUG: Branch concurrent limit remaining: 0 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculated maximum branches remaining this run: 0 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Branches limit = 0 (repository=big-bang/apps/sandbox/backstage)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-core-plugin-api-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: findPr(renovate/backstage-core-plugin-api-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: findPr(renovate/backstage-core-plugin-api-1.x-lockfile, Update dependency @backstage/core-plugin-api to v1.10.5, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-plugin-api-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-integration-react-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: findPr(renovate/backstage-integration-react-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: findPr(renovate/backstage-integration-react-1.x-lockfile, Update dependency @backstage/integration-react to v1.2.5, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-integration-react-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-api-docs-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-api-docs-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-api-docs-0.x-lockfile, Update dependency @backstage/plugin-api-docs to v0.12.5, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-api-docs-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-auth-backend-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-auth-backend-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-auth-backend-0.x-lockfile, Update dependency @backstage/plugin-auth-backend to v0.24.4, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile, Update dependency @backstage/plugin-auth-backend-module-guest-provider to v0.2.6, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile, Update dependency @backstage/plugin-catalog-backend-module-logs to v0.1.8, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile, Update dependency @backstage/plugin-catalog-backend-module-scaffolder-entity-model to v0.2.6, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-graph-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-graph-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-graph-0.x-lockfile, Update dependency @backstage/plugin-catalog-graph to v0.4.17, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-graph-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-import-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-import-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-import-0.x-lockfile, Update dependency @backstage/plugin-catalog-import to v0.12.11, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-import-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-kubernetes-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-kubernetes-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-kubernetes-0.x-lockfile, Update dependency @backstage/plugin-kubernetes to v0.12.5, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-kubernetes-backend-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-kubernetes-backend-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-kubernetes-backend-0.x-lockfile, Update dependency @backstage/plugin-kubernetes-backend to v0.19.4, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-kubernetes-backend-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-org-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-org-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-org-0.x-lockfile, Update dependency @backstage/plugin-org to v0.6.37, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-org-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-permission-backend-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-permission-backend-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-permission-backend-0.x-lockfile, Update dependency @backstage/plugin-permission-backend to v0.5.55, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile, Update dependency @backstage/plugin-permission-backend-module-allow-all-policy to v0.2.6, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-permission-react-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-permission-react-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-permission-react-0.x-lockfile, Update dependency @backstage/plugin-permission-react to v0.4.32, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-react-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-search-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-1.x-lockfile, Update dependency @backstage/plugin-search to v1.4.24, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-backend-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-backend-1.x-lockfile, Update dependency @backstage/plugin-search-backend to v1.8.2, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile, Update dependency @backstage/plugin-search-backend-module-catalog to v0.3.2, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile, Update dependency @backstage/plugin-search-backend-module-pg to v0.5.42, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-node-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-backend-node-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-backend-node-1.x-lockfile, Update dependency @backstage/plugin-search-backend-node to v1.3.9, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-node-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-search-react-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-react-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-search-react-1.x-lockfile, Update dependency @backstage/plugin-search-react to v1.8.7, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-react-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-techdocs-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: getPr(38) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: getMR(38) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:06:12.850Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
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/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/backstage-plugin-techdocs-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: npm.updateLockedDependency: @backstage/plugin-techdocs@1.12.1 -> 1.12.4 [backstage/yarn.lock] (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: @backstage/plugin-techdocs@1.12.1 not found in backstage/yarn.lock but @backstage/plugin-techdocs@1.12.4 was - looks like it's already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Upgrade of @backstage/plugin-techdocs to 1.12.4 is already done in existing branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Existing branch contains all necessary lock file updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-techdocs-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: getPr(38) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: getMR(38) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: Fetching changelog: https://github.com/backstage/backstage (1.12.1 -> 1.12.4) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
       "manager": "npm",
       "packageName": "@backstage/plugin-techdocs",
       "sourceUrl": "https://github.com/backstage/backstage"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
       "prTitle": "Update dependency @backstage/plugin-techdocs to v1.12.4"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
       "pr": 38,
       "prTitle": "Update dependency @backstage/plugin-techdocs to v1.12.4"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-backend-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-techdocs-backend-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-techdocs-backend-1.x-lockfile, Update dependency @backstage/plugin-techdocs-backend to v1.11.6, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile, Update dependency @backstage/plugin-techdocs-module-addons-contrib to v1.1.22, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-react-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-techdocs-react-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-techdocs-react-1.x-lockfile, Update dependency @backstage/plugin-techdocs-react to v1.2.15, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-react-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-user-settings-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-user-settings-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-user-settings-0.x-lockfile, Update dependency @backstage/plugin-user-settings to v0.8.20, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-user-settings-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-test-utils-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: findPr(renovate/backstage-test-utils-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: findPr(renovate/backstage-test-utils-1.x-lockfile, Update dependency @backstage/test-utils to v1.7.6, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-test-utils-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-theme-0.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: findPr(renovate/backstage-theme-0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: findPr(renovate/backstage-theme-0.x-lockfile, Update dependency @backstage/theme to v0.6.4, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-theme-0.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: getBranchPr(renovate/testing-library-user-event-14.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, 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/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: getPr(39) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: getMR(39) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:06:14.200Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
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/testing-library-user-event-14.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/testing-library-user-event-14.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: npm.updateLockedDependency: @testing-library/user-event@14.6.0 -> 14.6.1 [backstage/yarn.lock] (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: @testing-library/user-event@14.6.0 not found in backstage/yarn.lock but @testing-library/user-event@14.6.1 was - looks like it's already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Upgrade of @testing-library/user-event to 14.6.1 is already done in existing branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Existing branch contains all necessary lock file updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: getBranchPr(renovate/testing-library-user-event-14.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, 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/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: getPr(39) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: getMR(39) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Fetching changelog: https://github.com/testing-library/user-event (14.6.0 -> 14.6.1) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
       "manager": "npm",
       "packageName": "@testing-library/user-event",
       "sourceUrl": "https://github.com/testing-library/user-event"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
       "prTitle": "Update dependency @testing-library/user-event to v14.6.1"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
       "pr": 39,
       "prTitle": "Update dependency @testing-library/user-event to v14.6.1"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
DEBUG: getBranchPr(renovate/react-18.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
DEBUG: findPr(renovate/react-18.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
DEBUG: findPr(renovate/react-18.x-lockfile, Update dependency @types/react to v18.3.19, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-18.x-lockfile)
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-03-20T06:06:15.432Z) (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: 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-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep backstage 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": "backstage"
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: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
       "packageFiles": [
         "backstage/examples/template/content/package.json",
         "backstage/package.json",
         "backstage/packages/app/package.json",
         "backstage/packages/backend/package.json"
       ]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found 0 npm host rule(s) (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-03-19T18:43:50+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/backstage/charts (1.9.6 -> 1.11.0) (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": "ghcr.io/backstage/charts/backstage",
       "sourceUrl": "https://github.com/backstage/charts"
DEBUG: Fetching changelog: https://github.com/bitnami/charts (2.10.0 -> 2.30.0) (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: 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/yarn-4.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: getBranchPr(renovate/yarn-4.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: findPr(renovate/yarn-4.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: getPr(40) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: getMR(40) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:06:16.429Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
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/yarn-4.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: isBranchConflicted(main, renovate/yarn-4.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: npm.updateDependency(): packageManager.yarn = 4.7.0 (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
       "packageFiles": [
         "backstage/examples/template/content/package.json",
         "backstage/package.json",
         "backstage/packages/app/package.json",
         "backstage/packages/backend/package.json"
       ]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: getBranchPr(renovate/yarn-4.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: findPr(renovate/yarn-4.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: getPr(40) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: getMR(40) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: Fetching changelog: https://github.com/yarnpkg/berry (4.4.1 -> 4.7.0) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
       "manager": "npm",
       "packageName": "@yarnpkg/cli",
       "sourceUrl": "https://github.com/yarnpkg/berry"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
       "prTitle": "Update Yarn to v4.7.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
       "pr": 40,
       "prTitle": "Update Yarn to v4.7.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/yarn-4.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: getBranchPr(renovate/backstage-community-plugin-grafana-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: findPr(renovate/backstage-community-plugin-grafana-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: findPr(renovate/backstage-community-plugin-grafana-0.x, Update dependency @backstage-community/plugin-grafana to ^0.4.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-community-plugin-grafana-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-app-defaults-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: findPr(renovate/backstage-app-defaults-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: getPr(46) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: getMR(46) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:06:17.363Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
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/backstage-app-defaults-1.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/backstage-app-defaults-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: npm.updateLockedDependency: @backstage/app-defaults@1.5.16 -> 1.6.0 [backstage/yarn.lock] (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: @backstage/app-defaults@1.5.16 not found in backstage/yarn.lock but @backstage/app-defaults@1.6.0 was - looks like it's already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Upgrade of @backstage/app-defaults to 1.6.0 is already done in existing branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Existing branch contains all necessary lock file updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-app-defaults-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: findPr(renovate/backstage-app-defaults-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: getPr(46) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: getMR(46) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: Fetching changelog: https://github.com/backstage/backstage (1.5.16 -> 1.6.0) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
       "manager": "npm",
       "packageName": "@backstage/app-defaults",
       "sourceUrl": "https://github.com/backstage/backstage"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
       "prTitle": "Update dependency @backstage/app-defaults to v1.6.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
       "pr": 46,
       "prTitle": "Update dependency @backstage/app-defaults to v1.6.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-app-defaults-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: getBranchPr(renovate/backstage-backend-defaults-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: findPr(renovate/backstage-backend-defaults-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: findPr(renovate/backstage-backend-defaults-0.x, Update dependency @backstage/backend-defaults to ^0.8.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-backend-defaults-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: getBranchPr(renovate/backstage-cli-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: findPr(renovate/backstage-cli-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: findPr(renovate/backstage-cli-0.x, Update dependency @backstage/cli to ^0.31.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-cli-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-core-app-api-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: findPr(renovate/backstage-core-app-api-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: findPr(renovate/backstage-core-app-api-1.x-lockfile, Update dependency @backstage/core-app-api to v1.16.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-app-api-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: getBranchPr(renovate/backstage-core-components-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: findPr(renovate/backstage-core-components-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: findPr(renovate/backstage-core-components-0.x, Update dependency @backstage/core-components to ^0.17.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-core-components-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: getBranchPr(renovate/backstage-plugin-app-backend-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: findPr(renovate/backstage-plugin-app-backend-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: findPr(renovate/backstage-plugin-app-backend-0.x, Update dependency @backstage/plugin-app-backend to ^0.5.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-app-backend-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: getBranchPr(renovate/backstage-plugin-auth-backend-module-github-provider-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: findPr(renovate/backstage-plugin-auth-backend-module-github-provider-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: findPr(renovate/backstage-plugin-auth-backend-module-github-provider-0.x, Update dependency @backstage/plugin-auth-backend-module-github-provider to ^0.3.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-backend-module-github-provider-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: getBranchPr(renovate/backstage-plugin-auth-node-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: findPr(renovate/backstage-plugin-auth-node-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: findPr(renovate/backstage-plugin-auth-node-0.x, Update dependency @backstage/plugin-auth-node to ^0.6.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-auth-node-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-1.x-lockfile, Update dependency @backstage/plugin-catalog to v1.28.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-backend-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-backend-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-backend-1.x-lockfile, Update dependency @backstage/plugin-catalog-backend to v1.32.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-backend-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-catalog-react-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-react-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-catalog-react-1.x-lockfile, Update dependency @backstage/plugin-catalog-react to v1.16.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-catalog-react-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: getBranchPr(renovate/backstage-plugin-permission-node-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: findPr(renovate/backstage-plugin-permission-node-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: findPr(renovate/backstage-plugin-permission-node-0.x, Update dependency @backstage/plugin-permission-node to ^0.9.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-permission-node-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: getBranchPr(renovate/backstage-plugin-proxy-backend-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: findPr(renovate/backstage-plugin-proxy-backend-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: findPr(renovate/backstage-plugin-proxy-backend-0.x, Update dependency @backstage/plugin-proxy-backend to ^0.6.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-proxy-backend-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-scaffolder-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: getPr(37) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: getMR(37) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:06:18.759Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
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/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/backstage-plugin-scaffolder-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: npm.updateLockedDependency: @backstage/plugin-scaffolder@1.27.4 -> 1.29.0 [backstage/yarn.lock] (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: @backstage/plugin-scaffolder@1.27.4 not found in backstage/yarn.lock but @backstage/plugin-scaffolder@1.29.0 was - looks like it's already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Upgrade of @backstage/plugin-scaffolder to 1.29.0 is already done in existing branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Existing branch contains all necessary lock file updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-scaffolder-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: getPr(37) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: getMR(37) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: Fetching changelog: https://github.com/backstage/backstage (1.27.4 -> 1.29.0) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
       "manager": "npm",
       "packageName": "@backstage/plugin-scaffolder",
       "sourceUrl": "https://github.com/backstage/backstage"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
       "prTitle": "Update dependency @backstage/plugin-scaffolder to v1.29.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
       "pr": 37,
       "prTitle": "Update dependency @backstage/plugin-scaffolder to v1.29.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: getBranchPr(renovate/backstage-plugin-scaffolder-backend-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-backend-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-backend-1.x-lockfile, Update dependency @backstage/plugin-scaffolder-backend to v1.31.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: getBranchPr(renovate/backstage-plugin-scaffolder-backend-module-github-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-backend-module-github-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-backend-module-github-0.x, Update dependency @backstage/plugin-scaffolder-backend-module-github to ^0.6.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-scaffolder-backend-module-github-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-module-techdocs-0.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: findPr(renovate/backstage-plugin-search-backend-module-techdocs-0.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: findPr(renovate/backstage-plugin-search-backend-module-techdocs-0.x, Update dependency @backstage/plugin-search-backend-module-techdocs to ^0.4.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-module-techdocs-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: getBranchPr(renovate/playwright-test-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: findPr(renovate/playwright-test-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: getPr(41) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: getMR(41) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:06:19.768Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
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/playwright-test-1.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/playwright-test-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: npm.updateLockedDependency: @playwright/test@1.49.1 -> 1.51.1 [backstage/yarn.lock] (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: @playwright/test@1.49.1 not found in backstage/yarn.lock but @playwright/test@1.51.1 was - looks like it's already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Upgrade of @playwright/test to 1.51.1 is already done in existing branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: npm.updateLockedDependency: @playwright/test@1.49.1 -> 1.51.1 [backstage/yarn.lock] (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: @playwright/test@1.49.1 not found in backstage/yarn.lock but @playwright/test@1.51.1 was - looks like it's already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Upgrade of @playwright/test to 1.51.1 is already done in existing branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Existing branch contains all necessary lock file updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: getBranchPr(renovate/playwright-test-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: findPr(renovate/playwright-test-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: getPr(41) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: getMR(41) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: Fetching changelog: https://github.com/microsoft/playwright (1.49.1 -> 1.51.1) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "manager": "npm",
       "packageName": "@playwright/test",
       "sourceUrl": "https://github.com/microsoft/playwright"
DEBUG: Fetching changelog: https://github.com/microsoft/playwright (1.49.1 -> 1.51.1) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "manager": "npm",
       "packageName": "@playwright/test",
       "sourceUrl": "https://github.com/microsoft/playwright"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "prTitle": "Update dependency @playwright/test to v1.51.1"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
       "pr": 41,
       "prTitle": "Update dependency @playwright/test to v1.51.1"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/playwright-test-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: getBranchPr(renovate/pg-8.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: findPr(renovate/pg-8.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: findPr(renovate/pg-8.x-lockfile, Update dependency pg to v8.14.1, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/pg-8.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: getBranchPr(renovate/react-router-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: findPr(renovate/react-router-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: getPr(42) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: getMR(42) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:06:20.774Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
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/react-router-6.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/react-router-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: npm.updateLockedDependency: react-router@6.28.1 -> 6.30.0 [backstage/yarn.lock] (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: Cannot patch Yarn 2+ lock file directly - falling back to using yarn (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: npm.updateArtifacts(backstage/packages/app/package.json) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: No packageManager updates - returning null (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Existing branch contains all necessary lock file updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: getBranchPr(renovate/react-router-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: findPr(renovate/react-router-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: getPr(42) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: getMR(42) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: Fetching changelog: https://github.com/remix-run/react-router (6.28.1 -> 6.30.0) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
       "manager": "npm",
       "packageName": "react-router",
       "sourceUrl": "https://github.com/remix-run/react-router"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
       "prTitle": "Update dependency react-router to v6.30.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
       "pr": 42,
       "prTitle": "Update dependency react-router to v6.30.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-6.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: getBranchPr(renovate/react-router-dom-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: findPr(renovate/react-router-dom-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: getPr(43) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: getMR(43) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:06:21.795Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
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/react-router-dom-6.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/react-router-dom-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: npm.updateLockedDependency: react-router-dom@6.28.1 -> 6.30.0 [backstage/yarn.lock] (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: Unexpected depNameConstraint (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
       "depNameConstraint": "lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
DEBUG: react-router-dom@6.28.1 not found in backstage/yarn.lock but react-router-dom@6.30.0 was - looks like it's already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Upgrade of react-router-dom to 6.30.0 is already done in existing branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Existing branch contains all necessary lock file updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:43:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: getBranchPr(renovate/react-router-dom-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: findPr(renovate/react-router-dom-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: getPr(43) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: getMR(43) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: Fetching changelog: https://github.com/remix-run/react-router (6.28.1 -> 6.30.0) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
       "manager": "npm",
       "packageName": "react-router-dom",
       "sourceUrl": "https://github.com/remix-run/react-router"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
       "prTitle": "Update dependency react-router-dom to v6.30.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
       "pr": 43,
       "prTitle": "Update dependency react-router-dom to v6.30.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-6.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
DEBUG: getBranchPr(renovate/typescript-5.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
DEBUG: findPr(renovate/typescript-5.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
DEBUG: findPr(renovate/typescript-5.x, Update dependency typescript to ~5.8.0, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/typescript-5.x)
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-03-20T06:06:22.733Z) (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-03-19T18:43:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch dep backstage 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": "backstage"
DEBUG: Value is not updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "postgresql",
       "manager": "helmv3",
       "expectedValue": "16.5.3",
       "foundValue": "16.5.2"
DEBUG: Rebasing after outdated branch dep found (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "postgresql"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Starting search at index 531 (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "backstage"
DEBUG: Found match at index 531 (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "backstage"
DEBUG: Value is not updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "backstage",
       "manager": "helmv3",
       "expectedValue": "2.4.0",
       "foundValue": "1.9.6"
DEBUG: Found match at index 550 (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "backstage"
DEBUG: Contents updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "backstage"
DEBUG: Value is not updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "postgresql",
       "manager": "helmv3",
       "expectedValue": "16.5.3",
       "foundValue": "12.10.0"
DEBUG: Starting search at index 808 (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "postgresql"
DEBUG: Found match at index 808 (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "postgresql"
DEBUG: Contents updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "postgresql"
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: helmv3.updateArtifacts(chart/Chart.yaml) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Updating Helm artifacts (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Executing command (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "command": "helm repo add stable https://charts.helm.sh/stable --force-update"
DEBUG: exec completed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "durationMs": 914,
       "stdout": "\"stable\" has been added to your repositories\n",
       "stderr": ""
DEBUG: Executing command (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "command": "helm dependency update chart"
DEBUG: exec completed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "durationMs": 3671,
       "stdout": "Hang tight while we grab the latest from your chart repositories...\n...Successfully got an update from the \"stable\" chart repository\nUpdate Complete. ⎈Happy Helming!⎈\nSaving 3 charts\nDownloading backstage from repo oci://ghcr.io/backstage/charts\nDownloading common from repo oci://registry-1.docker.io/bitnamicharts\nDownloading postgresql from repo oci://registry-1.docker.io/bitnamicharts\nDeleting outdated charts\n",
       "stderr": "Pulled: ghcr.io/backstage/charts/backstage:2.4.0\nDigest: sha256:69085dc7caba2f1e083440c54e33dae24c74ae0c88803af320bfde85133eaf96\nPulled: registry-1.docker.io/bitnamicharts/common:2.10.0\nDigest: sha256:3601387d9750815fe06693b22eabeb63f963994330cd5614ea8ca867d325c493\nPulled: registry-1.docker.io/bitnamicharts/postgresql:16.5.3\nDigest: sha256:d71573ce0abeb07bfb5fb8892d9b21add14b4d18c996f62d1949249fc01713b3\n"
DEBUG: Returning updated Helm artifacts (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "packageFiles": [
         "backstage/examples/template/content/package.json",
         "backstage/package.json",
         "backstage/packages/app/package.json",
         "backstage/packages/backend/package.json"
       ]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "updatedArtifacts": ["chart/Chart.lock"]
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql"
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql"
DEBUG: Executing command (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "command": "map-chart-yaml-appversion"
DEBUG: exec completed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "durationMs": 24,
       "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/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "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: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql"
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql"
DEBUG: Executing command (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "command": "bump-changelog '- backstage 1.9.6 -> 2.4.0\\n- postgresql 12.10.0 -> 16.5.3\\n'"
DEBUG: exec completed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "durationMs": 16,
       "stdout": "\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "cmd": "bump-changelog '- backstage 1.9.6 -> 2.4.0\\n- postgresql 12.10.0 -> 16.5.3\\n'",
       "stderr": "",
       "stdout": "\n"
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "addedCount": 2,
       "modifiedCount": 2,
       "deletedCount": 2
DEBUG: Checking 4 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql"
DEBUG: Post-upgrade file saved (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "file": "chart/charts/backstage-2.4.0.tgz",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "file": "chart/charts/postgresql-16.5.3.tgz",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "file": "chart/Chart.lock",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "file": "chart/Chart.yaml",
       "pattern": "chart/**"
DEBUG: Post-upgrade file removed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "file": "chart/charts/backstage-1.9.6.tgz",
       "pattern": "chart/**"
DEBUG: Post-upgrade file removed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "dep": "backstage postgresql",
       "file": "chart/charts/postgresql-12.10.0.tgz",
       "pattern": "chart/**"
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #23 is removed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Getting comments for #23 (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found 201 comments (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #23 is removed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Getting comments for #23 (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found 201 comments (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: 6 file(s) to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Preparing files for committing to branch renovate/major-ib-updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: git commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "deletedFiles": ["chart/charts/backstage-1.9.6.tgz", "chart/charts/postgresql-12.10.0.tgz"],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/major-ib-updates",
         "commit": "65abb440f36260d05f09067e17be38e463257678",
         "root": false,
         "summary": {"changes": 6, "insertions": 6, "deletions": 6}
       }
DEBUG: Pushing refSpec renovate/major-ib-updates:renovate/major-ib-updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: git push (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/major-ib-updates"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/major-ib-updates:",
             "https://repo1.dso.mil/big-bang/apps/sandbox/backstage/-/merge_requests/23"
           ]
         }
       }
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-03-19T18:43:50+00:00"
 INFO: Branch updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "commitSha": "65abb440f36260d05f09067e17be38e463257678"
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/backstage/charts (1.9.6 -> 2.4.0) (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": "ghcr.io/backstage/charts/backstage",
       "sourceUrl": "https://github.com/backstage/charts"
DEBUG: Fetching changelog: https://github.com/bitnami/charts (12.10.0 -> 16.5.3) (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 IB Updates (major)"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "pr": 23,
       "prTitle": "Update IB Updates (major)"
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: setBranchCommit() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: getBranchPr(renovate/backstage-plugin-search-backend-2.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: findPr(renovate/backstage-plugin-search-backend-2.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: findPr(renovate/backstage-plugin-search-backend-2.x, Update dependency @backstage/plugin-search-backend to v2, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-search-backend-2.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-backend-2.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: findPr(renovate/backstage-plugin-techdocs-backend-2.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: findPr(renovate/backstage-plugin-techdocs-backend-2.x, Update dependency @backstage/plugin-techdocs-backend to v2, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/backstage-plugin-techdocs-backend-2.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: getBranchPr(renovate/testing-library-dom-10.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: findPr(renovate/testing-library-dom-10.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: findPr(renovate/testing-library-dom-10.x, Update dependency @testing-library/dom to v10, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-dom-10.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: getBranchPr(renovate/testing-library-react-16.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: findPr(renovate/testing-library-react-16.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: findPr(renovate/testing-library-react-16.x, Update dependency @testing-library/react to v16, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/testing-library-react-16.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: getBranchPr(renovate/better-sqlite3-11.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: findPr(renovate/better-sqlite3-11.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: findPr(renovate/better-sqlite3-11.x, Update dependency better-sqlite3 to v11, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/better-sqlite3-11.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: getBranchPr(renovate/node-gyp-11.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: findPr(renovate/node-gyp-11.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: findPr(renovate/node-gyp-11.x, Update dependency node-gyp to v11, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/node-gyp-11.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: getBranchPr(renovate/prettier-3.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: findPr(renovate/prettier-3.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: findPr(renovate/prettier-3.x, Update dependency prettier to v3, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/prettier-3.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: findPr(renovate/react-19.x, Update dependency react to v19, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-19.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, 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/backstage, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: getBranchPr(renovate/react-router-7.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: findPr(renovate/react-router-7.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: findPr(renovate/react-router-7.x, Update dependency react-router to v7, !open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-7.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-7.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-7.x)
DEBUG: getBranchPr(renovate/react-router-dom-7.x) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-7.x)
DEBUG: findPr(renovate/react-router-dom-7.x, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-7.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-7.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-7.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/backstage, baseBranch=main, 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/backstage, baseBranch=main, branch=renovate/react-router-dom-7.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-7.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/react-router-dom-7.x)
DEBUG: getBranchPr(renovate/backstage-plugin-techdocs-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-techdocs-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(38) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(38) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/testing-library-user-event-14.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/testing-library-user-event-14.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(39) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(39) (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/yarn-4.x) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/yarn-4.x, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(40) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(40) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-app-defaults-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-app-defaults-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(46) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(46) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/backstage-plugin-scaffolder-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/backstage-plugin-scaffolder-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(37) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(37) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/playwright-test-1.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/playwright-test-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(41) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(41) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/react-router-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/react-router-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(42) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(42) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/react-router-dom-6.x-lockfile) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/react-router-dom-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(43) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(43) (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/backstage-app-defaults-1.x-lockfile",
         "renovate/backstage-backend-defaults-0.x",
         "renovate/backstage-cli-0.x",
         "renovate/backstage-community-plugin-grafana-0.x",
         "renovate/backstage-core-app-api-1.x-lockfile",
         "renovate/backstage-core-components-0.x",
         "renovate/backstage-core-plugin-api-1.x-lockfile",
         "renovate/backstage-integration-react-1.x-lockfile",
         "renovate/backstage-plugin-api-docs-0.x-lockfile",
         "renovate/backstage-plugin-app-backend-0.x",
         "renovate/backstage-plugin-auth-backend-0.x-lockfile",
         "renovate/backstage-plugin-auth-backend-module-github-provider-0.x",
         "renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile",
         "renovate/backstage-plugin-auth-node-0.x",
         "renovate/backstage-plugin-catalog-1.x-lockfile",
         "renovate/backstage-plugin-catalog-backend-1.x-lockfile",
         "renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile",
         "renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile",
         "renovate/backstage-plugin-catalog-graph-0.x-lockfile",
         "renovate/backstage-plugin-catalog-import-0.x-lockfile",
         "renovate/backstage-plugin-catalog-react-1.x-lockfile",
         "renovate/backstage-plugin-kubernetes-0.x-lockfile",
         "renovate/backstage-plugin-kubernetes-backend-0.x-lockfile",
         "renovate/backstage-plugin-org-0.x-lockfile",
         "renovate/backstage-plugin-permission-backend-0.x-lockfile",
         "renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile",
         "renovate/backstage-plugin-permission-node-0.x",
         "renovate/backstage-plugin-permission-react-0.x-lockfile",
         "renovate/backstage-plugin-proxy-backend-0.x",
         "renovate/backstage-plugin-scaffolder-1.x-lockfile",
         "renovate/backstage-plugin-scaffolder-backend-1.x-lockfile",
         "renovate/backstage-plugin-scaffolder-backend-module-github-0.x",
         "renovate/backstage-plugin-search-1.x-lockfile",
         "renovate/backstage-plugin-search-backend-1.x-lockfile",
         "renovate/backstage-plugin-search-backend-2.x",
         "renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile",
         "renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile",
         "renovate/backstage-plugin-search-backend-module-techdocs-0.x",
         "renovate/backstage-plugin-search-backend-node-1.x-lockfile",
         "renovate/backstage-plugin-search-react-1.x-lockfile",
         "renovate/backstage-plugin-techdocs-1.x-lockfile",
         "renovate/backstage-plugin-techdocs-backend-1.x-lockfile",
         "renovate/backstage-plugin-techdocs-backend-2.x",
         "renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile",
         "renovate/backstage-plugin-techdocs-react-1.x-lockfile",
         "renovate/backstage-plugin-user-settings-0.x-lockfile",
         "renovate/backstage-test-utils-1.x-lockfile",
         "renovate/backstage-theme-0.x-lockfile",
         "renovate/better-sqlite3-11.x",
         "renovate/ib-updates",
         "renovate/major-ib-updates",
         "renovate/node-gyp-11.x",
         "renovate/pg-8.x-lockfile",
         "renovate/playwright-test-1.x-lockfile",
         "renovate/prettier-3.x",
         "renovate/react-18.x-lockfile",
         "renovate/react-19.x",
         "renovate/react-dom-19.x",
         "renovate/react-router-6.x-lockfile",
         "renovate/react-router-7.x",
         "renovate/react-router-dom-6.x-lockfile",
         "renovate/react-router-dom-7.x",
         "renovate/testing-library-dom-10.x",
         "renovate/testing-library-react-16.x",
         "renovate/testing-library-user-event-14.x-lockfile",
         "renovate/typescript-5.x",
         "renovate/yarn-4.x"
       ],
       "renovateBranches": [
         "renovate/backstage-app-defaults-1.x-lockfile",
         "renovate/backstage-plugin-scaffolder-1.x-lockfile",
         "renovate/backstage-plugin-techdocs-1.x-lockfile",
         "renovate/ib-updates",
         "renovate/major-ib-updates",
         "renovate/playwright-test-1.x-lockfile",
         "renovate/react-router-6.x-lockfile",
         "renovate/react-router-dom-6.x-lockfile",
         "renovate/testing-library-user-event-14.x-lockfile",
         "renovate/yarn-4.x"
       ]
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": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/backstage-plugin-techdocs-1.x-lockfile",
           "branchSha": "bac09cbe67be1c2ca9b3612ce33bf0a21a86fc77",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/testing-library-user-event-14.x-lockfile",
           "branchSha": "cd1a761f1486ca7c40dc389cd764f656c830a5dc",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/ib-updates",
           "branchSha": "d57174acf292393c52dd0b018543f442f9a72079",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/yarn-4.x",
           "branchSha": "6cbbb070a87227edf751fda2ec528b95a7d5dad0",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/backstage-app-defaults-1.x-lockfile",
           "branchSha": "54616268907434579fa4154db04524705e11db7c",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/backstage-plugin-scaffolder-1.x-lockfile",
           "branchSha": "0cba0c913884845aba79f94ed713e8fccf3d458c",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/playwright-test-1.x-lockfile",
           "branchSha": "83b8e593d8edecdb9f7321e4c3f2c979e59d369f",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/react-router-6.x-lockfile",
           "branchSha": "b723da72b8d72185ef008333b3c35f5c607e3c38",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/react-router-dom-6.x-lockfile",
           "branchSha": "45965311cd37c46cbc204396985a4059db173867",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9b168d7c2e7145c172f3e384fbc4db90c93ac0c6",
           "branchName": "renovate/major-ib-updates",
           "branchSha": "65abb440f36260d05f09067e17be38e463257678",
           "isModified": false,
           "isPristine": true
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": [
         "renovate/backstage-core-plugin-api-1.x-lockfile",
         "renovate/backstage-integration-react-1.x-lockfile",
         "renovate/backstage-plugin-api-docs-0.x-lockfile",
         "renovate/backstage-plugin-auth-backend-0.x-lockfile",
         "renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile",
         "renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile",
         "renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile",
         "renovate/backstage-plugin-catalog-graph-0.x-lockfile",
         "renovate/backstage-plugin-catalog-import-0.x-lockfile",
         "renovate/backstage-plugin-kubernetes-0.x-lockfile",
         "renovate/backstage-plugin-kubernetes-backend-0.x-lockfile",
         "renovate/backstage-plugin-org-0.x-lockfile",
         "renovate/backstage-plugin-permission-backend-0.x-lockfile",
         "renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile",
         "renovate/backstage-plugin-permission-react-0.x-lockfile",
         "renovate/backstage-plugin-search-1.x-lockfile",
         "renovate/backstage-plugin-search-backend-1.x-lockfile",
         "renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile",
         "renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile",
         "renovate/backstage-plugin-search-backend-node-1.x-lockfile",
         "renovate/backstage-plugin-search-react-1.x-lockfile",
         "renovate/backstage-plugin-techdocs-backend-1.x-lockfile",
         "renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile",
         "renovate/backstage-plugin-techdocs-react-1.x-lockfile",
         "renovate/backstage-plugin-user-settings-0.x-lockfile",
         "renovate/backstage-test-utils-1.x-lockfile",
         "renovate/backstage-theme-0.x-lockfile",
         "renovate/react-18.x-lockfile",
         "renovate/backstage-community-plugin-grafana-0.x",
         "renovate/backstage-backend-defaults-0.x",
         "renovate/backstage-cli-0.x",
         "renovate/backstage-core-app-api-1.x-lockfile",
         "renovate/backstage-core-components-0.x",
         "renovate/backstage-plugin-app-backend-0.x",
         "renovate/backstage-plugin-auth-backend-module-github-provider-0.x",
         "renovate/backstage-plugin-auth-node-0.x",
         "renovate/backstage-plugin-catalog-1.x-lockfile",
         "renovate/backstage-plugin-catalog-backend-1.x-lockfile",
         "renovate/backstage-plugin-catalog-react-1.x-lockfile",
         "renovate/backstage-plugin-permission-node-0.x",
         "renovate/backstage-plugin-proxy-backend-0.x",
         "renovate/backstage-plugin-scaffolder-backend-1.x-lockfile",
         "renovate/backstage-plugin-scaffolder-backend-module-github-0.x",
         "renovate/backstage-plugin-search-backend-module-techdocs-0.x",
         "renovate/pg-8.x-lockfile",
         "renovate/typescript-5.x",
         "renovate/backstage-plugin-search-backend-2.x",
         "renovate/backstage-plugin-techdocs-backend-2.x",
         "renovate/testing-library-dom-10.x",
         "renovate/testing-library-react-16.x",
         "renovate/better-sqlite3-11.x",
         "renovate/node-gyp-11.x",
         "renovate/prettier-3.x",
         "renovate/react-19.x",
         "renovate/react-dom-19.x",
         "renovate/react-router-7.x",
         "renovate/react-router-dom-7.x"
       ]
DEBUG: branches info extended (repository=big-bang/apps/sandbox/backstage)
       "branchesInformation": [
         {
           "branchName": "renovate/backstage-core-plugin-api-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/core-plugin-api to v1.10.5",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/core-plugin-api",
               "displayPending": "",
               "fixedVersion": "1.10.3",
               "currentVersion": "1.10.3",
               "currentValue": "^1.10.3",
               "newValue": "^1.10.3",
               "newVersion": "1.10.5",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/core-plugin-api"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-integration-react-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/integration-react to v1.2.5",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/integration-react",
               "displayPending": "",
               "fixedVersion": "1.2.3",
               "currentVersion": "1.2.3",
               "currentValue": "^1.2.3",
               "newValue": "^1.2.3",
               "newVersion": "1.2.5",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/integration-react"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-api-docs-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-api-docs to v0.12.5",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-api-docs",
               "displayPending": "",
               "fixedVersion": "0.12.3",
               "currentVersion": "0.12.3",
               "currentValue": "^0.12.3",
               "newValue": "^0.12.3",
               "newVersion": "0.12.5",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-api-docs"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-auth-backend-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-auth-backend to v0.24.4",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-auth-backend",
               "displayPending": "",
               "fixedVersion": "0.24.2",
               "currentVersion": "0.24.2",
               "currentValue": "^0.24.2",
               "newValue": "^0.24.2",
               "newVersion": "0.24.4",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-auth-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-auth-backend-module-guest-provider-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-auth-backend-module-guest-provider to v0.2.6",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-auth-backend-module-guest-provider",
               "displayPending": "",
               "fixedVersion": "0.2.4",
               "currentVersion": "0.2.4",
               "currentValue": "^0.2.4",
               "newValue": "^0.2.4",
               "newVersion": "0.2.6",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-catalog-backend-module-logs-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-catalog-backend-module-logs to v0.1.8",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-catalog-backend-module-logs",
               "displayPending": "",
               "fixedVersion": "0.1.6",
               "currentVersion": "0.1.6",
               "currentValue": "^0.1.6",
               "newValue": "^0.1.6",
               "newVersion": "0.1.8",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-catalog-backend-module-logs"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-catalog-backend-module-scaffolder-entity-model-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-catalog-backend-module-scaffolder-entity-model to v0.2.6",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
               "displayPending": "",
               "fixedVersion": "0.2.4",
               "currentVersion": "0.2.4",
               "currentValue": "^0.2.4",
               "newValue": "^0.2.4",
               "newVersion": "0.2.6",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-catalog-graph-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-catalog-graph to v0.4.17",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-catalog-graph",
               "displayPending": "",
               "fixedVersion": "0.4.15",
               "currentVersion": "0.4.15",
               "currentValue": "^0.4.15",
               "newValue": "^0.4.15",
               "newVersion": "0.4.17",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-catalog-graph"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-catalog-import-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-catalog-import to v0.12.11",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-catalog-import",
               "displayPending": "",
               "fixedVersion": "0.12.9",
               "currentVersion": "0.12.9",
               "currentValue": "^0.12.9",
               "newValue": "^0.12.9",
               "newVersion": "0.12.11",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-catalog-import"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-kubernetes-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-kubernetes to v0.12.5",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-kubernetes",
               "displayPending": "",
               "fixedVersion": "0.12.3",
               "currentVersion": "0.12.3",
               "currentValue": "^0.12.3",
               "newValue": "^0.12.3",
               "newVersion": "0.12.5",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-kubernetes"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-kubernetes-backend-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-kubernetes-backend to v0.19.4",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-kubernetes-backend",
               "displayPending": "",
               "fixedVersion": "0.19.2",
               "currentVersion": "0.19.2",
               "currentValue": "^0.19.2",
               "newValue": "^0.19.2",
               "newVersion": "0.19.4",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-kubernetes-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-org-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-org to v0.6.37",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-org",
               "displayPending": "",
               "fixedVersion": "0.6.35",
               "currentVersion": "0.6.35",
               "currentValue": "^0.6.35",
               "newValue": "^0.6.35",
               "newVersion": "0.6.37",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-org"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-permission-backend-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-permission-backend to v0.5.55",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-permission-backend",
               "displayPending": "",
               "fixedVersion": "0.5.53",
               "currentVersion": "0.5.53",
               "currentValue": "^0.5.53",
               "newValue": "^0.5.53",
               "newVersion": "0.5.55",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-permission-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-permission-backend-module-allow-all-policy-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-permission-backend-module-allow-all-policy to v0.2.6",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-permission-backend-module-allow-all-policy",
               "displayPending": "",
               "fixedVersion": "0.2.4",
               "currentVersion": "0.2.4",
               "currentValue": "^0.2.4",
               "newValue": "^0.2.4",
               "newVersion": "0.2.6",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-permission-backend-module-allow-all-policy"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-permission-react-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-permission-react to v0.4.32",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-permission-react",
               "displayPending": "",
               "fixedVersion": "0.4.30",
               "currentVersion": "0.4.30",
               "currentValue": "^0.4.30",
               "newValue": "^0.4.30",
               "newVersion": "0.4.32",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-permission-react"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-search-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-search to v1.4.24",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-search",
               "displayPending": "",
               "fixedVersion": "1.4.22",
               "currentVersion": "1.4.22",
               "currentValue": "^1.4.22",
               "newValue": "^1.4.22",
               "newVersion": "1.4.24",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-search"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-search-backend-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-search-backend to v1.8.2",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-search-backend",
               "displayPending": "",
               "fixedVersion": "1.8.1",
               "currentVersion": "1.8.1",
               "currentValue": "^1.8.1",
               "newValue": "^1.8.1",
               "newVersion": "1.8.2",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-search-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-search-backend-module-catalog-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-search-backend-module-catalog to v0.3.2",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-search-backend-module-catalog",
               "displayPending": "",
               "fixedVersion": "0.3.0",
               "currentVersion": "0.3.0",
               "currentValue": "^0.3.0",
               "newValue": "^0.3.0",
               "newVersion": "0.3.2",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-search-backend-module-catalog"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-search-backend-module-pg-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-search-backend-module-pg to v0.5.42",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-search-backend-module-pg",
               "displayPending": "",
               "fixedVersion": "0.5.40",
               "currentVersion": "0.5.40",
               "currentValue": "^0.5.40",
               "newValue": "^0.5.40",
               "newVersion": "0.5.42",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-search-backend-module-pg"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-search-backend-node-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-search-backend-node to v1.3.9",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-search-backend-node",
               "displayPending": "",
               "fixedVersion": "1.3.7",
               "currentVersion": "1.3.7",
               "currentValue": "^1.3.7",
               "newValue": "^1.3.7",
               "newVersion": "1.3.9",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-search-backend-node"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-search-react-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-search-react to v1.8.7",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-search-react",
               "displayPending": "",
               "fixedVersion": "1.8.5",
               "currentVersion": "1.8.5",
               "currentValue": "^1.8.5",
               "newValue": "^1.8.5",
               "newVersion": "1.8.7",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-search-react"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-techdocs-1.x-lockfile",
           "prNo": 38,
           "prTitle": "Update dependency @backstage/plugin-techdocs to v1.12.4",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-techdocs",
               "displayPending": "",
               "fixedVersion": "1.12.1",
               "currentVersion": "1.12.1",
               "currentValue": "^1.12.1",
               "newValue": "^1.12.1",
               "newVersion": "1.12.4",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-techdocs"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-techdocs-backend-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-techdocs-backend to v1.11.6",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-techdocs-backend",
               "displayPending": "",
               "fixedVersion": "1.11.5",
               "currentVersion": "1.11.5",
               "currentValue": "^1.11.5",
               "newValue": "^1.11.5",
               "newVersion": "1.11.6",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-techdocs-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-techdocs-module-addons-contrib-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-techdocs-module-addons-contrib to v1.1.22",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-techdocs-module-addons-contrib",
               "displayPending": "",
               "fixedVersion": "1.1.20",
               "currentVersion": "1.1.20",
               "currentValue": "^1.1.20",
               "newValue": "^1.1.20",
               "newVersion": "1.1.22",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-techdocs-module-addons-contrib"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-techdocs-react-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-techdocs-react to v1.2.15",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-techdocs-react",
               "displayPending": "",
               "fixedVersion": "1.2.13",
               "currentVersion": "1.2.13",
               "currentValue": "^1.2.13",
               "newValue": "^1.2.13",
               "newVersion": "1.2.15",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-techdocs-react"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-user-settings-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-user-settings to v0.8.20",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-user-settings",
               "displayPending": "",
               "fixedVersion": "0.8.18",
               "currentVersion": "0.8.18",
               "currentValue": "^0.8.18",
               "newValue": "^0.8.18",
               "newVersion": "0.8.20",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/plugin-user-settings"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-test-utils-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/test-utils to v1.7.6",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/test-utils",
               "displayPending": "",
               "fixedVersion": "1.7.4",
               "currentVersion": "1.7.4",
               "currentValue": "^1.7.4",
               "newValue": "^1.7.4",
               "newVersion": "1.7.6",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/test-utils"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-theme-0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/theme to v0.6.4",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/theme",
               "displayPending": "",
               "fixedVersion": "0.6.3",
               "currentVersion": "0.6.3",
               "currentValue": "^0.6.3",
               "newValue": "^0.6.3",
               "newVersion": "0.6.4",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@backstage/theme"
             }
           ]
         },
         {
           "branchName": "renovate/testing-library-user-event-14.x-lockfile",
           "prNo": 39,
           "prTitle": "Update dependency @testing-library/user-event to v14.6.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@testing-library/user-event",
               "displayPending": "",
               "fixedVersion": "14.6.0",
               "currentVersion": "14.6.0",
               "currentValue": "^14.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.6.1",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "patch",
               "packageName": "@testing-library/user-event"
             }
           ]
         },
         {
           "branchName": "renovate/react-18.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @types/react to v18.3.19",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/react",
               "displayPending": "",
               "fixedVersion": "18.3.18",
               "currentVersion": "18.3.18",
               "currentValue": "^18",
               "newValue": "^18",
               "newVersion": "18.3.19",
               "packageFile": "backstage/package.json",
               "updateType": "patch",
               "packageName": "@types/react"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 22,
           "prTitle": "Update IB Updates",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "backstage",
               "displayPending": "",
               "fixedVersion": "1.9.6",
               "currentVersion": "1.9.6",
               "currentValue": "1.9.6",
               "newValue": "1.11.0",
               "newVersion": "1.11.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "ghcr.io/backstage/charts/backstage"
             },
             {
               "datasource": "docker",
               "depName": "common",
               "displayPending": "",
               "fixedVersion": "2.10.0",
               "currentVersion": "2.10.0",
               "currentValue": "2.10.0",
               "newValue": "2.30.0",
               "newVersion": "2.30.0",
               "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"
             }
           ]
         },
         {
           "branchName": "renovate/yarn-4.x",
           "prNo": 40,
           "prTitle": "Update Yarn to v4.7.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "yarn",
               "displayPending": "",
               "fixedVersion": "4.4.1",
               "currentVersion": "4.4.1",
               "currentValue": "4.4.1",
               "newValue": "4.7.0",
               "newVersion": "4.7.0",
               "packageFile": "backstage/package.json",
               "updateType": "minor",
               "packageName": "@yarnpkg/cli"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-community-plugin-grafana-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage-community/plugin-grafana to ^0.4.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage-community/plugin-grafana",
               "displayPending": "",
               "fixedVersion": "0.3.0",
               "currentVersion": "0.3.0",
               "currentValue": "^0.3.0",
               "newValue": "^0.4.0",
               "newVersion": "0.4.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "@backstage-community/plugin-grafana"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-app-defaults-1.x-lockfile",
           "prNo": 46,
           "prTitle": "Update dependency @backstage/app-defaults to v1.6.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/app-defaults",
               "displayPending": "",
               "fixedVersion": "1.5.16",
               "currentVersion": "1.5.16",
               "currentValue": "^1.5.16",
               "newValue": "^1.5.16",
               "newVersion": "1.6.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "@backstage/app-defaults"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-backend-defaults-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/backend-defaults to ^0.8.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/backend-defaults",
               "displayPending": "",
               "fixedVersion": "0.7.0",
               "currentVersion": "0.7.0",
               "currentValue": "^0.7.0",
               "newValue": "^0.8.0",
               "newVersion": "0.8.2",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/backend-defaults"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-cli-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/cli to ^0.31.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/cli",
               "displayPending": "",
               "fixedVersion": "0.29.5",
               "currentVersion": "0.29.5",
               "currentValue": "^0.29.5",
               "newValue": "^0.31.0",
               "newVersion": "0.31.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/cli"
             },
             {
               "datasource": "npm",
               "depName": "@backstage/cli",
               "displayPending": "",
               "fixedVersion": "0.29.5",
               "currentVersion": "0.29.5",
               "currentValue": "^0.29.5",
               "newValue": "^0.31.0",
               "newVersion": "0.31.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "@backstage/cli"
             },
             {
               "datasource": "npm",
               "depName": "@backstage/cli",
               "displayPending": "",
               "fixedVersion": "0.29.5",
               "currentVersion": "0.29.5",
               "currentValue": "^0.29.5",
               "newValue": "^0.31.0",
               "newVersion": "0.31.0",
               "packageFile": "backstage/package.json",
               "updateType": "minor",
               "packageName": "@backstage/cli"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-core-app-api-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/core-app-api to v1.16.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/core-app-api",
               "displayPending": "",
               "fixedVersion": "1.15.4",
               "currentVersion": "1.15.4",
               "currentValue": "^1.15.4",
               "newValue": "^1.15.4",
               "newVersion": "1.16.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "@backstage/core-app-api"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-core-components-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/core-components to ^0.17.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/core-components",
               "displayPending": "",
               "fixedVersion": "0.16.3",
               "currentVersion": "0.16.3",
               "currentValue": "^0.16.3",
               "newValue": "^0.17.0",
               "newVersion": "0.17.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "@backstage/core-components"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-app-backend-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-app-backend to ^0.5.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-app-backend",
               "displayPending": "",
               "fixedVersion": "0.4.4",
               "currentVersion": "0.4.4",
               "currentValue": "^0.4.4",
               "newValue": "^0.5.0",
               "newVersion": "0.5.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-app-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-auth-backend-module-github-provider-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-auth-backend-module-github-provider to ^0.3.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-auth-backend-module-github-provider",
               "displayPending": "",
               "fixedVersion": "0.2.4",
               "currentVersion": "0.2.4",
               "currentValue": "^0.2.4",
               "newValue": "^0.3.0",
               "newVersion": "0.3.1",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-auth-backend-module-github-provider"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-auth-node-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-auth-node to ^0.6.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-auth-node",
               "displayPending": "",
               "fixedVersion": "0.5.6",
               "currentVersion": "0.5.6",
               "currentValue": "^0.5.6",
               "newValue": "^0.6.0",
               "newVersion": "0.6.1",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-auth-node"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-catalog-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-catalog to v1.28.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-catalog",
               "displayPending": "",
               "fixedVersion": "1.26.1",
               "currentVersion": "1.26.1",
               "currentValue": "^1.26.1",
               "newValue": "^1.26.1",
               "newVersion": "1.28.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-catalog"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-catalog-backend-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-catalog-backend to v1.32.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-catalog-backend",
               "displayPending": "",
               "fixedVersion": "1.30.0",
               "currentVersion": "1.30.0",
               "currentValue": "^1.30.0",
               "newValue": "^1.30.0",
               "newVersion": "1.32.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-catalog-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-catalog-react-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-catalog-react to v1.16.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-catalog-react",
               "displayPending": "",
               "fixedVersion": "1.15.1",
               "currentVersion": "1.15.1",
               "currentValue": "^1.15.1",
               "newValue": "^1.15.1",
               "newVersion": "1.16.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-catalog-react"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-permission-node-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-permission-node to ^0.9.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-permission-node",
               "displayPending": "",
               "fixedVersion": "0.8.7",
               "currentVersion": "0.8.7",
               "currentValue": "^0.8.7",
               "newValue": "^0.9.0",
               "newVersion": "0.9.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-permission-node"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-proxy-backend-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-proxy-backend to ^0.6.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-proxy-backend",
               "displayPending": "",
               "fixedVersion": "0.5.10",
               "currentVersion": "0.5.10",
               "currentValue": "^0.5.10",
               "newValue": "^0.6.0",
               "newVersion": "0.6.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-proxy-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-scaffolder-1.x-lockfile",
           "prNo": 37,
           "prTitle": "Update dependency @backstage/plugin-scaffolder to v1.29.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-scaffolder",
               "displayPending": "",
               "fixedVersion": "1.27.4",
               "currentVersion": "1.27.4",
               "currentValue": "^1.27.4",
               "newValue": "^1.27.4",
               "newVersion": "1.29.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-scaffolder"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-scaffolder-backend-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-scaffolder-backend to v1.31.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-scaffolder-backend",
               "displayPending": "",
               "fixedVersion": "1.29.0",
               "currentVersion": "1.29.0",
               "currentValue": "^1.29.0",
               "newValue": "^1.29.0",
               "newVersion": "1.31.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-scaffolder-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-scaffolder-backend-module-github-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-scaffolder-backend-module-github to ^0.6.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-scaffolder-backend-module-github",
               "displayPending": "",
               "fixedVersion": "0.5.5",
               "currentVersion": "0.5.5",
               "currentValue": "^0.5.5",
               "newValue": "^0.6.0",
               "newVersion": "0.6.1",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-scaffolder-backend-module-github"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-search-backend-module-techdocs-0.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-search-backend-module-techdocs to ^0.4.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-search-backend-module-techdocs",
               "displayPending": "",
               "fixedVersion": "0.3.5",
               "currentVersion": "0.3.5",
               "currentValue": "^0.3.5",
               "newValue": "^0.4.0",
               "newVersion": "0.4.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "@backstage/plugin-search-backend-module-techdocs"
             }
           ]
         },
         {
           "branchName": "renovate/playwright-test-1.x-lockfile",
           "prNo": 41,
           "prTitle": "Update dependency @playwright/test to v1.51.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@playwright/test",
               "displayPending": "",
               "fixedVersion": "1.49.1",
               "currentVersion": "1.49.1",
               "currentValue": "^1.32.3",
               "newValue": "^1.32.3",
               "newVersion": "1.51.1",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "@playwright/test"
             },
             {
               "datasource": "npm",
               "depName": "@playwright/test",
               "displayPending": "",
               "fixedVersion": "1.49.1",
               "currentVersion": "1.49.1",
               "currentValue": "^1.32.3",
               "newValue": "^1.32.3",
               "newVersion": "1.51.1",
               "packageFile": "backstage/package.json",
               "updateType": "minor",
               "packageName": "@playwright/test"
             }
           ]
         },
         {
           "branchName": "renovate/pg-8.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency pg to v8.14.1",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "pg",
               "displayPending": "",
               "fixedVersion": "8.13.1",
               "currentVersion": "8.13.1",
               "currentValue": "^8.11.3",
               "newValue": "^8.11.3",
               "newVersion": "8.14.1",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "minor",
               "packageName": "pg"
             }
           ]
         },
         {
           "branchName": "renovate/react-router-6.x-lockfile",
           "prNo": 42,
           "prTitle": "Update dependency react-router to v6.30.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-router",
               "displayPending": "",
               "fixedVersion": "6.28.1",
               "currentVersion": "6.28.1",
               "currentValue": "^6.3.0",
               "newValue": "^6.3.0",
               "newVersion": "6.30.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "react-router"
             }
           ]
         },
         {
           "branchName": "renovate/react-router-dom-6.x-lockfile",
           "prNo": 43,
           "prTitle": "Update dependency react-router-dom to v6.30.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-router-dom",
               "displayPending": "",
               "fixedVersion": "6.28.1",
               "currentVersion": "6.28.1",
               "currentValue": "^6.3.0",
               "newValue": "^6.3.0",
               "newVersion": "6.30.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "minor",
               "packageName": "react-router-dom"
             }
           ]
         },
         {
           "branchName": "renovate/typescript-5.x",
           "prNo": null,
           "prTitle": "Update dependency typescript to ~5.8.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "typescript",
               "displayPending": "",
               "fixedVersion": "5.4.5",
               "currentVersion": "5.4.5",
               "currentValue": "~5.4.0",
               "newValue": "~5.8.0",
               "newVersion": "5.8.2",
               "packageFile": "backstage/package.json",
               "updateType": "minor",
               "packageName": "typescript"
             }
           ]
         },
         {
           "branchName": "renovate/major-ib-updates",
           "prNo": 23,
           "prTitle": "Update IB Updates (major)",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "backstage",
               "displayPending": "",
               "fixedVersion": "1.9.6",
               "currentVersion": "1.9.6",
               "currentValue": "1.9.6",
               "newValue": "2.4.0",
               "newVersion": "2.4.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "ghcr.io/backstage/charts/backstage"
             },
             {
               "datasource": "docker",
               "depName": "postgresql",
               "displayPending": "",
               "fixedVersion": "12.10.0",
               "currentVersion": "12.10.0",
               "currentValue": "12.10.0",
               "newValue": "16.5.3",
               "newVersion": "16.5.3",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry-1.docker.io/bitnamicharts/postgresql"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-search-backend-2.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-search-backend to v2",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-search-backend",
               "displayPending": "",
               "fixedVersion": "1.8.1",
               "currentVersion": "1.8.1",
               "currentValue": "^1.8.1",
               "newValue": "^2.0.0",
               "newVersion": "2.0.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "major",
               "packageName": "@backstage/plugin-search-backend"
             }
           ]
         },
         {
           "branchName": "renovate/backstage-plugin-techdocs-backend-2.x",
           "prNo": null,
           "prTitle": "Update dependency @backstage/plugin-techdocs-backend to v2",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@backstage/plugin-techdocs-backend",
               "displayPending": "",
               "fixedVersion": "1.11.5",
               "currentVersion": "1.11.5",
               "currentValue": "^1.11.5",
               "newValue": "^2.0.0",
               "newVersion": "2.0.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "major",
               "packageName": "@backstage/plugin-techdocs-backend"
             }
           ]
         },
         {
           "branchName": "renovate/testing-library-dom-10.x",
           "prNo": null,
           "prTitle": "Update dependency @testing-library/dom to v10",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@testing-library/dom",
               "displayPending": "",
               "fixedVersion": "9.3.4",
               "currentVersion": "9.3.4",
               "currentValue": "^9.0.0",
               "newValue": "^10.0.0",
               "newVersion": "10.4.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "major",
               "packageName": "@testing-library/dom"
             }
           ]
         },
         {
           "branchName": "renovate/testing-library-react-16.x",
           "prNo": null,
           "prTitle": "Update dependency @testing-library/react to v16",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@testing-library/react",
               "displayPending": "",
               "fixedVersion": "14.3.1",
               "currentVersion": "14.3.1",
               "currentValue": "^14.0.0",
               "newValue": "^16.0.0",
               "newVersion": "16.2.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "major",
               "packageName": "@testing-library/react"
             }
           ]
         },
         {
           "branchName": "renovate/better-sqlite3-11.x",
           "prNo": null,
           "prTitle": "Update dependency better-sqlite3 to v11",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "better-sqlite3",
               "displayPending": "",
               "fixedVersion": "9.6.0",
               "currentVersion": "9.6.0",
               "currentValue": "^9.0.0",
               "newValue": "^11.0.0",
               "newVersion": "11.9.1",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "major",
               "packageName": "better-sqlite3"
             }
           ]
         },
         {
           "branchName": "renovate/node-gyp-11.x",
           "prNo": null,
           "prTitle": "Update dependency node-gyp to v11",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "node-gyp",
               "displayPending": "",
               "fixedVersion": "10.3.1",
               "currentVersion": "10.3.1",
               "currentValue": "^10.0.0",
               "newValue": "^11.0.0",
               "newVersion": "11.1.0",
               "packageFile": "backstage/packages/backend/package.json",
               "updateType": "major",
               "packageName": "node-gyp"
             },
             {
               "datasource": "npm",
               "depName": "node-gyp",
               "displayPending": "",
               "fixedVersion": "10.3.1",
               "currentVersion": "10.3.1",
               "currentValue": "^10.0.0",
               "newValue": "^11.0.0",
               "newVersion": "11.1.0",
               "packageFile": "backstage/package.json",
               "updateType": "major",
               "packageName": "node-gyp"
             }
           ]
         },
         {
           "branchName": "renovate/prettier-3.x",
           "prNo": null,
           "prTitle": "Update dependency prettier to v3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "prettier",
               "displayPending": "",
               "fixedVersion": "2.8.8",
               "currentVersion": "2.8.8",
               "currentValue": "^2.3.2",
               "newValue": "^3.0.0",
               "newVersion": "3.5.3",
               "packageFile": "backstage/package.json",
               "updateType": "major",
               "packageName": "prettier"
             }
           ]
         },
         {
           "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.0.2",
               "newValue": "^19.0.0",
               "newVersion": "19.0.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "major",
               "packageName": "react"
             },
             {
               "datasource": "npm",
               "depName": "@types/react",
               "displayPending": "",
               "fixedVersion": "18.3.18",
               "currentVersion": "18.3.18",
               "currentValue": "^18",
               "newValue": "^19.0.0",
               "newVersion": "19.0.12",
               "packageFile": "backstage/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.0.2",
               "newValue": "^19.0.0",
               "newVersion": "19.0.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "major",
               "packageName": "react-dom"
             },
             {
               "datasource": "npm",
               "depName": "@types/react-dom",
               "displayPending": "",
               "fixedVersion": "18.3.5",
               "currentVersion": "18.3.5",
               "currentValue": "^18",
               "newValue": "^19.0.0",
               "newVersion": "19.0.4",
               "packageFile": "backstage/package.json",
               "updateType": "major",
               "packageName": "@types/react-dom"
             }
           ]
         },
         {
           "branchName": "renovate/react-router-7.x",
           "prNo": null,
           "prTitle": "Update dependency react-router to v7",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-router",
               "displayPending": "",
               "fixedVersion": "6.28.1",
               "currentVersion": "6.28.1",
               "currentValue": "^6.3.0",
               "newValue": "^7.0.0",
               "newVersion": "7.4.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "major",
               "packageName": "react-router"
             }
           ]
         },
         {
           "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.28.1",
               "currentVersion": "6.28.1",
               "currentValue": "^6.3.0",
               "newValue": "^7.0.0",
               "newVersion": "7.4.0",
               "packageFile": "backstage/packages/app/package.json",
               "updateType": "major",
               "packageName": "react-router-dom"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/backstage)
       "stats": {"total": 16, "open": 10, "closed": 6, "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": 1760, "extract": 257, "lookup": 6949, "onboarding": 0, "update": 21904},
       "total": 30899
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/backstage)
       "get": {"count": 88, "avgMs": 10, "medianMs": 1, "maxMs": 159, "totalMs": 850},
       "set": {"count": 80, "avgMs": 81, "medianMs": 64, "maxMs": 293, "totalMs": 6451}
DEBUG: Datasource cache statistics (repository=big-bang/apps/sandbox/backstage)
       "node-version": {"https://nodejs.org/dist": {"hit": 0, "miss": 1, "set": 1, "skip": 0}}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/backstage)
       "hosts": {
         "auth.docker.io": {
           "count": 2,
           "reqAvgMs": 216,
           "reqMedianMs": 323,
           "reqMaxMs": 323,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "ghcr.io": {
           "count": 5,
           "reqAvgMs": 132,
           "reqMedianMs": 97,
           "reqMaxMs": 272,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 5,
           "reqAvgMs": 928,
           "reqMedianMs": 439,
           "reqMaxMs": 3326,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 5,
           "reqAvgMs": 197,
           "reqMedianMs": 163,
           "reqMaxMs": 510,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "nodejs.org": {
           "count": 1,
           "reqAvgMs": 195,
           "reqMedianMs": 195,
           "reqMaxMs": 195,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry.npmjs.org": {
           "count": 63,
           "reqAvgMs": 579,
           "reqMedianMs": 592,
           "reqMaxMs": 1296,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 75,
           "reqMedianMs": 68,
           "reqMaxMs": 178,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 35,
           "reqAvgMs": 309,
           "reqMedianMs": 279,
           "reqMaxMs": 851,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 123
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/backstage)
       "https://registry.npmjs.org": {
         "/@backstage%2Fapp-defaults": {"hit": 0, "miss": 1},
         "/@backstage%2Fbackend-defaults": {"hit": 0, "miss": 1},
         "/@backstage%2Fcatalog-model": {"hit": 0, "miss": 1},
         "/@backstage%2Fcli": {"hit": 0, "miss": 1},
         "/@backstage%2Fconfig": {"hit": 0, "miss": 1},
         "/@backstage%2Fcore-app-api": {"hit": 0, "miss": 1},
         "/@backstage%2Fcore-components": {"hit": 0, "miss": 1},
         "/@backstage%2Fcore-plugin-api": {"hit": 0, "miss": 1},
         "/@backstage%2Fe2e-test-utils": {"hit": 0, "miss": 1},
         "/@backstage%2Fintegration-react": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-api-docs": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-app-backend": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-auth-backend": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-auth-backend-module-github-provider": {
           "hit": 0,
           "miss": 1
         },
         "/@backstage%2Fplugin-auth-backend-module-guest-provider": {
           "hit": 0,
           "miss": 1
         },
         "/@backstage%2Fplugin-auth-node": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-catalog": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-catalog-backend": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-catalog-backend-module-logs": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-catalog-backend-module-scaffolder-entity-model": {
           "hit": 0,
           "miss": 1
         },
         "/@backstage%2Fplugin-catalog-common": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-catalog-graph": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-catalog-import": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-catalog-react": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-kubernetes": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-kubernetes-backend": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-org": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-permission-backend": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-permission-backend-module-allow-all-policy": {
           "hit": 0,
           "miss": 1
         },
         "/@backstage%2Fplugin-permission-common": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-permission-node": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-permission-react": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-proxy-backend": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-scaffolder": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-scaffolder-backend": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-scaffolder-backend-module-github": {
           "hit": 0,
           "miss": 1
         },
         "/@backstage%2Fplugin-search": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-search-backend": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-search-backend-module-catalog": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-search-backend-module-pg": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-search-backend-module-techdocs": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-search-backend-node": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-search-react": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-techdocs": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-techdocs-backend": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-techdocs-module-addons-contrib": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-techdocs-react": {"hit": 0, "miss": 1},
         "/@backstage%2Fplugin-user-settings": {"hit": 0, "miss": 1},
         "/@backstage%2Ftest-utils": {"hit": 0, "miss": 1},
         "/@backstage%2Ftheme": {"hit": 0, "miss": 1},
         "/@backstage-community%2Fplugin-grafana": {"hit": 0, "miss": 1},
         "/@material-ui%2Fcore": {"hit": 0, "miss": 1},
         "/@material-ui%2Ficons": {"hit": 0, "miss": 1},
         "/@playwright%2Ftest": {"hit": 0, "miss": 1},
         "/@testing-library%2Fdom": {"hit": 0, "miss": 1},
         "/@testing-library%2Fjest-dom": {"hit": 0, "miss": 0, "localHit": 1},
         "/@testing-library%2Freact": {"hit": 0, "miss": 0, "localHit": 1},
         "/@testing-library%2Fuser-event": {"hit": 0, "miss": 0, "localHit": 1},
         "/@types%2Freact": {"hit": 0, "miss": 0, "localHit": 1},
         "/@types%2Freact-dom": {"hit": 0, "miss": 0, "localHit": 1},
         "/@yarnpkg%2Fcli": {"hit": 0, "miss": 1},
         "/better-sqlite3": {"hit": 0, "miss": 1},
         "/cross-env": {"hit": 0, "miss": 1},
         "/node-gyp": {"hit": 0, "miss": 1},
         "/pg": {"hit": 0, "miss": 1},
         "/prettier": {"hit": 0, "miss": 1},
         "/react": {"hit": 0, "miss": 0, "localHit": 1},
         "/react-dom": {"hit": 0, "miss": 0, "localHit": 1},
         "/react-router": {"hit": 0, "miss": 1},
         "/react-router-dom": {"hit": 0, "miss": 1},
         "/typescript": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/backstage)
       "docker": {"count": 8, "avgMs": 1457, "medianMs": 976, "maxMs": 5131, "totalMs": 11652},
       "npm": {"count": 76, "avgMs": 745, "medianMs": 817, "maxMs": 1763, "totalMs": 56605},
       "node-version": {"count": 1, "avgMs": 239, "medianMs": 239, "maxMs": 239, "totalMs": 239}
 INFO: Repository finished (repository=big-bang/apps/sandbox/backstage)
       "cloned": true,
       "durationMs": 30899
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": 1450
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": 3, "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-02-14T22:38:32.712Z",
                     "newVersionAgeInDays": 33,
                     "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": 680,
                 "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-03-20T06: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-03-20T06: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-03-20T06:06:35.881Z) (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": 2565, "extract": 171, "lookup": 441, "onboarding": 0, "update": 1271},
       "total": 4456
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "get": {"count": 4, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 1},
       "set": {"count": 4, "avgMs": 6, "medianMs": 7, "maxMs": 8, "totalMs": 22}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "hosts": {
         "hub.docker.com": {
           "count": 1,
           "reqAvgMs": 368,
           "reqMedianMs": 368,
           "reqMaxMs": 368,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 214,
           "reqMedianMs": 279,
           "reqMaxMs": 327,
           "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": 411, "medianMs": 411, "maxMs": 411, "totalMs": 411}
 INFO: Repository finished (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "cloned": true,
       "durationMs": 4456
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": 762
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.3) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, kindest/node, v1.32.3, 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:f7f124942a3e0932dd6f1b0165fb0ab4d935e576d1cf47cd62e48f2ea2b0b9a7, 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.3",
                     "newValue": "v1.32.3",
                     "releaseTimestamp": "2025-03-12T16:04:42.147Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 1,
                     "newMinor": 32,
                     "newPatch": 3,
                     "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": 399,
                 "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-02-14T22:38:32.712Z",
                     "newVersionAgeInDays": 33,
                     "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": 680,
                 "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-03-20T06: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-03-20T06: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-03-20T06:06:41.438Z) (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": "1fd4e817228e4b1374e167902130650f96d9547e",
           "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.3",
               "newVersion": "v1.32.3",
               "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": 1872, "extract": 137, "lookup": 2198, "onboarding": 0, "update": 1417},
       "total": 5631
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "get": {"count": 6, "avgMs": 2, "medianMs": 1, "maxMs": 7, "totalMs": 13},
       "set": {"count": 5, "avgMs": 6, "medianMs": 6, "maxMs": 11, "totalMs": 28}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "hosts": {
         "auth.docker.io": {
           "count": 1,
           "reqAvgMs": 210,
           "reqMedianMs": 210,
           "reqMaxMs": 210,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 2,
           "reqAvgMs": 661,
           "reqMedianMs": 1033,
           "reqMaxMs": 1033,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 4,
           "reqAvgMs": 119,
           "reqMedianMs": 119,
           "reqMaxMs": 201,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 241,
           "reqMedianMs": 294,
           "reqMaxMs": 391,
           "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": 0, "medianMs": 0, "maxMs": 2, "totalMs": 10},
       "docker": {"count": 2, "avgMs": 1090, "medianMs": 2162, "maxMs": 2162, "totalMs": 2179}
 INFO: Repository finished (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "cloned": true,
       "durationMs": 5631
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": 781
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "latestCommit": {
         "hash": "b03d3dbf8b5dd49ad591854d4d69c8a573e73bf2",
         "date": "2025-03-19T15:20:31+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #19\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind!24",
         "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": 2314
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": 184,
           "reqMedianMs": 181,
           "reqMaxMs": 311,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 2314
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": 814
DEBUG: latest repository commit (repository=big-bang/edge/proxmox-provider)
       "latestCommit": {
         "hash": "eb57cc466a2a416e3db135988fc863fdc9fb8fc9",
         "date": "2025-03-10T22:18: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 #26\n\nSee merge request big-bang/edge/proxmox-provider!56",
         "author_name": "Douglas Hutcheson",
         "author_email": "hutcheson_douglas@bah.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-03-10T22:18:49+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": 2, "dockerfile": 4}
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: 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=90) (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/github.com/crossplane/crossplane-runtime/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=25) (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/gopkg.in/alecthomas/kingpin.v3/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=79) (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=201) (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: GET https://proxy.golang.org/github.com/upbound/upjet/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=1268) (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: 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: 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: 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": "2025-02-04T06:04:49.124Z",
                     "newVersionAgeInDays": 44,
                     "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": 876,
                 "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.3",
                     "newValue": "3.21.3",
                     "releaseTimestamp": "2025-02-14T19:25:28.998Z",
                     "newVersionAgeInDays": 33,
                     "newMajor": 3,
                     "newMinor": 21,
                     "newPatch": 3,
                     "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": 860,
                 "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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16
               },
               {
                 "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": 590,
                     "newMajor": 0,
                     "newMinor": 20,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-crossplane-crossplane-runtime-0.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "v1.19.0",
                     "newValue": "v1.19.0",
                     "releaseTimestamp": "2024-12-22T14:16:04.000Z",
                     "newVersionAgeInDays": 87,
                     "newMajor": 1,
                     "newMinor": 19,
                     "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": 301,
                     "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": 1891,
                 "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": 574,
                     "newMajor": 0,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-upbound-upjet-0.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "v1.5.0",
                     "newValue": "v1.5.0",
                     "releaseTimestamp": "2025-02-11T12:46:00.000Z",
                     "newVersionAgeInDays": 36,
                     "newMajor": 1,
                     "newMinor": 5,
                     "newPatch": 0,
                     "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": 536,
                     "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": 2649,
                 "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.3",
                     "newValue": "v0.32.3",
                     "releaseTimestamp": "2024-12-06T18:18:55.000Z",
                     "newVersionAgeInDays": 103,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 3,
                     "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": 958,
                 "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.3",
                     "newValue": "v0.32.3",
                     "releaseTimestamp": "2025-03-12T05:55:23.000Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 3,
                     "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": 939,
                 "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.3",
                     "newValue": "v0.20.3",
                     "releaseTimestamp": "2025-03-08T05:41:44.000Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 0,
                     "newMinor": 20,
                     "newPatch": 3,
                     "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": 1037,
                 "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.2",
                     "newValue": "v0.17.2",
                     "releaseTimestamp": "2025-02-10T06:57:56.000Z",
                     "newVersionAgeInDays": 37,
                     "newMajor": 0,
                     "newMinor": 17,
                     "newPatch": 2,
                     "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": 1197,
                 "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-03-20T06: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: getPr(58) (repository=big-bang/edge/proxmox-provider)
DEBUG: getMR(58) (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: getPr(59) (repository=big-bang/edge/proxmox-provider)
DEBUG: getMR(59) (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(57) (repository=big-bang/edge/proxmox-provider)
DEBUG: getMR(57) (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: 3 PRs are currently open (repository=big-bang/edge/proxmox-provider)
DEBUG: PR concurrent limit remaining: 7 (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-03-20T06: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: 3 already existing branches found: renovate/k8s.io-apimachinery-0.x,renovate/k8s.io-client-go-0.x,renovate/sigs.k8s.io-controller-runtime-0.x (repository=big-bang/edge/proxmox-provider)
DEBUG: Branch concurrent limit remaining: 7 (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.3, !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(53) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(53) (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.3"
DEBUG: Getting comments for #53 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found 19 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #53 (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: getPr(58) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getMR(58) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branchExists=true (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: PR rebase requested=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:07:01.238Z) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No schedule defined (repository=big-bang/edge/proxmox-provider, 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/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Branch already exists (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: isBranchConflicted(main, renovate/k8s.io-apimachinery-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: latest commit (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-10T22:18:49+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: gomod.updateDependency: v0.32.3 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No changes necessary (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No package files need updating (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No files to commit (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: latest commit (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-10T22:18:49+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Ensuring PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: There are 0 errors and 0 warnings (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: getPr(58) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getMR(58) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Found existing PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Fetching changelog: https://github.com/kubernetes/apimachinery (v0.25.0 -> v0.32.3) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/edge/proxmox-provider, 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/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: PR body changed (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "prTitle": "Update module k8s.io/apimachinery to v0.32.3"
 INFO: PR updated (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "pr": 58,
       "prTitle": "Update module k8s.io/apimachinery to v0.32.3"
DEBUG: setPrCache() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: PR is not configured for automerge (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: getPr(59) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getMR(59) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branchExists=true (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: PR rebase requested=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:07:02.715Z) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No schedule defined (repository=big-bang/edge/proxmox-provider, 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/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Branch already exists (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: isBranchConflicted(main, renovate/k8s.io-client-go-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: latest commit (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-10T22:18:49+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: gomod.updateDependency: v0.32.3 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No changes necessary (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No package files need updating (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No files to commit (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: latest commit (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-10T22:18:49+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Ensuring PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: There are 0 errors and 0 warnings (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: getPr(59) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getMR(59) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Found existing PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Fetching changelog: https://github.com/kubernetes/client-go (v0.25.0 -> v0.32.3) (repository=big-bang/edge/proxmox-provider, 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/edge/proxmox-provider, 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/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: PR body changed (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.3"
 INFO: PR updated (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
       "pr": 59,
       "prTitle": "Update module k8s.io/client-go to v0.32.3"
DEBUG: setPrCache() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: PR is not configured for automerge (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(57) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: getMR(57) (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-03-20T06:07:03.494Z) (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: 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-03-10T22:18:49+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.3 (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-03-10T22:18:49+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(57) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: getMR(57) (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.3) (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.3"
 INFO: PR updated (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
       "pr": 57,
       "prTitle": "Update module sigs.k8s.io/controller-runtime to v0.20.3"
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.2, !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(50) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: getMR(50) (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.2"
DEBUG: Getting comments for #50 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: Found 27 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 #50 (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/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: getPr(58) (repository=big-bang/edge/proxmox-provider)
DEBUG: getMR(58) (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: getPr(59) (repository=big-bang/edge/proxmox-provider)
DEBUG: getMR(59) (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(57) (repository=big-bang/edge/proxmox-provider)
DEBUG: getMR(57) (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/k8s.io-apimachinery-0.x",
         "renovate/k8s.io-client-go-0.x",
         "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": "eb57cc466a2a416e3db135988fc863fdc9fb8fc9"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "eb57cc466a2a416e3db135988fc863fdc9fb8fc9",
           "branchName": "renovate/k8s.io-apimachinery-0.x",
           "branchSha": "48c7baae71fa77c04c5e50bf38907c7170d6d0f5",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "eb57cc466a2a416e3db135988fc863fdc9fb8fc9",
           "branchName": "renovate/k8s.io-client-go-0.x",
           "branchSha": "afd5f99b423ae973eb038555c20a85ff0738c923",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "eb57cc466a2a416e3db135988fc863fdc9fb8fc9",
           "branchName": "renovate/sigs.k8s.io-controller-runtime-0.x",
           "branchSha": "577dc021985d6bcce503a811c945de2e493b0def",
           "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/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": 53,
           "prTitle": "Update alpine Docker tag to v3.21.3",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "alpine",
               "displayPending": "",
               "fixedVersion": "3.16.2",
               "currentVersion": "3.16.2",
               "currentValue": "3.16.2",
               "newValue": "3.21.3",
               "newVersion": "3.21.3",
               "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": 58,
           "prTitle": "Update module k8s.io/apimachinery to v0.32.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "k8s.io/apimachinery",
               "displayPending": "",
               "fixedVersion": "v0.25.0",
               "currentVersion": "v0.25.0",
               "currentValue": "v0.25.0",
               "newValue": "v0.32.3",
               "newVersion": "v0.32.3",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "k8s.io/apimachinery"
             }
           ]
         },
         {
           "branchName": "renovate/k8s.io-client-go-0.x",
           "prNo": 59,
           "prTitle": "Update module k8s.io/client-go to v0.32.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "k8s.io/client-go",
               "displayPending": "",
               "fixedVersion": "v0.25.0",
               "currentVersion": "v0.25.0",
               "currentValue": "v0.25.0",
               "newValue": "v0.32.3",
               "newVersion": "v0.32.3",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "k8s.io/client-go"
             }
           ]
         },
         {
           "branchName": "renovate/sigs.k8s.io-controller-runtime-0.x",
           "prNo": 57,
           "prTitle": "Update module sigs.k8s.io/controller-runtime to v0.20.3",
           "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.3",
               "newVersion": "v0.20.3",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "sigs.k8s.io/controller-runtime"
             }
           ]
         },
         {
           "branchName": "renovate/sigs.k8s.io-controller-tools-0.x",
           "prNo": 50,
           "prTitle": "Update module sigs.k8s.io/controller-tools to v0.17.2",
           "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.2",
               "newVersion": "v0.17.2",
               "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.19.0",
               "newVersion": "v1.19.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.5.0",
               "newVersion": "v1.5.0",
               "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": 39, "open": 3, "closed": 28, "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": 3414, "extract": 158, "lookup": 7056, "onboarding": 1, "update": 14106},
       "total": 24749
DEBUG: Package cache statistics (repository=big-bang/edge/proxmox-provider)
       "get": {"count": 23, "avgMs": 3, "medianMs": 2, "maxMs": 20, "totalMs": 73},
       "set": {"count": 18, "avgMs": 6, "medianMs": 5, "maxMs": 26, "totalMs": 114}
DEBUG: HTTP statistics (repository=big-bang/edge/proxmox-provider)
       "hosts": {
         "hub.docker.com": {
           "count": 9,
           "reqAvgMs": 1093,
           "reqMedianMs": 1044,
           "reqMaxMs": 1555,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "proxy.golang.org": {
           "count": 219,
           "reqAvgMs": 66,
           "reqMedianMs": 27,
           "reqMaxMs": 1268,
           "queueAvgMs": 4,
           "queueMedianMs": 0,
           "queueMaxMs": 59
         },
         "repo1.dso.mil": {
           "count": 51,
           "reqAvgMs": 284,
           "reqMedianMs": 239,
           "reqMaxMs": 1749,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "sigs.k8s.io": {
           "count": 1,
           "reqAvgMs": 86,
           "reqMedianMs": 86,
           "reqMaxMs": 86,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 280
DEBUG: HTTP cache statistics (repository=big-bang/edge/proxmox-provider)
DEBUG: Lookup statistics (repository=big-bang/edge/proxmox-provider)
       "golang-version": {"count": 1, "avgMs": 19, "medianMs": 19, "maxMs": 19, "totalMs": 19},
       "go": {"count": 9, "avgMs": 674, "medianMs": 389, "maxMs": 2757, "totalMs": 6064},
       "docker": {"count": 2, "avgMs": 5058, "medianMs": 6956, "maxMs": 6956, "totalMs": 10115}
 INFO: Repository finished (repository=big-bang/edge/proxmox-provider)
       "cloned": true,
       "durationMs": 24749
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": 754
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "latestCommit": {
         "hash": "ee2e3089dc045a85101cfcfd17cbc5dd0082989d",
         "date": "2025-03-19T15:20: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 #19\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci!30",
         "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-03-19T15:20:27+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": 9, "poetry": 20}
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:28f1997ff99a90835caa4836e5acf3d8b331a0250020dbe69127d022f206141e, 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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035597",
         "mil.dso.ironbank.image.keywords": "python,programming,language",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:50:24+00:00",
         "org.opencontainers.image.description": "Python programming language",
         "org.opencontainers.image.licenses": "Python Software Foundation",
         "org.opencontainers.image.revision": "bc7e26d5af4d5bbaec20466d7046f45bfd6d5eef",
         "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.2",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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.37.16",
                     "newValue": "^1.26.135",
                     "releaseTimestamp": "2025-03-19T20:07:02.000Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 1,
                     "newMinor": 37,
                     "newPatch": 16,
                     "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": 211,
                 "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": 294,
                 "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": 87,
                     "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": 275,
                 "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-03-20T06: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(28) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getMR(28) (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-03-20T06: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.37.16, !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-03-20T06:07:12.896Z) (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-03-19T15:20:27+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.37.16 [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/43520543",
             "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": 6
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/43520543",
             "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-03-19T20:07: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-03-19T15:20:27+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-03-20T06:07:13.262Z) (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-03-19T15:20:27+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-03-19T15:20:27+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(28) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(28) (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-03-20T06:07:14.221Z) (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-03-19T15:20:27+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-03-19T15:20:27+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(28) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(28) (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": 28,
       "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(28) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getMR(28) (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": "ee2e3089dc045a85101cfcfd17cbc5dd0082989d"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "ee2e3089dc045a85101cfcfd17cbc5dd0082989d",
           "branchName": "renovate/urllib3-2.x",
           "branchSha": "1c48845de7ae9955ce33714ff408fa17345aa5f3",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "ee2e3089dc045a85101cfcfd17cbc5dd0082989d",
           "branchName": "renovate/ib-updates",
           "branchSha": "660ae80dfcec54c0e9793a8998c9dd2d848c9c53",
           "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.37.16",
           "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.37.16",
               "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": 28,
           "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": 8, "open": 2, "closed": 5, "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": 1921, "extract": 123, "lookup": 745, "onboarding": 0, "update": 3230},
       "total": 6031
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "get": {"count": 11, "avgMs": 2, "medianMs": 1, "maxMs": 6, "totalMs": 22},
       "set": {"count": 11, "avgMs": 9, "medianMs": 5, "maxMs": 49, "totalMs": 98}
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": 69,
           "reqMedianMs": 51,
           "reqMaxMs": 110,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 8,
           "reqAvgMs": 60,
           "reqMedianMs": 36,
           "reqMaxMs": 270,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 236,
           "reqMedianMs": 129,
           "reqMaxMs": 478,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 22
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": 183, "medianMs": 102, "maxMs": 363, "totalMs": 548},
       "git-tags": {"count": 1, "avgMs": 378, "medianMs": 378, "maxMs": 378, "totalMs": 378},
       "docker": {"count": 1, "avgMs": 699, "medianMs": 699, "maxMs": 699, "totalMs": 699}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "cloned": true,
       "durationMs": 6031
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": 457
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-03-20T06: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-03-20T06: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": 1097, "extract": 96, "lookup": 9, "onboarding": 0, "update": 1},
       "total": 1206
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": 105,
           "reqMedianMs": 102,
           "reqMaxMs": 138,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 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/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": 821
DEBUG: latest repository commit (repository=big-bang/team/tools/gogru)
       "latestCommit": {
         "hash": "d6b03a3803e740493857d3c962f4418ad7383a84",
         "date": "2025-03-17T15:59:51+00:00",
         "message": "Merge branch 'cy-neuvector' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Neuvector and Minio Cypress Tests Added\n\nSee merge request big-bang/team/tools/gogru!46",
         "author_name": "Matt Goloski",
         "author_email": "matthew.a.goloski.ctr@mail.mil"
       }
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-03-17T15:59:51+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": 5}
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": 171}},
         "total": {"fileCount": 1, "depCount": 171}
       }
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: 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=243) (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: 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/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=71) (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/mattn/go-runewidth, 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/olekukonko/tablewriter, 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: 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=70) (repository=big-bang/team/tools/gogru, 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=99) (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=201) (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: 11 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/spf13/cobra, github.com/spf13/viper, 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 11 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": 170,
                 "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.3",
                     "newValue": "v1.36.3",
                     "releaseTimestamp": "2025-02-27T19:31:41.000Z",
                     "newVersionAgeInDays": 20,
                     "newMajor": 1,
                     "newMinor": 36,
                     "newPatch": 3,
                     "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": 180,
                 "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.9",
                     "newValue": "v1.29.9",
                     "releaseTimestamp": "2025-03-04T19:34:45.000Z",
                     "newVersionAgeInDays": 15,
                     "newMajor": 1,
                     "newMinor": 29,
                     "newPatch": 9,
                     "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": 173,
                 "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.78.2",
                     "newValue": "v1.78.2",
                     "releaseTimestamp": "2025-03-11T18:47:53.000Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 1,
                     "newMinor": 78,
                     "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": 173,
                 "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.14.0",
                     "newValue": "v5.14.0",
                     "releaseTimestamp": "2025-02-27T13:12:35.000Z",
                     "newVersionAgeInDays": 20,
                     "newMajor": 5,
                     "newMinor": 14,
                     "newPatch": 0,
                     "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": 365,
                 "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": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.9.1",
                     "newValue": "v1.9.1",
                     "releaseTimestamp": "2025-02-16T23:42:04.000Z",
                     "newVersionAgeInDays": 31,
                     "newMajor": 1,
                     "newMinor": 9,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-spf13-cobra-1.x"
                   }
                 ],
                 "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": 291,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.8.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/viper",
                 "currentValue": "v1.19.0",
                 "managerData": {"multiLine": true, "lineNumber": 10},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.20.0",
                     "newValue": "v1.20.0",
                     "releaseTimestamp": "2025-03-15T15:03:09.000Z",
                     "newVersionAgeInDays": 4,
                     "newMajor": 1,
                     "newMinor": 20,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-spf13-viper-1.x"
                   }
                 ],
                 "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": 291,
                 "isSingleVersion": true,
                 "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": 127,
                     "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": 384,
                 "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": 99,
                     "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": 193,
                 "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": 2015,
                 "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": 1027,
                 "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.3",
                     "newValue": "v0.32.3",
                     "releaseTimestamp": "2025-03-12T05:42:25.000Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 3,
                     "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": 189,
                 "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.3",
                     "newValue": "v0.32.3",
                     "releaseTimestamp": "2024-12-06T18:18:55.000Z",
                     "newVersionAgeInDays": 103,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 3,
                     "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": 243,
                 "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.3",
                     "newValue": "v0.32.3",
                     "releaseTimestamp": "2025-03-12T05:55:23.000Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 3,
                     "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": 189,
                 "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",
                 "currentVersionTimestamp": "2024-11-20T21:41:19.000Z",
                 "currentVersionAgeInDays": 119,
                 "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/mattn/go-runewidth",
                 "currentValue": "v0.0.9",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 113},
                 "updates": [],
                 "packageName": "github.com/mattn/go-runewidth",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mikefarah/yq/v4",
                 "currentValue": "v4.44.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 114},
                 "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": 115},
                 "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": 116},
                 "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": 117},
                 "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": 118},
                 "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": 119},
                 "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": 120},
                 "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": 121},
                 "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": 122},
                 "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": 123},
                 "updates": [],
                 "packageName": "github.com/mxk/go-flowrate",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/olekukonko/tablewriter",
                 "currentValue": "v0.0.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 124},
                 "updates": [],
                 "packageName": "github.com/olekukonko/tablewriter",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/onsi/gomega",
                 "currentValue": "v1.33.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 125},
                 "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": 126},
                 "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": 127},
                 "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": 128},
                 "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": 129},
                 "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": 130},
                 "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": 131},
                 "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": 132},
                 "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": 133},
                 "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": 134},
                 "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": 135},
                 "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": 136},
                 "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": 137},
                 "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": 138},
                 "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": 139},
                 "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": 140},
                 "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": 141},
                 "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": 142},
                 "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": 143},
                 "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": 144},
                 "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": 145},
                 "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": 146},
                 "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": 147},
                 "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": 148},
                 "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": 149},
                 "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": 150},
                 "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": 151},
                 "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": 152},
                 "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": 153},
                 "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": 154},
                 "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": 155},
                 "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": 156},
                 "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": 157},
                 "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": 158},
                 "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": 159},
                 "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": 160},
                 "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": 161},
                 "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": 162},
                 "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": 163},
                 "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": 164},
                 "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": 165},
                 "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": 166},
                 "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": 167},
                 "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": 168},
                 "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": 169},
                 "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": 170},
                 "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": 171},
                 "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": 172},
                 "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": 173},
                 "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": 174},
                 "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": 175},
                 "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": 176},
                 "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": 177},
                 "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 11 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-spf13-cobra-1.x, renovate/github.com-spf13-viper-1.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-03-20T06: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-spf13-cobra-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-spf13-cobra-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(37) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(37) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-spf13-viper-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-spf13-viper-1.x, undefined, open) (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: 10 PRs are currently open (repository=big-bang/team/tools/gogru)
DEBUG: PR concurrent limit remaining: 0 (repository=big-bang/team/tools/gogru)
DEBUG: Calculated maximum PRs remaining this run: 0 (repository=big-bang/team/tools/gogru)
DEBUG: PullRequests limit = 0 (repository=big-bang/team/tools/gogru)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/team/tools/gogru)
DEBUG: currentHourStart=2025-03-20T06: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: 10 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-spf13-cobra-1.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: 0 (repository=big-bang/team/tools/gogru)
DEBUG: Calculated maximum branches remaining this run: 0 (repository=big-bang/team/tools/gogru)
DEBUG: Branches limit = 0 (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-03-20T06:07:23.951Z) (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-03-17T15:59:51+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.3 (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-03-17T15:59:51+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.3) (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.3"
 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.3"
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-03-20T06:07:24.985Z) (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-03-17T15:59:51+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.9 (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-03-17T15:59:51+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.9) (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.9"
 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.9"
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-03-20T06:07:25.922Z) (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-03-17T15:59:51+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.78.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-03-17T15:59:51+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.78.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.78.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.78.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-03-20T06:07:26.863Z) (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-03-17T15:59:51+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.14.0 (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-03-17T15:59:51+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.14.0) (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.14.0"
 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.14.0"
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-spf13-cobra-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: getBranchPr(renovate/github.com-spf13-cobra-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: findPr(renovate/github.com-spf13-cobra-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: getPr(37) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: getMR(37) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:07:28.550Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-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-spf13-cobra-1.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: isBranchConflicted(main, renovate/github.com-spf13-cobra-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T15:59:51+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: gomod.updateDependency: v1.9.1 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-17T15:59:51+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: getBranchPr(renovate/github.com-spf13-cobra-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: findPr(renovate/github.com-spf13-cobra-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: getPr(37) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: getMR(37) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: Fetching changelog: https://github.com/spf13/cobra (v1.8.1 -> v1.9.1) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-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-spf13-cobra-1.x)
       "manager": "gomod",
       "packageName": "github.com/spf13/cobra",
       "sourceUrl": "https://github.com/spf13/cobra"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
       "prTitle": "chore(deps): update module github.com/spf13/cobra to v1.9.1"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
       "pr": 37,
       "prTitle": "chore(deps): update module github.com/spf13/cobra to v1.9.1"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-cobra-1.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: getBranchPr(renovate/github.com-spf13-viper-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: findPr(renovate/github.com-spf13-viper-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: branchExists=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: findPr(renovate/github.com-spf13-viper-1.x, chore(deps): update module github.com/spf13/viper to v1.20.0, !open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-spf13-viper-1.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-03-20T06:07:29.371Z) (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-03-17T15:59:51+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-03-17T15:59:51+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-03-20T06:07:30.253Z) (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-03-17T15:59:51+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-03-17T15:59:51+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-03-20T06:07:31.290Z) (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-03-17T15:59:51+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.3 (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-03-17T15:59:51+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.3) (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.3"
 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.3"
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-03-20T06:07:32.222Z) (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-03-17T15:59:51+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.3 (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-03-17T15:59:51+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.3) (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.3"
 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.3"
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-03-20T06:07:33.211Z) (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-03-17T15:59:51+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.3 (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-03-17T15:59:51+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.3) (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.3"
 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.3"
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-spf13-cobra-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-spf13-cobra-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(37) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(37) (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-spf13-cobra-1.x",
         "renovate/github.com-spf13-viper-1.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-spf13-cobra-1.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": "d6b03a3803e740493857d3c962f4418ad7383a84"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/github.com-aws-aws-sdk-go-v2-1.x",
           "branchSha": "ae89ba5992ab146f52aa5dc38d32d6698ca3a32c",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/github.com-aws-aws-sdk-go-v2-config-1.x",
           "branchSha": "2e40d75c542ece2efaf4920e185856eb6f97aec9",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x",
           "branchSha": "73b21fe770b62194872b9eab16721b017348a470",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/github.com-go-git-go-git-v5-5.x",
           "branchSha": "92c607d1d921bc3b0f1ae28979d7fcfcb47e6541",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/github.com-spf13-cobra-1.x",
           "branchSha": "6d166beae60e8d8674d531f9c70bc9b7a13aeadf",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "branchSha": "4c54b7cf0fef07fa4d2ea65593b348353dff2897",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/github.com-xanzy-go-gitlab-0.x",
           "branchSha": "bf50074c0d9ffd9d56351234c467f83e5b7a1d3e",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/k8s.io-api-0.x",
           "branchSha": "48b7da60c95af4816719ac34b52666d26ee6fb80",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/k8s.io-apimachinery-0.x",
           "branchSha": "44865adefb6a979a86c665cb67cbdb909d4c7acb",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b03a3803e740493857d3c962f4418ad7383a84",
           "branchName": "renovate/k8s.io-client-go-0.x",
           "branchSha": "0be21613bd247eac7ca0a3fde018f696f703d511",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": ["renovate/github.com-spf13-viper-1.x"]
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.3",
           "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.3",
               "newVersion": "v1.36.3",
               "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.9",
           "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.9",
               "newVersion": "v1.29.9",
               "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.78.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.78.2",
               "newVersion": "v1.78.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.14.0",
           "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.14.0",
               "newVersion": "v5.14.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/go-git/go-git/v5"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-spf13-cobra-1.x",
           "prNo": 37,
           "prTitle": "chore(deps): update module github.com/spf13/cobra to v1.9.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/spf13/cobra",
               "displayPending": "",
               "fixedVersion": "v1.8.1",
               "currentVersion": "v1.8.1",
               "currentValue": "v1.8.1",
               "newValue": "v1.9.1",
               "newVersion": "v1.9.1",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/spf13/cobra"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-spf13-viper-1.x",
           "prNo": null,
           "prTitle": "chore(deps): update module github.com/spf13/viper to v1.20.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/spf13/viper",
               "displayPending": "",
               "fixedVersion": "v1.19.0",
               "currentVersion": "v1.19.0",
               "currentValue": "v1.19.0",
               "newValue": "v1.20.0",
               "newVersion": "v1.20.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/spf13/viper"
             }
           ]
         },
         {
           "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.3",
           "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.3",
               "newVersion": "v0.32.3",
               "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.3",
           "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.3",
               "newVersion": "v0.32.3",
               "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.3",
           "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.3",
               "newVersion": "v0.32.3",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "k8s.io/client-go"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/team/tools/gogru)
       "stats": {"total": 14, "open": 10, "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": 2190, "extract": 117, "lookup": 2499, "onboarding": 0, "update": 12460},
       "total": 17287
DEBUG: Package cache statistics (repository=big-bang/team/tools/gogru)
       "get": {"count": 21, "avgMs": 7, "medianMs": 2, "maxMs": 73, "totalMs": 140},
       "set": {"count": 12, "avgMs": 6, "medianMs": 5, "maxMs": 27, "totalMs": 71}
DEBUG: HTTP statistics (repository=big-bang/team/tools/gogru)
       "hosts": {
         "go.mozilla.org": {
           "count": 1,
           "reqAvgMs": 224,
           "reqMedianMs": 224,
           "reqMaxMs": 224,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "proxy.golang.org": {
           "count": 796,
           "reqAvgMs": 34,
           "reqMedianMs": 27,
           "reqMaxMs": 253,
           "queueAvgMs": 7,
           "queueMedianMs": 7,
           "queueMaxMs": 27
         },
         "repo1.dso.mil": {
           "count": 24,
           "reqAvgMs": 335,
           "reqMedianMs": 285,
           "reqMaxMs": 1134,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 821
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/gogru)
DEBUG: Lookup statistics (repository=big-bang/team/tools/gogru)
       "golang-version": {"count": 1, "avgMs": 16, "medianMs": 16, "maxMs": 16, "totalMs": 16},
       "go": {"count": 14, "avgMs": 680, "medianMs": 74, "maxMs": 2381, "totalMs": 9524}
 INFO: Repository finished (repository=big-bang/team/tools/gogru)
       "cloned": true,
       "durationMs": 17287
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": 533
DEBUG: latest repository commit (repository=big-bang/product/packages/alloy)
       "latestCommit": {
         "hash": "ef0170cec8adb08776a549fd92c7829fd59c2b43",
         "date": "2025-03-13T16:42:51+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 2.0.16-bb.0, origin/main, origin/alloy-ns-migration, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/alloy!78",
         "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-03-13T16:42:51+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": 4, "helmv3": 4}
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/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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/alloy, sha256:ba7393104dd52f422251d2b3d630d6405fed29db7b70853f447e20c67f4dc622, get) (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jimmidyson/configmap-reload, sha256:d006b868c6df404f1e7ccbbb3039c8645515b64bf4bfc4bcab99298e4636b013, 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:7424578fb903be8ae5899366f6416e07a9b3a41f8f227efa306c13d8412b6885",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/debian/debian:12.10",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035480",
         "mil.dso.ironbank.image.keywords": "grafana, alloy",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/debian/debian:12.10@sha256:3c19e76a89f816a38279949170f6b0931a151bb4f11db2080a379d9a260ace4a",
         "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-03-20 01:34:38+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": "bfe6f49bb0abf106f49aa56a81a3215e6c7bb615",
         "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.7.4"
       }
DEBUG: Found no satisfying versions with 'docker' versioning (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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034770",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:07:18+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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: 3 flattened updates found: k8s-monitoring, 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": "2.0.16",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.0.19",
                     "newValue": "2.0.19",
                     "newDigest": "caf4ffac5792d9836f6d625a372452b2d471428fcf18ce0888b3a35987388ee4",
                     "releaseTimestamp": "2025-03-19T14:29:17.360Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 19,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "k8s-monitoring",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "currentVersion": "2.0.16",
                 "currentVersionTimestamp": "2025-03-03T20:46:00.382Z",
                 "currentVersionAgeInDays": 16,
                 "isSingleVersion": true,
                 "fixedVersion": "2.0.16"
               },
               {
                 "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.0.16-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
                 "currentValue": "2.0.16",
                 "datasource": "docker",
                 "replaceString": "appVersion: 2.0.16",
                 "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.16",
                 "fixedVersion": "2.0.16"
               }
             ],
             "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.7.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/grafana/alloy:v1.7.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.7.4",
                     "newValue": "v1.7.4",
                     "newMajor": 1,
                     "newMinor": 7,
                     "newPatch": 4,
                     "updateType": "patch",
                     "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.7.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.7.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": "2.0.16",
                 "datasource": "helm",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "replaceString": "version: 2.0.16-bb.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.0.19",
                     "newValue": "2.0.19",
                     "newDigest": "caf4ffac5792d9836f6d625a372452b2d471428fcf18ce0888b3a35987388ee4",
                     "releaseTimestamp": "2025-03-19T14:29:17.360Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 19,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "k8s-monitoring",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "currentVersion": "2.0.16",
                 "currentVersionTimestamp": "2025-03-03T20:46:00.382Z",
                 "currentVersionAgeInDays": 16,
                 "isSingleVersion": true,
                 "fixedVersion": "2.0.16"
               }
             ],
             "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-03-20T06: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(81) (repository=big-bang/product/packages/alloy)
DEBUG: getMR(81) (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-03-20T06: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(81) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(81) (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() = false (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:07:36.895Z) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/alloy, 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/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-13T16:42:51+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Value is not updated (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring",
       "manager": "regex",
       "expectedValue": "2.0.19",
       "foundValue": "2.0.18"
DEBUG: Rebasing after outdated branch dep found (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Starting search at index 166 (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring"
DEBUG: Found match at index 166 (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring"
DEBUG: Contents updated (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring"
DEBUG: Value is not updated (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring",
       "manager": "helmv3",
       "expectedValue": "2.0.19",
       "foundValue": "2.0.16"
DEBUG: Starting search at index 199 (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring"
DEBUG: Found match at index 199 (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring"
DEBUG: Value is not updated (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring",
       "manager": "helmv3",
       "expectedValue": "2.0.19",
       "foundValue": "2.0.16"
DEBUG: Found match at index 1030 (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring"
DEBUG: Contents updated (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "k8s-monitoring"
DEBUG: Value is not updated (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "manager": "regex",
       "expectedValue": "v1.7.4",
       "foundValue": "v1.7.1"
DEBUG: Starting search at index 547 (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: Found match at index 547 (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: Contents updated (repository=big-bang/product/packages/alloy, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: helmv3.updateArtifacts(chart/Chart.yaml) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updating Helm artifacts (repository=big-bang/product/packages/alloy, 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/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Executing command (repository=big-bang/product/packages/alloy, 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/alloy, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 240,
       "stdout": "",
       "stderr": "WARNING: Using --password via the CLI is insecure. Use --password-stdin.\nLogin Succeeded\n"
DEBUG: Executing command (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "command": "helm repo add k8s-monitoring https://grafana.github.io/helm-charts --force-update"
DEBUG: exec completed (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 393,
       "stdout": "\"k8s-monitoring\" has been added to your repositories\n",
       "stderr": ""
DEBUG: Executing command (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "command": "helm dependency update chart"
DEBUG: exec completed (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 1830,
       "stdout": "Hang tight while we grab the latest from your chart repositories...\n...Successfully got an update from the \"k8s-monitoring\" chart repository\nUpdate Complete. ⎈Happy Helming!⎈\nSaving 2 charts\nDownloading k8s-monitoring from repo https://grafana.github.io/helm-charts\nDownloading gluon from repo oci://registry1.dso.mil/bigbang\nDeleting outdated charts\n",
       "stderr": "Pulled: registry1.dso.mil/bigbang/gluon:0.5.14\nDigest: sha256:b6532e1c9f5c27bec907731accb587972cb48cdf2db7e27e3e91a1d5f2fd33ef\n"
DEBUG: Returning updated Helm artifacts (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updated 1 package files (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updated 3 lock files (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "updatedArtifacts": [
         "chart/Chart.lock",
         "chart/charts/k8s-monitoring-2.0.19.tgz",
         "chart/charts/k8s-monitoring-2.0.16.tgz (delete)"
       ]
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: Executing command (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "command": "regenerate-helm-docs"
DEBUG: exec completed (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "durationMs": 23,
       "stdout": "Using helm-docs version 1.14.2\n",
       "stderr": "++ helm-docs --version\n+ HELM_DOCS_VERSION='helm-docs version 1.14.2'\n+ echo 'Using helm-docs version 1.14.2'\n+ [[ ! -f README.md ]]\n+ cp /builds/big-bang/pipeline-templates/renovate-runner/scripts/.helmdocsignore .\n+ helm-docs -s file -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/README.md.gotmpl -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/_templates.gotmpl --dry-run\ntime=\"2025-03-20T06:07:39Z\" level=info msg=\"Found Chart directories [chart]\"\ntime=\"2025-03-20T06:07:39Z\" level=info msg=\"Generating README Documentation for chart chart\"\n+ rm .helmdocsignore\n"
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "cmd": "regenerate-helm-docs",
       "stderr": "++ helm-docs --version\n+ HELM_DOCS_VERSION='helm-docs version 1.14.2'\n+ echo 'Using helm-docs version 1.14.2'\n+ [[ ! -f README.md ]]\n+ cp /builds/big-bang/pipeline-templates/renovate-runner/scripts/.helmdocsignore .\n+ helm-docs -s file -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/README.md.gotmpl -t /builds/big-bang/pipeline-templates/renovate-runner/scripts/_templates.gotmpl --dry-run\ntime=\"2025-03-20T06:07:39Z\" level=info msg=\"Found Chart directories [chart]\"\ntime=\"2025-03-20T06:07:39Z\" level=info msg=\"Generating README Documentation for chart chart\"\n+ rm .helmdocsignore\n",
       "stdout": "Using helm-docs version 1.14.2\n"
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: Executing command (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "command": "bump-changelog '- ironbank/opensource/grafana/alloy updated from v1.7.1 to v1.7.4'"
DEBUG: exec completed (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "durationMs": 26,
       "stdout": "2.0.19-bb.0\n\nCant find current version changelog\n\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "cmd": "bump-changelog '- ironbank/opensource/grafana/alloy updated from v1.7.1 to v1.7.4'",
       "stderr": "",
       "stdout": "2.0.19-bb.0\n\nCant find current version changelog\n\n"
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: Executing command (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "command": "update-alloy-subcharts"
DEBUG: exec completed (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "durationMs": 3146,
       "stdout": "update-alloy-subcharts begin\n\"repo_grafana\" has been added to your repositories\nHang tight while we grab the latest from your chart repositories...\n...Successfully got an update from the \"repo_grafana\" chart repository\nUpdate Complete. ⎈Happy Helming!⎈\nAlloy Version: 0.12.5\nupdate-alloy-subcharts appversion begin\nk8s monitoring version: 2.0.19\nupdate-alloy-subcharts appversion complete\nCHANGELOG: newVersion is wrongfully newer than CONFIG_RELOADER_IMG_TAG - REMOVING LINE\nupdate-alloy-subcharts complete\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "cmd": "update-alloy-subcharts",
       "stderr": "",
       "stdout": "update-alloy-subcharts begin\n\"repo_grafana\" has been added to your repositories\nHang tight while we grab the latest from your chart repositories...\n...Successfully got an update from the \"repo_grafana\" chart repository\nUpdate Complete. ⎈Happy Helming!⎈\nAlloy Version: 0.12.5\nupdate-alloy-subcharts appversion begin\nk8s monitoring version: 2.0.19\nupdate-alloy-subcharts appversion complete\nCHANGELOG: newVersion is wrongfully newer than CONFIG_RELOADER_IMG_TAG - REMOVING LINE\nupdate-alloy-subcharts complete\n"
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "addedCount": 1,
       "modifiedCount": 5,
       "deletedCount": 1
DEBUG: Checking 6 added or modified files for post-upgrade changes (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "file": "chart/charts/k8s-monitoring-2.0.19.tgz"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "file": "CHANGELOG.md",
       "pattern": "CHANGELOG.md"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "file": "README.md",
       "pattern": "README.md"
DEBUG: Post-upgrade file did not match any file filters (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "file": "chart/Chart.lock"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "file": "chart/Chart.yaml",
       "pattern": "chart/Chart.yaml"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
       "file": "chart/values.yaml",
       "pattern": "chart/values.yaml"
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #81 is removed (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #81 (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 10 comments (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #81 is removed (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #81 (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 10 comments (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: 7 file(s) to commit (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Preparing files for committing to branch renovate/ironbank (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: git commit (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "deletedFiles": ["chart/charts/k8s-monitoring-2.0.16.tgz"],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/ironbank",
         "commit": "d9e1bc43dbb45dfd16e167a3d510f9c3a7be541f",
         "root": false,
         "summary": {"changes": 7, "insertions": 17, "deletions": 11}
       }
DEBUG: Pushing refSpec renovate/ironbank:renovate/ironbank (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: git push (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/ironbank"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/ironbank:",
             "https://repo1.dso.mil/big-bang/product/packages/alloy/-/merge_requests/81"
           ]
         }
       }
DEBUG: Setting current branch to main (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-13T16:42:51+00:00"
 INFO: Branch updated (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "commitSha": "d9e1bc43dbb45dfd16e167a3d510f9c3a7be541f"
DEBUG: Ensuring PR (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (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(81) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(81) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://github.com/grafana/helm-charts (2.0.16 -> 2.0.19) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "manager": "regex",
       "packageName": "k8s-monitoring",
       "sourceUrl": "https://github.com/grafana/helm-charts"
DEBUG: Fetching changelog: https://github.com/grafana/helm-charts (2.0.16 -> 2.0.19) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "manager": "helmv3",
       "packageName": "k8s-monitoring",
       "sourceUrl": "https://github.com/grafana/helm-charts"
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/grafana/alloy (v1.7.1 -> v1.7.4) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/grafana/alloy (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "pr": 81,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: setBranchCommit() (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(81) (repository=big-bang/product/packages/alloy)
DEBUG: getMR(81) (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": "ef0170cec8adb08776a549fd92c7829fd59c2b43"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "ef0170cec8adb08776a549fd92c7829fd59c2b43",
           "branchName": "renovate/ironbank",
           "branchSha": "d9e1bc43dbb45dfd16e167a3d510f9c3a7be541f",
           "isModified": false,
           "isPristine": true
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/alloy)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 81,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "k8s-monitoring",
               "displayPending": "",
               "fixedVersion": "2.0.16",
               "currentVersion": "2.0.16",
               "currentValue": "2.0.16",
               "newValue": "2.0.19",
               "newVersion": "2.0.19",
               "newDigest": "caf4ffac5792d9836f6d625a372452b2d471428fcf18ce0888b3a35987388ee4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "k8s-monitoring"
             },
             {
               "datasource": "helm",
               "depName": "k8s-monitoring",
               "displayPending": "",
               "fixedVersion": "2.0.16",
               "currentVersion": "2.0.16",
               "currentValue": "2.0.16",
               "newValue": "2.0.19",
               "newVersion": "2.0.19",
               "newDigest": "caf4ffac5792d9836f6d625a372452b2d471428fcf18ce0888b3a35987388ee4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "k8s-monitoring"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
               "displayPending": "",
               "fixedVersion": "v1.7.1",
               "currentVersion": "v1.7.1",
               "currentValue": "v1.7.1",
               "newValue": "v1.7.4",
               "newVersion": "v1.7.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/alloy)
       "stats": {"total": 19, "open": 1, "closed": 6, "merged": 12}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/alloy)
DEBUG: repository problems (repository=big-bang/product/packages/alloy)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/alloy)
       "splits": {"init": 2028, "extract": 211, "lookup": 364, "onboarding": 0, "update": 8677},
       "total": 11849
DEBUG: Package cache statistics (repository=big-bang/product/packages/alloy)
       "get": {"count": 14, "avgMs": 3, "medianMs": 1, "maxMs": 22, "totalMs": 43},
       "set": {"count": 11, "avgMs": 5, "medianMs": 4, "maxMs": 16, "totalMs": 56}
DEBUG: HTTP statistics (repository=big-bang/product/packages/alloy)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 28,
           "reqMedianMs": 24,
           "reqMaxMs": 72,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 13,
           "reqAvgMs": 240,
           "reqMedianMs": 182,
           "reqMaxMs": 793,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 26
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/alloy)
DEBUG: Lookup statistics (repository=big-bang/product/packages/alloy)
       "docker": {"count": 4, "avgMs": 240, "medianMs": 309, "maxMs": 325, "totalMs": 959},
       "helm": {"count": 2, "avgMs": 28, "medianMs": 28, "maxMs": 28, "totalMs": 56}
 INFO: Repository finished (repository=big-bang/product/packages/alloy)
       "cloned": true,
       "durationMs": 11849
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": 436
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/istio-gateway)
       "latestCommit": {
         "hash": "65328995659e45e87f1022668ed225343fd007ed",
         "date": "2025-03-18T17:24:41+00:00",
         "message": "Merge branch 'sg-update-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "update codeowners\n\nSee merge request big-bang/apps/sandbox/istio-gateway!25",
         "author_name": "Stephen Galamb",
         "author_email": "sgalamb@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-03-18T17:24:41+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-03-20T06: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-03-20T06: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": "65328995659e45e87f1022668ed225343fd007ed"}],
       "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": 1316, "extract": 111, "lookup": 9, "onboarding": 0, "update": 0},
       "total": 1440
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": 166,
           "reqMedianMs": 159,
           "reqMaxMs": 269,
           "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": 1440
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": 807
DEBUG: latest repository commit (repository=big-bang/infrastructure/terraform-modules)
       "latestCommit": {
         "hash": "7a0258d764ca6b5c6cf73a4c1d3f993528abe2cb",
         "date": "2025-03-19T15:20: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 #67\n\nSee merge request big-bang/infrastructure/terraform-modules!100",
         "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-03-19T15:20:23+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 99 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/main.tf, eks_automation/eks_rds/outputs.tf, eks_automation/eks_rds/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, repo-sync/main.tf, repo-sync/outputs.tf, repo-sync/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: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks_rds/outputs.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: repo-sync/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=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": 14, "terraform": 137}
DEBUG: Found terraform package files (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Found 20 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": 20, "depCount": 44}},
         "total": {"fileCount": 20, "depCount": 44}
       }
 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.91.0",
                 "currentVersionTimestamp": "2025-03-13T17:06:13.000Z",
                 "currentVersionAgeInDays": 6
               },
               {
                 "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.34.0",
                     "newValue": "20.34.0",
                     "releaseTimestamp": "2025-03-07T13:31:50.437Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 20,
                     "newMinor": 34,
                     "newPatch": 0,
                     "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.54.0",
                     "newValue": "5.54.0",
                     "releaseTimestamp": "2025-03-11T13:48:59.699Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 5,
                     "newMinor": 54,
                     "newPatch": 0,
                     "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.54.0",
                 "currentVersionTimestamp": "2025-03-11T13:48:59.699Z",
                 "currentVersionAgeInDays": 8
               }
             ],
             "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.91.0",
                     "newValue": "5.91.0",
                     "releaseTimestamp": "2025-03-13T17:06:13.000Z",
                     "newVersionAgeInDays": 6,
                     "newMajor": 5,
                     "newMinor": 91,
                     "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.34.0",
                     "newValue": "20.34.0",
                     "releaseTimestamp": "2025-03-07T13:31:50.437Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 20,
                     "newMinor": 34,
                     "newPatch": 0,
                     "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.54.0",
                     "newValue": "5.54.0",
                     "releaseTimestamp": "2025-03-11T13:48:59.699Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 5,
                     "newMinor": 54,
                     "newPatch": 0,
                     "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.54.0",
                 "currentVersionTimestamp": "2025-03-11T13:48:59.699Z",
                 "currentVersionAgeInDays": 8
               }
             ],
             "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": 63
               },
               {
                 "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.19.0",
                 "currentVersionTimestamp": "2025-02-12T10:33:30.045Z",
                 "currentVersionAgeInDays": 35
               }
             ],
             "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.13.0",
                     "newValue": "v9.13.0",
                     "releaseTimestamp": "2025-03-04T02:50:54.026Z",
                     "newVersionAgeInDays": 16,
                     "newMajor": 9,
                     "newMinor": 13,
                     "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.34.0",
                 "currentVersionTimestamp": "2025-03-07T13:31:50.437Z",
                 "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.91.0",
                     "newValue": "5.91.0",
                     "releaseTimestamp": "2025-03-13T17:06:13.000Z",
                     "newVersionAgeInDays": 6,
                     "newMajor": 5,
                     "newMinor": 91,
                     "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": 63
               },
               {
                 "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.19.0",
                 "currentVersionTimestamp": "2025-02-12T10:33:30.045Z",
                 "currentVersionAgeInDays": 35
               }
             ],
             "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.91.0",
                 "currentVersionTimestamp": "2025-03-13T17:06:13.000Z",
                 "currentVersionAgeInDays": 6
               },
               {
                 "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.54.0",
                     "newValue": "5.54.0",
                     "releaseTimestamp": "2025-03-11T13:48:59.699Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 5,
                     "newMinor": 54,
                     "newPatch": 0,
                     "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.91.0",
                 "currentVersionTimestamp": "2025-03-13T17:06:13.000Z",
                 "currentVersionAgeInDays": 6
               },
               {
                 "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.91.0",
                 "currentVersionTimestamp": "2025-03-13T17:06:13.000Z",
                 "currentVersionAgeInDays": 6
               },
               {
                 "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": 189
               },
               {
                 "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.91.0",
                 "currentVersionTimestamp": "2025-03-13T17:06:13.000Z",
                 "currentVersionAgeInDays": 6
               },
               {
                 "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/iam/aws",
                 "depType": "module",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/iam/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "repo-sync/main.tf"
           },
           {
             "deps": [
               {
                 "depName": "terraform-aws-modules/s3-bucket/aws",
                 "depType": "module",
                 "currentValue": "4.1.2",
                 "datasource": "terraform-module",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "4.6.0",
                     "newValue": "4.6.0",
                     "releaseTimestamp": "2025-02-12T10:08:50.257Z",
                     "newVersionAgeInDays": 35,
                     "newMajor": 4,
                     "newMinor": 6,
                     "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.91.0",
                 "currentVersionTimestamp": "2025-03-13T17:06:13.000Z",
                 "currentVersionAgeInDays": 6
               },
               {
                 "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-03-20T06: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-03-20T06: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-03-20T06:07:51.808Z) (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-03-19T15:20:23+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-03-19T15:20:23+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.91.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.91.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.91.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.91.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-03-20T06:07:52.852Z) (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-03-19T15:20:23+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-03-19T15:20:23+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.54.0) (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.54.0) (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.54.0) (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.54.0"
 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.54.0"
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-03-20T06:07:53.840Z) (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-03-19T15:20:23+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-03-19T15:20:23+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.13.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.13.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.13.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-03-20T06:07:54.749Z) (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-03-19T15:20:23+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-03-19T15:20:23+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.6.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.6.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.6.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-03-20T06:07:55.595Z) (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-03-19T15:20:23+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-03-19T15:20:23+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.34.0) (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.34.0) (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.34.0"
 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.34.0"
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": "7a0258d764ca6b5c6cf73a4c1d3f993528abe2cb"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "7a0258d764ca6b5c6cf73a4c1d3f993528abe2cb",
           "branchName": "renovate/aws-5.x",
           "branchSha": "1bf177a4d43a9f64ce35e1630e0627d63f9b1dc9",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "7a0258d764ca6b5c6cf73a4c1d3f993528abe2cb",
           "branchName": "renovate/terraform-aws-modules-iam-aws-5.x",
           "branchSha": "1e672c3d82cbccf680f745a1019a3498a48321dd",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "7a0258d764ca6b5c6cf73a4c1d3f993528abe2cb",
           "branchName": "renovate/terraform-aws-modules-rds-aurora-aws-9.x",
           "branchSha": "19848e25c4f2a5ec5ef16308dabf347b3751dae8",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "7a0258d764ca6b5c6cf73a4c1d3f993528abe2cb",
           "branchName": "renovate/terraform-aws-modules-s3-bucket-aws-4.x",
           "branchSha": "144b4c230f9157ba9ba88e537ec4bfeec6dd480a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "7a0258d764ca6b5c6cf73a4c1d3f993528abe2cb",
           "branchName": "renovate/terraform-aws-modules-eks-aws-20.x",
           "branchSha": "37d6ddc6d614c3329862d650c2a732141d830081",
           "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.91.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "terraform-provider",
               "depName": "aws",
               "displayPending": "",
               "fixedVersion": "5.29.0",
               "currentVersion": "5.29.0",
               "currentValue": "5.29.0",
               "newValue": "5.91.0",
               "newVersion": "5.91.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.91.0",
               "newVersion": "5.91.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.54.0",
           "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.54.0",
               "newVersion": "5.54.0",
               "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.54.0",
               "newVersion": "5.54.0",
               "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.54.0",
               "newVersion": "5.54.0",
               "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.13.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.13.0",
               "newVersion": "9.13.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.6.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.6.0",
               "newVersion": "4.6.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.34.0",
           "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.34.0",
               "newVersion": "20.34.0",
               "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.34.0",
               "newVersion": "20.34.0",
               "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": 1925, "extract": 262, "lookup": 915, "onboarding": 1, "update": 5997},
       "total": 9115
DEBUG: Package cache statistics (repository=big-bang/infrastructure/terraform-modules)
       "get": {"count": 9, "avgMs": 11, "medianMs": 1, "maxMs": 56, "totalMs": 96},
       "set": {"count": 9, "avgMs": 25, "medianMs": 5, "maxMs": 151, "totalMs": 222}
DEBUG: HTTP statistics (repository=big-bang/infrastructure/terraform-modules)
       "hosts": {
         "registry.terraform.io": {
           "count": 9,
           "reqAvgMs": 184,
           "reqMedianMs": 157,
           "reqMaxMs": 411,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 14,
           "reqAvgMs": 290,
           "reqMedianMs": 288,
           "reqMaxMs": 430,
           "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": 17, "avgMs": 158, "medianMs": 205, "maxMs": 369, "totalMs": 2680},
       "terraform-provider": {"count": 9, "avgMs": 226, "medianMs": 226, "maxMs": 550, "totalMs": 2037}
 INFO: Repository finished (repository=big-bang/infrastructure/terraform-modules)
       "cloned": true,
       "durationMs": 9115
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": 751
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "latestCommit": {
         "hash": "413706196c07ce834bd1adf61a7d8fe0b83baf64",
         "date": "2025-03-19T15:20:20+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #19\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester!29",
         "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-03-19T15:20:20+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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf, 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:5a91135352940692ceff38ccd8e099d68577886d2a790345f4c98659fe096a3b",
         "org.opencontainers.image.base.name": "registry.access.redhat.com/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034471",
         "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-03-19 23:26:47+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": "2d5d5816824468291b76c89fa5dfc2f0f3a360ae",
         "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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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-03-20T06: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-03-20T06: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": "413706196c07ce834bd1adf61a7d8fe0b83baf64"}],
       "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": 1791, "extract": 96, "lookup": 315, "onboarding": 0, "update": 1},
       "total": 2207
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "get": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 1},
       "set": {"count": 3, "avgMs": 8, "medianMs": 5, "maxMs": 15, "totalMs": 24}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 24,
           "reqMedianMs": 23,
           "reqMaxMs": 33,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 173,
           "reqMedianMs": 123,
           "reqMaxMs": 340,
           "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": 302, "medianMs": 302, "maxMs": 302, "totalMs": 302}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "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/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": 424
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": {"helm-values": 3, "helmv3": 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:b1485a612732763702905f9006df27c944ae9da460c1451944a59a44daa691dc, 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:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034889",
         "mil.dso.ironbank.image.keywords": "trust-manager,jetstack ",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "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-03-20 00:23:49+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": "3b7da657fa9577af802f57162bde148a51f21798",
         "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.16.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.16.0",
                     "newValue": "v0.16.0",
                     "newMajor": 0,
                     "newMinor": 16,
                     "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-03-20T06: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(15) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: getMR(15) (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-03-20T06: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(15) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(15) (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-03-20T06:08:01.320Z) (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(15) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(15) (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.16.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.16.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
       "pr": 15,
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/jetstack/trust-manager Docker tag to v0.16.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(15) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: getMR(15) (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": "788a9c38b530ced803029c001597ca0f5f95f2f9",
           "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": 15,
           "prTitle": "Update registry1.dso.mil/ironbank/opensource/jetstack/trust-manager Docker tag to v0.16.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.16.0",
               "newVersion": "v0.16.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": 3, "open": 1, "closed": 2, "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": 1317, "extract": 105, "lookup": 924, "onboarding": 0, "update": 1414},
       "total": 3764
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "get": {"count": 15, "avgMs": 0, "medianMs": 0, "maxMs": 2, "totalMs": 7},
       "set": {"count": 15, "avgMs": 3, "medianMs": 3, "maxMs": 11, "totalMs": 44}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "hosts": {
         "quay.io": {
           "count": 6,
           "reqAvgMs": 132,
           "reqMedianMs": 127,
           "reqMaxMs": 287,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 21,
           "reqMedianMs": 20,
           "reqMaxMs": 33,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 173,
           "reqMedianMs": 103,
           "reqMaxMs": 361,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 582, "medianMs": 899, "maxMs": 899, "totalMs": 1164}
 INFO: Repository finished (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "cloned": true,
       "durationMs": 3764
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": 420
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-03-20T06: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-03-20T06: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": 1279, "extract": 107, "lookup": 9, "onboarding": 0, "update": 0},
       "total": 1398
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": 153,
           "reqMedianMs": 171,
           "reqMaxMs": 214,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1398
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": 522
DEBUG: latest repository commit (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "latestCommit": {
         "hash": "243d32f4792cd6961f8736d529bbfa6c16501e05",
         "date": "2025-03-19T17:23:45+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #29\n\nSee merge request big-bang/product/maintained/gitlab-ci-pipelines-exporter!45",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.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-03-19T17:23:45+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": 6, "helmv3": 6}
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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035087",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:47:45+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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.11.3",
                     "newValue": "20.11.3",
                     "newDigest": "414494d19ad48ca8e7faea7f182af5dc2f8c2d0f8ce5c9f5672e3b79fa272e0f",
                     "releaseTimestamp": "2025-03-10T10:34:27.103Z",
                     "newVersionAgeInDays": 9,
                     "newMajor": 20,
                     "newMinor": 11,
                     "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": 107,
                 "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-03-20T06: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-03-20T06: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-03-20T06:08:12.435Z) (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-03-19T17:23:45+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-03-19T17:23:45+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.11.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.11.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.11.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": "243d32f4792cd6961f8736d529bbfa6c16501e05"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "243d32f4792cd6961f8736d529bbfa6c16501e05",
           "branchName": "renovate/redis-20.x",
           "branchSha": "9082422a335886fd050f01a4a7ccd2bd3c6bfa7f",
           "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.11.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "redis",
               "displayPending": "",
               "fixedVersion": "20.4.0",
               "currentVersion": "20.4.0",
               "currentValue": "20.4.0",
               "newValue": "20.11.3",
               "newVersion": "20.11.3",
               "newDigest": "414494d19ad48ca8e7faea7f182af5dc2f8c2d0f8ce5c9f5672e3b79fa272e0f",
               "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": 1832, "extract": 257, "lookup": 6215, "onboarding": 1, "update": 1139},
       "total": 10077
DEBUG: Package cache statistics (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "get": {"count": 9, "avgMs": 1, "medianMs": 1, "maxMs": 5, "totalMs": 12},
       "set": {"count": 7, "avgMs": 36, "medianMs": 4, "maxMs": 216, "totalMs": 249}
DEBUG: HTTP statistics (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "hosts": {
         "charts.bitnami.com": {
           "count": 1,
           "reqAvgMs": 422,
           "reqMedianMs": 422,
           "reqMaxMs": 422,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 11,
           "reqAvgMs": 37,
           "reqMedianMs": 35,
           "reqMaxMs": 71,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 277,
           "reqMedianMs": 198,
           "reqMaxMs": 662,
           "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": 259, "medianMs": 347, "maxMs": 347, "totalMs": 1034},
       "helm": {"count": 1, "avgMs": 6184, "medianMs": 6184, "maxMs": 6184, "totalMs": 6184}
 INFO: Repository finished (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "cloned": true,
       "durationMs": 10077
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=108) (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": 832
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
       "latestCommit": {
         "hash": "a02b226b9f93ff4545549616d4bb0f781f5f274f",
         "date": "2025-03-19T15:20:15+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #12\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/atlantis!14",
         "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": 1810
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": 181,
           "reqMedianMs": 165,
           "reqMaxMs": 269,
           "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": 1810
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": 882
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "latestCommit": {
         "hash": "19fcf6f4050e08a15d97fa73a3e27c43db857383",
         "date": "2025-03-17T13:12: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 #17\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci!37",
         "author_name": "Brian Friend",
         "author_email": "bfriend@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-03-17T13:12:54+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": {"gitlabci": 4, "dockerfile": 5, "gitlabci-include": 5}
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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09, 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:5a44c2ea5e1040201c234ebea92f31c246cb754b03e80209b2b3605579987a36",
         "org.opencontainers.image.base.name": "registry.access.redhat.com/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035321",
         "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-03-20 01:12:10+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": "101930b7f5cf6dd93d8d7553e438388d7f17e6e7",
         "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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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-03-20T06: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(34) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: getMR(34) (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-03-20T06: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(34) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(34) (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-03-20T06:08:18.756Z) (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-03-17T13:12:54+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-03-17T13:12:54+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(34) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(34) (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": 34,
       "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(34) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: getMR(34) (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": "19fcf6f4050e08a15d97fa73a3e27c43db857383"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "19fcf6f4050e08a15d97fa73a3e27c43db857383",
           "branchName": "renovate/ib-updates",
           "branchSha": "f34cf5c16fa007afee37992124e87bb470eb4af0",
           "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": 34,
           "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": 10, "open": 1, "closed": 6, "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": 2122, "extract": 121, "lookup": 506, "onboarding": 0, "update": 1790},
       "total": 4545
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "get": {"count": 10, "avgMs": 3, "medianMs": 2, "maxMs": 11, "totalMs": 27},
       "set": {"count": 7, "avgMs": 7, "medianMs": 5, "maxMs": 17, "totalMs": 46}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 44,
           "reqMedianMs": 40,
           "reqMaxMs": 93,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 197,
           "reqMedianMs": 153,
           "reqMaxMs": 480,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 184, "medianMs": 74, "maxMs": 476, "totalMs": 551}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "cloned": true,
       "durationMs": 4545
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": 808
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "latestCommit": {
         "hash": "c9027b78d4772fb00590f195ced92ce1c5764d3f",
         "date": "2025-03-19T15:20: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 #18\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci!29",
         "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/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-03-19T15:20:11+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:7e300920cc2ef5ac1d9e7b511d6c8538130c61d10daf04a06d2c1c472a6d0c5c, 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.11.2",
         "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": "42a3b0cecd467cf5e09652641f832589fc66888e",
         "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.11.2",
         "version": "1.11.2"
       }
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.11",
                     "newValue": "1.11",
                     "releaseTimestamp": "2025-03-12T13:18:06.382Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 1,
                     "newMinor": 11,
                     "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": 154,
                 "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-03-20T06: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-03-20T06: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-03-20T06:08:25.927Z) (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-03-19T15:20:11+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-03-19T15:20:11+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.11) (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.11"
 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.11"
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": "c9027b78d4772fb00590f195ced92ce1c5764d3f"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c9027b78d4772fb00590f195ced92ce1c5764d3f",
           "branchName": "renovate/ib-updates",
           "branchSha": "173a14963aa0138dc100688a32a666d8c5acfc18",
           "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.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "hashicorp/terraform",
               "displayPending": "",
               "fixedVersion": "1.9",
               "currentVersion": "1.9",
               "currentValue": "1.9",
               "newValue": "1.11",
               "newVersion": "1.11",
               "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": 1743, "extract": 107, "lookup": 3544, "onboarding": 0, "update": 1337},
       "total": 6739
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "get": {"count": 5, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 1},
       "set": {"count": 5, "avgMs": 6, "medianMs": 5, "maxMs": 11, "totalMs": 32}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "hosts": {
         "auth.docker.io": {
           "count": 1,
           "reqAvgMs": 207,
           "reqMedianMs": 207,
           "reqMaxMs": 207,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 4,
           "reqAvgMs": 657,
           "reqMedianMs": 524,
           "reqMaxMs": 1651,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 4,
           "reqAvgMs": 126,
           "reqMedianMs": 129,
           "reqMaxMs": 215,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 209,
           "reqMedianMs": 207,
           "reqMaxMs": 457,
           "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": 3521, "medianMs": 3521, "maxMs": 3521, "totalMs": 3521}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "cloned": true,
       "durationMs": 6739
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": 749
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "latestCommit": {
         "hash": "6946e554ce6ad8dfa9ce5eacc645dfbfebc91223",
         "date": "2025-03-19T15:20: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 #21\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/cypress!28",
         "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/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-03-19T15:20:05+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": 1}
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.14.0",
                     "newValue": "22.14.0-bullseye-slim",
                     "releaseTimestamp": "2025-03-18T06:40:56.837Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 22,
                     "newMinor": 14,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "23.10.0",
                     "newValue": "23.10.0-bullseye-slim",
                     "releaseTimestamp": "2025-03-18T06:41:48.138Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 23,
                     "newMinor": 10,
                     "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": 64,
                 "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.14.0",
                     "newValue": "22.14.0-bullseye-slim",
                     "releaseTimestamp": "2025-03-18T06:40:56.837Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 22,
                     "newMinor": 14,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "23.10.0",
                     "newValue": "23.10.0-bullseye-slim",
                     "releaseTimestamp": "2025-03-18T06:41:48.138Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 23,
                     "newMinor": 10,
                     "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": 64,
                 "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-03-20T06: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-03-20T06: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.14.0, !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-03-20T06:09:52.571Z) (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-03-19T15:20:05+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-03-19T15:20:05+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-03-20T06:09:52.653Z) (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-03-19T15:20:05+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-03-19T15:20:05+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": "6946e554ce6ad8dfa9ce5eacc645dfbfebc91223"}],
       "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.14.0",
           "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.14.0-bullseye-slim",
               "newVersion": "22.14.0",
               "packageFile": "Dockerfile",
               "updateType": "minor",
               "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.14.0-bullseye-slim",
               "newVersion": "22.14.0",
               "packageFile": "Dockerfile",
               "updateType": "minor",
               "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.10.0-bullseye-slim",
               "newVersion": "23.10.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.10.0-bullseye-slim",
               "newVersion": "23.10.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": 1624, "extract": 107, "lookup": 83788, "onboarding": 0, "update": 162},
       "total": 85687
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "get": {"count": 4, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 1},
       "set": {"count": 4, "avgMs": 37, "medianMs": 38, "maxMs": 69, "totalMs": 146}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "hosts": {
         "hub.docker.com": {
           "count": 76,
           "reqAvgMs": 1044,
           "reqMedianMs": 392,
           "reqMaxMs": 7207,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 137,
           "reqMedianMs": 118,
           "reqMaxMs": 224,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 80
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": 83747,
         "medianMs": 83747,
         "maxMs": 83747,
         "totalMs": 167494
       }
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "cloned": true,
       "durationMs": 85687
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": 779
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "latestCommit": {
         "hash": "05e9f540bf6e06a1c98e0f0fd22f345bacb1146b",
         "date": "2025-03-19T15:19: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 #35\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci!61",
         "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-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-03-19T15:19:54+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": 6, "pep621": 5, "poetry": 9}
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.24.1",
                     "newValue": "1.24.1",
                     "releaseTimestamp": "2025-03-19T14:50:49.769Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 1,
                     "updateType": "minor",
                     "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": 63,
                 "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-02-15T01:38:10.972Z",
                 "currentVersionAgeInDays": 33,
                 "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.37.16",
                     "newValue": "^1.26.135",
                     "releaseTimestamp": "2025-03-19T20:07:02.000Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 1,
                     "newMinor": 37,
                     "newPatch": 16,
                     "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": 225,
                 "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": 294,
                 "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": 87,
                     "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": 275,
                 "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-03-20T06: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/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: 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: 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-03-20T06: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/urllib3-2.x,renovate/ib-updates (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/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.37.16, !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-03-20T06:09:56.689Z) (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-03-19T15:19:54+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.37.16 [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/43520543",
             "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": 7
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/43520543",
             "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-03-19T20:07: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)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-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-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-03-19T15:19:54+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-03-20T06:09:57.069Z) (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-03-19T15:19:54+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-03-19T15:19:54+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: 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-03-20T06:09:57.975Z) (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: 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-03-19T15:19:54+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-03-19T15:19:54+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.24.1"
 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.24.1"
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: 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: 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: 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": "05e9f540bf6e06a1c98e0f0fd22f345bacb1146b"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "05e9f540bf6e06a1c98e0f0fd22f345bacb1146b",
           "branchName": "renovate/urllib3-2.x",
           "branchSha": "3831768926c693b57cf845d708637734defe89ba",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "05e9f540bf6e06a1c98e0f0fd22f345bacb1146b",
           "branchName": "renovate/ib-updates",
           "branchSha": "eac1460c889895064ec407adfd0d0e0df5c0ba41",
           "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/boto3-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency boto3 to v1.37.16",
           "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.37.16",
               "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"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 57,
           "prTitle": "Update golang Docker tag to v1.24.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "golang",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.1",
               "newVersion": "1.24.1",
               "packageFile": "Dockerfile",
               "updateType": "minor",
               "packageName": "golang"
             }
           ]
         }
       ]
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": 2279, "extract": 143, "lookup": 1032, "onboarding": 1, "update": 2621},
       "total": 6099
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "get": {"count": 8, "avgMs": 164, "medianMs": 29, "maxMs": 926, "totalMs": 1313},
       "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": 265,
           "reqMedianMs": 267,
           "reqMaxMs": 587,
           "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": 102, "medianMs": 30, "maxMs": 265, "totalMs": 305},
       "git-tags": {"count": 1, "avgMs": 30, "medianMs": 30, "maxMs": 30, "totalMs": 30},
       "docker": {"count": 3, "avgMs": 649, "medianMs": 922, "maxMs": 986, "totalMs": 1948}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "cloned": true,
       "durationMs": 6099
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": 470
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": 3}
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-03-20T06: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-03-20T06: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-03-20T06:10:01.239Z) (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": 1273, "extract": 117, "lookup": 777, "onboarding": 0, "update": 1135},
       "total": 3309
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/capacitor)
       "get": {"count": 3, "avgMs": 1, "medianMs": 1, "maxMs": 1, "totalMs": 3},
       "set": {"count": 3, "avgMs": 4, "medianMs": 5, "maxMs": 5, "totalMs": 12}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/capacitor)
       "hosts": {
         "ghcr.io": {
           "count": 7,
           "reqAvgMs": 92,
           "reqMedianMs": 89,
           "reqMaxMs": 119,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 197,
           "reqMedianMs": 213,
           "reqMaxMs": 423,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 754, "medianMs": 754, "maxMs": 754, "totalMs": 754}
 INFO: Repository finished (repository=big-bang/apps/sandbox/capacitor)
       "cloned": true,
       "durationMs": 3309
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": 875
DEBUG: latest repository commit (repository=big-bang/edge/edge-operator)
       "latestCommit": {
         "hash": "acdaebefd2eafc09d7491f4888c288e15e8997ce",
         "date": "2025-03-11T13:25:24+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #35\n\nSee merge request big-bang/edge/edge-operator!42",
         "author_name": "Callum Brill",
         "author_email": "cbrill@vivsoft.io"
       }
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-03-11T13:25:24+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": 1, "helmv3": 1}
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=11) (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": 1742451008552,
           "socket": 1742451008552,
           "lookup": 1742451008563,
           "error": 1742451008563,
           "phases": {"wait": 0, "dns": 11, "total": 11}
         },
         "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-03-20T06: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-03-20T06: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": "acdaebefd2eafc09d7491f4888c288e15e8997ce"}],
       "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": 3097, "extract": 113, "lookup": 3223, "onboarding": 0, "update": 1},
       "total": 6440
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": 6, "medianMs": 6, "maxMs": 6, "totalMs": 6}
DEBUG: HTTP statistics (repository=big-bang/edge/edge-operator)
       "hosts": {
         "registry1.yodabox.network": {
           "count": 1,
           "reqAvgMs": 11,
           "reqMedianMs": 11,
           "reqMaxMs": 11,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 452,
           "reqMedianMs": 147,
           "reqMaxMs": 1408,
           "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": 3208, "medianMs": 3208, "maxMs": 3208, "totalMs": 3208}
 INFO: Repository finished (repository=big-bang/edge/edge-operator)
       "cloned": true,
       "durationMs": 6440
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": 1173
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-03-20T06: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-03-20T06: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": 1900, "extract": 104, "lookup": 10, "onboarding": 0, "update": 0},
       "total": 2018
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": 115,
           "reqMedianMs": 116,
           "reqMaxMs": 140,
           "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": 2018
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": 471
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-03-20T06: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-03-20T06: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": 1172, "extract": 105, "lookup": 12, "onboarding": 0, "update": 1},
       "total": 1294
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": 120,
           "reqMedianMs": 97,
           "reqMaxMs": 199,
           "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": 1294
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": 441
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-03-20T06: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-03-20T06: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": 1130, "extract": 105, "lookup": 13, "onboarding": 0, "update": 1},
       "total": 1253
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": 111,
           "reqMedianMs": 108,
           "reqMaxMs": 144,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1253
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": 451
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-03-20T06: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-03-20T06: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": 1254, "extract": 99, "lookup": 11, "onboarding": 0, "update": 0},
       "total": 1368
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": 137,
           "reqMedianMs": 147,
           "reqMaxMs": 173,
           "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": 1368
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": 504
DEBUG: latest repository commit (repository=big-bang/product/packages/external-secrets)
       "latestCommit": {
         "hash": "67ef9bc35395f15d01e4ceaa36af775ba0a407cb",
         "date": "2025-03-17T18:11:27+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 0.14.4-bb.0, origin/main, origin/HEAD",
         "body": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets Docker tag to v0.14.4\n\nSee merge request big-bang/product/packages/external-secrets!79",
         "author_name": "Daniel Chen",
         "author_email": "daniel.chen@us.isobar.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-03-17T18:11:27+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": 9, "regex": 10, "helmv3": 10}
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: 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/external-secrets/external-secrets, sha256:31e8afb67c8b6ecbcdfc53920244850e92dc6c3c45248cc7aa7f8ceafc4852bb, get) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes/kubectl, sha256:891ae195587ec8ba8f68a2f63107fa315ca9adb1cc0cad5052899a66ac19d55d, 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:72c770b33e8efeabed2f05a6065632500630b755a649673a6c904a05fae87b4d",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034825",
         "mil.dso.ironbank.image.keywords": "external,secrets,manager,kubernetes",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:c083e072b7889f0238d6d8dc2f98cc01a52e357bc5770a86ff3f6461c0da5e2a",
         "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-03-20 00:15:36+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": "e771f0248c02988b2ebd30a8a5286e826f573ae6",
         "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.14.4"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/external-secrets, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035644",
         "mil.dso.ironbank.image.keywords": "kubernetes , kubectl",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 01:58:09+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": "3b21a9ee4596f71cba9e8157dc35428058b68b70",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
         "org.opencontainers.image.title": "kubectl",
         "org.opencontainers.image.url": "https://kubernetes.io/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.30.11",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 2 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Returning 1 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.14.4",
                 "datasource": "docker",
                 "replaceString": "v0.14.4",
                 "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.14.4",
                 "fixedVersion": "v0.14.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "v0.14.4",
                 "datasource": "docker",
                 "replaceString": "v0.14.4",
                 "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.14.4",
                 "fixedVersion": "v0.14.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "v0.14.4",
                 "datasource": "docker",
                 "replaceString": "v0.14.4",
                 "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.14.4",
                 "fixedVersion": "v0.14.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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.14.4-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "0.14.4",
                 "datasource": "docker",
                 "replaceString": "- External Secrets: 0.14.4",
                 "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.14.4",
                 "fixedVersion": "0.14.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "v0.14.4",
                 "datasource": "docker",
                 "replaceString": "appVersion: v0.14.4",
                 "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.14.4",
                 "fixedVersion": "v0.14.4"
               }
             ],
             "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.14.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets:v0.14.4",
                 "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.14.4",
                 "fixedVersion": "v0.14.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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 1 branch: renovate/ironbank (repository=big-bang/product/packages/external-secrets)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/external-secrets)
DEBUG: currentHourStart=2025-03-20T06: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: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/external-secrets)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/external-secrets)
DEBUG: getPr(80) (repository=big-bang/product/packages/external-secrets)
DEBUG: getMR(80) (repository=big-bang/product/packages/external-secrets)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/external-secrets)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/external-secrets)
DEBUG: Branch concurrent limit remaining: 9 (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: syncBranchState() (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(80) (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(80) (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["chukwuka.akagbusi.ctr@us.af.mil"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:80 (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #80 (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 9 comments (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #80 (repository=big-bang/product/packages/external-secrets, baseBranch=main, branch=renovate/ironbank)
DEBUG: Added comment (repository=big-bang%2Fproduct%2Fpackages%2Fexternal-secrets, baseBranch=main, branch=renovate/ironbank)
       "issueNo": 80
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/external-secrets)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/external-secrets)
DEBUG: getPr(80) (repository=big-bang/product/packages/external-secrets)
DEBUG: getMR(80) (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: Branch lists (repository=big-bang/product/packages/external-secrets)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/external-secrets)
DEBUG: No branches to clean up (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": "67ef9bc35395f15d01e4ceaa36af775ba0a407cb"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "67ef9bc35395f15d01e4ceaa36af775ba0a407cb",
           "branchName": "renovate/ironbank",
           "branchSha": "f53398094905477e6ee5d9815901e5a7cd8611a9",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/external-secrets)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 80,
           "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/external-secrets)
       "stats": {"total": 18, "open": 1, "closed": 1, "merged": 16}
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": 1894, "extract": 377, "lookup": 496, "onboarding": 0, "update": 641},
       "total": 4019
DEBUG: Package cache statistics (repository=big-bang/product/packages/external-secrets)
       "get": {"count": 8, "avgMs": 1, "medianMs": 0, "maxMs": 5, "totalMs": 9},
       "set": {"count": 6, "avgMs": 19, "medianMs": 11, "maxMs": 72, "totalMs": 116}
DEBUG: HTTP statistics (repository=big-bang/product/packages/external-secrets)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 28,
           "reqMedianMs": 25,
           "reqMaxMs": 54,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 258,
           "reqMedianMs": 210,
           "reqMaxMs": 720,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 23
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": 347, "medianMs": 367, "maxMs": 456, "totalMs": 3126}
 INFO: Repository finished (repository=big-bang/product/packages/external-secrets)
       "cloned": true,
       "durationMs": 4019
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": 822
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": 4, "helmv3": 4}
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-03-20T06: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-03-20T06: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": 1719, "extract": 116, "lookup": 9, "onboarding": 0, "update": 0},
       "total": 1848
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": 129,
           "reqMedianMs": 111,
           "reqMaxMs": 190,
           "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": 1848
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": 904
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": 2}
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-03-20T06: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-03-20T06: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": 1850, "extract": 113, "lookup": 11, "onboarding": 0, "update": 0},
       "total": 1979
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": 126,
           "reqMedianMs": 134,
           "reqMaxMs": 161,
           "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": 1979
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": 2131
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-documentation)
       "latestCommit": {
         "hash": "6de1196c1d24ccb2006f83a079eaf9fd33d93dd3",
         "date": "2025-03-12T14:57: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 #140\n\nSee merge request big-bang/edge/bigbang-edge-documentation!87",
         "author_name": "Brian Friend",
         "author_email": "bfriend@vivsoft.io"
       }
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-03-12T14:57:16+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-03-20T06: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-03-20T06: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": "6de1196c1d24ccb2006f83a079eaf9fd33d93dd3"}],
       "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": 3503, "extract": 277, "lookup": 12, "onboarding": 0, "update": 0},
       "total": 3798
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": 248,
           "reqMedianMs": 202,
           "reqMaxMs": 585,
           "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": 3798
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": 6205
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "latestCommit": {
         "hash": "4c561c1c6ca19d5b924d7e3e020a9a2dc6e4feba",
         "date": "2025-03-18T17:30:49+00:00",
         "message": "Merge branch '232-peli-network' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD, origin/299-investigate-vncdotool-connectivity-issues-on-babu-vm-2, origin/299-investigate-vncdotool-connectivity-issues-on-babu-vm",
         "body": "Resolve \"Configure Edge Orchestrator VM on Libvirt Network\"\n\nCloses #302 and #304\n\nSee merge request big-bang/edge/bigbang-edge-controller-iso-builder!187",
         "author_name": "Kristi Wedertz",
         "author_email": "kwedertz@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-03-18T17:30:49+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": 3}
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.1",
                     "newValue": "==32.0.1",
                     "releaseTimestamp": "2025-02-18T21:06:31.000Z",
                     "newVersionAgeInDays": 29,
                     "newMajor": 32,
                     "newMinor": 0,
                     "newPatch": 1,
                     "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": 181,
                 "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": 95,
                 "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": 596,
                 "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": 225,
                 "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-03-20T06: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-03-20T06: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-03-20T06:10:36.140Z) (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-03-18T17:30:49+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-03-18T17:30:49+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.1) (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": "4c561c1c6ca19d5b924d7e3e020a9a2dc6e4feba"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4c561c1c6ca19d5b924d7e3e020a9a2dc6e4feba",
           "branchName": "renovate/kubernetes-32.x",
           "branchSha": "111c2dcb7c29ee6aaec5fddfd5aabdda9dfd37ef",
           "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.1",
               "newVersion": "32.0.1",
               "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": 7723, "extract": 1871, "lookup": 137, "onboarding": 0, "update": 1329},
       "total": 11095
DEBUG: Package cache statistics (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "get": {"count": 4, "avgMs": 3, "medianMs": 4, "maxMs": 5, "totalMs": 13},
       "set": {"count": 4, "avgMs": 7, "medianMs": 6, "maxMs": 11, "totalMs": 27}
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": 59,
           "reqMedianMs": 48,
           "reqMaxMs": 101,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 309,
           "reqMedianMs": 212,
           "reqMaxMs": 776,
           "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": 77, "medianMs": 72, "maxMs": 114, "totalMs": 308}
 INFO: Repository finished (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "cloned": true,
       "durationMs": 11095
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": 725
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-controller-iso)
       "latestCommit": {
         "hash": "5a81e5f28ae637fa82d6a5bba26f08bf967bd06f",
         "date": "2025-03-12T14:54: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 #47\n\nSee merge request big-bang/edge/bigbang-edge-controller-iso!27",
         "author_name": "Brian Friend",
         "author_email": "bfriend@vivsoft.io"
       }
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-03-12T14:54:11+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-03-20T06: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-03-20T06: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": "5a81e5f28ae637fa82d6a5bba26f08bf967bd06f"}],
       "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": 2257, "extract": 106, "lookup": 11, "onboarding": 0, "update": 0},
       "total": 2379
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": 285,
           "reqMedianMs": 199,
           "reqMaxMs": 751,
           "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": 2379
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": 435
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": 2, "npm": 2}
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": "5593a35d-25e8-4171-a077-dc3b90031ae4",
           "date": "Thu, 20 Mar 2025 06:10: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: 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: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
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=71) (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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16
               },
               {
                 "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": 438,
                 "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": 127,
                     "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": 384,
                 "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": 299,
                 "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": 107,
                     "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": 280,
                 "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": 209,
                     "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": 268,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 1031,
                 "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": 121,
                     "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": 806,
                 "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-03-20T06: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-03-20T06: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-03-20T06:10:43.171Z) (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-03-20T06:10:44.172Z) (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-03-20T06:10:44.998Z) (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-03-20T06:10:45.844Z) (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.2.0) (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-03-20T06:10:46.729Z) (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.2.0",
               "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": 1428, "extract": 125, "lookup": 626, "onboarding": 0, "update": 5746},
       "total": 7938
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "get": {"count": 13, "avgMs": 12, "medianMs": 12, "maxMs": 39, "totalMs": 162},
       "set": {"count": 6, "avgMs": 5, "medianMs": 4, "maxMs": 9, "totalMs": 29}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "hosts": {
         "proxy.golang.org": {
           "count": 12,
           "reqAvgMs": 79,
           "reqMedianMs": 94,
           "reqMaxMs": 240,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 8,
           "reqAvgMs": 30,
           "reqMedianMs": 27,
           "reqMaxMs": 54,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 14,
           "reqAvgMs": 324,
           "reqMedianMs": 322,
           "reqMaxMs": 530,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 19, "medianMs": 19, "maxMs": 19, "totalMs": 19},
       "go": {"count": 5, "avgMs": 129, "medianMs": 21, "maxMs": 570, "totalMs": 647},
       "npm": {"count": 2, "avgMs": 39, "medianMs": 46, "maxMs": 46, "totalMs": 78},
       "docker": {"count": 2, "avgMs": 187, "medianMs": 323, "maxMs": 323, "totalMs": 373}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "cloned": true,
       "durationMs": 7938
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": 452
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": 2, "dockerfile": 3, "npm": 4}
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.24",
                     "newValue": "1.24",
                     "releaseTimestamp": "2025-03-19T14:48:39.982Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 1,
                     "newMinor": 24,
                     "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": 218,
                 "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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16
               },
               {
                 "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": 438,
                 "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": 299,
                 "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": 127,
                     "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": 384,
                 "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": 107,
                     "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": 280,
                 "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": 209,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 92,
                 "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": 121,
                     "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": 806,
                 "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-03-20T06: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-03-20T06: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-03-20T06:10:51.324Z) (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-03-20T06:10:52.298Z) (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.24"
 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.24"
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-03-20T06:10:53.044Z) (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-03-20T06:10:53.898Z) (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.2.0) (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-03-20T06:10:54.647Z) (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": "b2c8f432805d291aaf423faa027e2b735318169f",
           "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.24",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "golang",
               "displayPending": "",
               "fixedVersion": "1.21",
               "currentVersion": "1.21",
               "currentValue": "1.21",
               "newValue": "1.24",
               "newVersion": "1.24",
               "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.2.0",
               "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": 1612, "extract": 119, "lookup": 721, "onboarding": 0, "update": 5342},
       "total": 7808
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "get": {"count": 11, "avgMs": 18, "medianMs": 16, "maxMs": 42, "totalMs": 199},
       "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": 304,
           "reqMedianMs": 312,
           "reqMaxMs": 511,
           "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": 10, "medianMs": 10, "maxMs": 10, "totalMs": 10},
       "go": {"count": 5, "avgMs": 17, "medianMs": 17, "maxMs": 19, "totalMs": 83},
       "npm": {"count": 2, "avgMs": 33, "medianMs": 41, "maxMs": 41, "totalMs": 65},
       "docker": {"count": 2, "avgMs": 351, "medianMs": 670, "maxMs": 670, "totalMs": 702}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "cloned": true,
       "durationMs": 7808
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": 450
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": 2, "dockerfile": 2, "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: 4 flattened updates found: golang, github.com/stretchr/testify, gorm.io/driver/postgres, cypress (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Returning 4 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": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24",
                     "newValue": "1.24",
                     "releaseTimestamp": "2025-03-19T14:48:39.982Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/golang",
                 "currentVersion": "1.23",
                 "currentVersionTimestamp": "2025-03-19T14:48:13.988Z",
                 "currentVersionAgeInDays": 0,
                 "isSingleVersion": true,
                 "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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16
               },
               {
                 "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": 438,
                 "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": 127,
                     "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": 384,
                 "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": 107,
                     "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": 280,
                 "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": 209,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 92,
                 "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": 121
               }
             ],
             "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 4 branches: renovate/cypress-14.x, renovate/github.com-stretchr-testify-1.x, renovate/gorm.io-driver-postgres-1.x, renovate/ib-updates (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-03-20T06: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/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getPr(69) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getMR(69) (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: 3 PRs are currently open (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: PR concurrent limit remaining: 7 (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-03-20T06: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: 4 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 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Branch concurrent limit remaining: 6 (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-03-20T06:10:58.495Z) (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/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(69) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(69) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:10:59.449Z) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-fortify-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-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-fortify-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-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "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/ib-updates)
DEBUG: Branch dep golang in Dockerfile.dev is already updated (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/holocron/collector-fortify-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-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-fortify-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-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "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/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(69) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(69) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update golang Docker tag to v1.24"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "pr": 69,
       "prTitle": "Update golang Docker tag to v1.24"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/ib-updates)
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-03-20T06:11:00.180Z) (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.2.0) (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/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getPr(69) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getMR(69) (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",
         "renovate/ib-updates"
       ],
       "renovateBranches": [
         "renovate/cypress-14.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x",
         "renovate/ib-updates"
       ]
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/ib-updates",
           "branchSha": "915e00773f7892a52fedbc68dc84402becbb77db",
           "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/ib-updates",
           "prNo": 69,
           "prTitle": "Update golang Docker tag to v1.24",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "golang",
               "displayPending": "",
               "fixedVersion": "1.23",
               "currentVersion": "1.23",
               "currentValue": "1.23",
               "newValue": "1.24",
               "newVersion": "1.24",
               "packageFile": "Dockerfile.dev",
               "updateType": "minor",
               "packageName": "golang"
             }
           ]
         },
         {
           "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.2.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "stats": {"total": 6, "open": 3, "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": 1448, "extract": 125, "lookup": 748, "onboarding": 0, "update": 3244},
       "total": 5575
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "get": {"count": 10, "avgMs": 19, "medianMs": 19, "maxMs": 44, "totalMs": 194},
       "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": 10,
           "reqAvgMs": 276,
           "reqMedianMs": 262,
           "reqMaxMs": 469,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 10
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)
       "go": {"count": 4, "avgMs": 14, "medianMs": 19, "maxMs": 21, "totalMs": 56},
       "golang-version": {"count": 1, "avgMs": 17, "medianMs": 17, "maxMs": 17, "totalMs": 17},
       "npm": {"count": 2, "avgMs": 35, "medianMs": 41, "maxMs": 41, "totalMs": 70},
       "docker": {"count": 2, "avgMs": 368, "medianMs": 702, "maxMs": 702, "totalMs": 735}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "cloned": true,
       "durationMs": 5575
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=96) (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": 485
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": 1156
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": 109,
           "reqMedianMs": 96,
           "reqMaxMs": 137,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1156
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": 791
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-beacon)
       "latestCommit": {
         "hash": "6a1d3a9b33d18354f043ca682deb994a41e3d5d2",
         "date": "2025-03-14T14:20:55+00:00",
         "message": "Merge branch '45/managehostmatrixandfiles' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "45/managehostmatrixandfiles\n\nSee merge request big-bang/edge/bigbang-edge-beacon!46",
         "author_name": "Douglas Hutcheson",
         "author_email": "hutcheson_douglas@bah.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": "2025-03-14T14:20:55+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": 4}
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-staging/big-bang/lighthouse, ibci-4035515-amd64) (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank-staging/big-bang/lighthouse, ibci-4035515-amd64, get) (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: found labels in manifest (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035515",
         "mil.dso.ironbank.image.keywords": "lighthouse",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 01:38:03+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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-03-20T06: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-03-20T06: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": "6a1d3a9b33d18354f043ca682deb994a41e3d5d2"}],
       "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": 2771, "extract": 122, "lookup": 352, "onboarding": 1, "update": 0},
       "total": 3250
DEBUG: Package cache statistics (repository=big-bang/edge/bigbang-edge-beacon)
       "get": {"count": 6, "avgMs": 1, "medianMs": 1, "maxMs": 2, "totalMs": 5},
       "set": {"count": 6, "avgMs": 3, "medianMs": 3, "maxMs": 5, "totalMs": 18}
DEBUG: HTTP statistics (repository=big-bang/edge/bigbang-edge-beacon)
       "hosts": {
         "registry1.dso.mil": {
           "count": 11,
           "reqAvgMs": 34,
           "reqMedianMs": 25,
           "reqMaxMs": 122,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 398,
           "reqMedianMs": 222,
           "reqMaxMs": 1070,
           "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": 196, "medianMs": 253, "maxMs": 335, "totalMs": 589}
 INFO: Repository finished (repository=big-bang/edge/bigbang-edge-beacon)
       "cloned": true,
       "durationMs": 3250
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": 835
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-controller)
       "latestCommit": {
         "hash": "29525750d0a966c7986ad4d09d8dea02eadf3bc8",
         "date": "2025-03-19T18:52:47+00:00",
         "message": "Merge branch 'revert-38fc1443' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Revert \"Merge branch 'renovate/python_jose-3.x' into 'main'\"\n\nSee merge request big-bang/edge/bigbang-edge-controller!229",
         "author_name": "Callum Brill",
         "author_email": "cbrill@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-03-19T18:52:47+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": 2,
         "helm-requirements": 4,
         "pip_requirements": 4,
         "dockerfile": 5,
         "kustomize": 10,
         "ansible": 16
       }
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://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: 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: getManifestResponse(https://quay.io, operator-framework/ansible-operator, sha256:d0cfa04b4f6f3cb9e3f70beb3e9a9c7555bd3ee1e6f6f28811861f0d3216f245, get) (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: 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: Found no satisfying versions with 'pep440' versioning (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: GET https://registry1.yodabox.network/v2/edgecompute.platformone.dso.mil/bigbangedge/tags/list?n=10000 = (code=ENOTFOUND, statusCode=-1 retryCount=2, duration=10) (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": 1742451072255,
           "socket": 1742451072255,
           "lookup": 1742451072265,
           "error": 1742451072265,
           "phases": {"wait": 0, "dns": 10, "total": 10}
         },
         "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: 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: 24 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_jose, python-multipart, PyYAML, uvicorn (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Returning 23 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.6",
                     "newValue": "3.13.6",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-docker-3.13.6.tar.gz",
                     "newDigest": "16fc35772a45fee8de76f9aea267813bad664407770e6d900054b7cfd876cf7d",
                     "newMajor": 3,
                     "newMinor": 13,
                     "newPatch": 6,
                     "updateType": "minor",
                     "branchName": "renovate/community.docker-3.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "4.5.1",
                     "newValue": "4.5.1",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-docker-4.5.1.tar.gz",
                     "newDigest": "3dd54f9045a033d20a8e0e308265aaa30d3fe94f9832fd76429c5ca2cb347c4c",
                     "newMajor": 4,
                     "newMinor": 5,
                     "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.4.0",
                     "newValue": "10.4.0",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-general-10.4.0.tar.gz",
                     "newDigest": "fd7943e9f9c9d6ccd84a58286453e7df57cd17e5be0f862ce612aeda44cc8f31",
                     "newMajor": 10,
                     "newMinor": 4,
                     "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": 294,
                     "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": 663,
                 "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.11",
                     "newValue": "==0.115.11",
                     "releaseTimestamp": "2025-03-01T22:16:48.000Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 0,
                     "newMinor": 115,
                     "newPatch": 11,
                     "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": 409,
                 "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.1",
                     "newValue": "==32.0.1",
                     "releaseTimestamp": "2025-02-18T21:06:31.000Z",
                     "newVersionAgeInDays": 29,
                     "newMajor": 32,
                     "newMinor": 0,
                     "newPatch": 1,
                     "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": 436,
                 "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": 1623,
                 "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": 55,
                     "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": 408,
                 "isSingleVersion": true,
                 "fixedVersion": "2.6.1"
               },
               {
                 "depName": "python_jose",
                 "packageName": "python-jose",
                 "currentValue": "==3.3.0",
                 "datasource": "pypi",
                 "currentVersion": "3.3.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.4.0",
                     "newValue": "==3.4.0",
                     "releaseTimestamp": "2025-02-18T17:26:40.000Z",
                     "newVersionAgeInDays": 29,
                     "newMajor": 3,
                     "newMinor": 4,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/python_jose-3.x"
                   }
                 ],
                 "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": 1384,
                 "isSingleVersion": true,
                 "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": 93,
                     "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": 751,
                 "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": 225,
                     "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": 611,
                 "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": 94,
                     "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": 403,
                 "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 23 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/python_jose-3.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-03-20T06: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/python_jose-3.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/python_jose-3.x, undefined, open) (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-03-20T06: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-03-20T06:11:17.087Z) (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-03-19T18:52:47+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-03-19T18:52:47+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-03-20T06:11:20.130Z) (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-03-19T18:52:47+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-03-19T18:52:47+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.6) (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.6"
 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.6"
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-03-20T06:11:21.074Z) (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-03-19T18:52:47+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-03-19T18:52:47+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-03-20T06:11:21.997Z) (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-03-19T18:52:47+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-03-19T18:52:47+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-03-20T06:11:22.944Z) (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-03-19T18:52:47+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-03-19T18:52:47+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.11) (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.11"
 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.11"
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-03-20T06:11:24.697Z) (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-03-19T18:52:47+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-03-19T18:52:47+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/python_jose-3.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: getBranchPr(renovate/python_jose-3.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: findPr(renovate/python_jose-3.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: findPr(renovate/python_jose-3.x, Update dependency python_jose to v3.4.0, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: getPr(216) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: getMR(216) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Matching PR #216 was merged previously (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:11:25.798Z) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: No schedule defined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-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/python_jose-3.x)
DEBUG: Branch needs creating (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:52:47+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Starting search at index 78 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/babu/requirements.txt, branch=renovate/python_jose-3.x)
       "depName": "python_jose"
DEBUG: Found match at index 78 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/babu/requirements.txt, branch=renovate/python_jose-3.x)
       "depName": "python_jose"
DEBUG: Contents updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/babu/requirements.txt, branch=renovate/python_jose-3.x)
       "depName": "python_jose"
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: pip_requirements.updateArtifacts(containers/babu/requirements.txt) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: No hashin commands to run - returning (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Updated 1 package files (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: 1 file(s) to commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Preparing files for committing to branch renovate/python_jose-3.x (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: git commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/python_jose-3.x",
         "commit": "877bb539dd3e9d3e7c0f1022373be9d2a9fcb44c",
         "root": false,
         "summary": {"changes": 1, "insertions": 1, "deletions": 1}
       }
DEBUG: Pushing refSpec renovate/python_jose-3.x:renovate/python_jose-3.x (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: git push (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
       "result": {
         "pushed": [
           {
             "deleted": false,
             "tag": false,
             "branch": true,
             "new": true,
             "alreadyUpdated": false,
             "local": "refs/heads/renovate/python_jose-3.x",
             "remote": "refs/heads/renovate/python_jose-3.x"
           }
         ],
         "ref": {"local": "refs/remotes/origin/renovate/python_jose-3.x"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "To create a merge request for renovate/python_jose-3.x, visit:",
             "https://repo1.dso.mil/big-bang/edge/bigbang-edge-controller/-/merge_requests/new?merge_request%5Bsource_branch%5D=renovate%2Fpython_jose-3.x"
           ],
           "pullRequestUrl": "https://repo1.dso.mil/big-bang/edge/bigbang-edge-controller/-/merge_requests/new?merge_request%5Bsource_branch%5D=renovate%2Fpython_jose-3.x"
         }
       }
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T18:52:47+00:00"
 INFO: Branch created (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
       "commitSha": "877bb539dd3e9d3e7c0f1022373be9d2a9fcb44c"
DEBUG: Ensuring PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: getBranchPr(renovate/python_jose-3.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: findPr(renovate/python_jose-3.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Fetching changelog: https://github.com/mpdavis/python-jose (3.3.0 -> 3.4.0) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-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/python_jose-3.x)
       "manager": "pip_requirements",
       "packageName": "python-jose",
       "sourceUrl": "https://github.com/mpdavis/python-jose"
 WARN: Package lookup failures (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-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: Creating PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
       "prTitle": "Update dependency python_jose to v3.4.0"
DEBUG: Creating Merge Request: Update dependency python_jose to v3.4.0 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
 INFO: PR created (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
       "pr": 231,
       "prTitle": "Update dependency python_jose to v3.4.0"
DEBUG: addParticipants(pr=231) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: setPrCache() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: Created Pull Request #231 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.x)
DEBUG: setBranchCommit() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python_jose-3.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-03-20T06:11:31.258Z) (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-03-19T18:52:47+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-03-19T18:52:47+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.1) (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/python_jose-3.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/python_jose-3.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(231) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(231) (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/python_jose-3.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",
         "renovate/python_jose-3.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": "29525750d0a966c7986ad4d09d8dea02eadf3bc8"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "29525750d0a966c7986ad4d09d8dea02eadf3bc8",
           "branchName": "renovate/ib-updates",
           "branchSha": "5676ed3d11d6c48f660bb5716da63e40a282e923",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "29525750d0a966c7986ad4d09d8dea02eadf3bc8",
           "branchName": "renovate/community.docker-3.x",
           "branchSha": "9007971a7e914b3818fd0001fbe6f760230050fb",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "29525750d0a966c7986ad4d09d8dea02eadf3bc8",
           "branchName": "renovate/community.general-8.x",
           "branchSha": "0b3ca828cdce9b7b69bc6dae9b86a59866dc43fe",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "29525750d0a966c7986ad4d09d8dea02eadf3bc8",
           "branchName": "renovate/containers.podman-1.x",
           "branchSha": "61af9de19ad7f1054b127c5b1d934f8a85e004d3",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "29525750d0a966c7986ad4d09d8dea02eadf3bc8",
           "branchName": "renovate/fastapi-0.x",
           "branchSha": "a624136e75721f93b3b259d1b852908c3f9f1ab2",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "29525750d0a966c7986ad4d09d8dea02eadf3bc8",
           "branchName": "renovate/pydantic-2.x",
           "branchSha": "fa590ebb2849174bbc60d0092531d7dd63fda43f",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "29525750d0a966c7986ad4d09d8dea02eadf3bc8",
           "branchName": "renovate/python_jose-3.x",
           "branchSha": "877bb539dd3e9d3e7c0f1022373be9d2a9fcb44c",
           "isModified": false,
           "isPristine": true
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "29525750d0a966c7986ad4d09d8dea02eadf3bc8",
           "branchName": "renovate/kubernetes-32.x",
           "branchSha": "b4c0722ffedb51d7b1b89ba3412db36b5623d1bc",
           "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.6",
           "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.6",
               "newVersion": "3.13.6",
               "newDigest": "16fc35772a45fee8de76f9aea267813bad664407770e6d900054b7cfd876cf7d",
               "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.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "fastapi",
               "displayPending": "",
               "fixedVersion": "0.109.2",
               "currentVersion": "0.109.2",
               "currentValue": "==0.109.2",
               "newValue": "==0.115.11",
               "newVersion": "0.115.11",
               "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/python_jose-3.x",
           "prNo": 231,
           "prTitle": "Update dependency python_jose to v3.4.0",
           "result": "pr-created",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "python_jose",
               "displayPending": "",
               "fixedVersion": "3.3.0",
               "currentVersion": "3.3.0",
               "currentValue": "==3.3.0",
               "newValue": "==3.4.0",
               "newVersion": "3.4.0",
               "packageFile": "containers/babu/requirements.txt",
               "updateType": "minor",
               "packageName": "python-jose"
             }
           ]
         },
         {
           "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.5.1",
               "newVersion": "4.5.1",
               "newDigest": "3dd54f9045a033d20a8e0e308265aaa30d3fe94f9832fd76429c5ca2cb347c4c",
               "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.4.0",
               "newVersion": "10.4.0",
               "newDigest": "fd7943e9f9c9d6ccd84a58286453e7df57cd17e5be0f862ce612aeda44cc8f31",
               "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.1",
               "newVersion": "32.0.1",
               "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": 66, "open": 8, "closed": 48, "merged": 10}
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": 3490, "extract": 191, "lookup": 3338, "onboarding": 0, "update": 20113},
       "total": 27381
DEBUG: Package cache statistics (repository=big-bang/edge/bigbang-edge-controller)
       "get": {"count": 102, "avgMs": 2, "medianMs": 1, "maxMs": 15, "totalMs": 169},
       "set": {"count": 100, "avgMs": 3, "medianMs": 3, "maxMs": 11, "totalMs": 310}
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": 287,
           "reqMedianMs": 251,
           "reqMaxMs": 963,
           "queueAvgMs": 10,
           "queueMedianMs": 0,
           "queueMaxMs": 83
         },
         "hub.docker.com": {
           "count": 1,
           "reqAvgMs": 566,
           "reqMedianMs": 566,
           "reqMaxMs": 566,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "pypi.org": {
           "count": 6,
           "reqAvgMs": 53,
           "reqMedianMs": 52,
           "reqMaxMs": 87,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "quay.io": {
           "count": 7,
           "reqAvgMs": 220,
           "reqMedianMs": 174,
           "reqMaxMs": 441,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.yodabox.network": {
           "count": 1,
           "reqAvgMs": 10,
           "reqMedianMs": 10,
           "reqMaxMs": 10,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 67,
           "reqAvgMs": 264,
           "reqMedianMs": 228,
           "reqMaxMs": 1830,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 176
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": 1384, "medianMs": 1737, "maxMs": 3192, "totalMs": 5537},
       "pypi": {"count": 8, "avgMs": 61, "medianMs": 73, "maxMs": 126, "totalMs": 487},
       "galaxy-collection": {"count": 8, "avgMs": 1388, "medianMs": 1242, "maxMs": 2322, "totalMs": 11101},
       "galaxy": {"count": 2, "avgMs": 373, "medianMs": 408, "maxMs": 408, "totalMs": 746}
 INFO: Repository finished (repository=big-bang/edge/bigbang-edge-controller)
       "cloned": true,
       "durationMs": 27381
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=105) (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": 765
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": 1606
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": 140,
           "reqMedianMs": 119,
           "reqMaxMs": 195,
           "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": 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/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": 420
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-03-20T06: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-03-20T06: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": 1074, "extract": 97, "lookup": 9, "onboarding": 0, "update": 1},
       "total": 1185
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": 105,
           "reqMedianMs": 110,
           "reqMaxMs": 140,
           "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": 1185
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": 442
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-03-20T06: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-03-20T06: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": 1149, "extract": 99, "lookup": 9, "onboarding": 0, "update": 0},
       "total": 1260
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": 121,
           "reqMedianMs": 122,
           "reqMaxMs": 136,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1260
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": 432
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-03-20T06: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-03-20T06: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": 1084, "extract": 103, "lookup": 9, "onboarding": 0, "update": 1},
       "total": 1200
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": 105,
           "reqMedianMs": 110,
           "reqMaxMs": 124,
           "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": 1200
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": 415
DEBUG: latest repository commit (repository=big-bang/gitlab-description-templates)
       "latestCommit": {
         "hash": "e7bb09ca1a42b5adb3f196e6e3617e262457d371",
         "date": "2025-02-07T17:57:14+00:00",
         "message": "Merge branch 'add-mr-desc-template-umbrella' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Add umbrella MR description template for non package updates\n\nSee merge request big-bang/gitlab-description-templates!13",
         "author_name": "Andrew Shoell",
         "author_email": "andrew.shoell.ctr@us.af.mil"
       }
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": "2025-02-07T17:57:14+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-03-20T06: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-03-20T06: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": "e7bb09ca1a42b5adb3f196e6e3617e262457d371"}],
       "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": 1065, "extract": 103, "lookup": 11, "onboarding": 0, "update": 0},
       "total": 1182
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": 109,
           "reqMedianMs": 112,
           "reqMaxMs": 121,
           "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": 1182
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": 450
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-03-20T06: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-03-20T06: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": 1167, "extract": 105, "lookup": 9, "onboarding": 0, "update": 1},
       "total": 1286
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": 120,
           "reqMedianMs": 120,
           "reqMaxMs": 152,
           "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": 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/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": 854
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "latestCommit": {
         "hash": "073fa86169ae9c041df25ae3d6965f4c96626eae",
         "date": "2025-03-19T15:19: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 #18\n\nSee merge request big-bang/pipeline-templates/crossplane-distros/eks!26",
         "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/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-03-19T15:19:49+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": 2, "helmv3": 2}
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-03-20T06: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-03-20T06: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": "073fa86169ae9c041df25ae3d6965f4c96626eae"}],
       "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": 1953, "extract": 125, "lookup": 10, "onboarding": 0, "update": 1},
       "total": 2097
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": 167,
           "reqMedianMs": 137,
           "reqMaxMs": 301,
           "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": 2097
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=93) (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": 849
DEBUG: latest repository commit (repository=big-bang/team/deployments/openshift)
       "latestCommit": {
         "hash": "b345ad2ee541487991520e3c33cc972ec7f8ab2f",
         "date": "2025-03-18T12:24:10+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #12\n\nSee merge request big-bang/team/deployments/openshift!14",
         "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": 1929
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": 208,
           "reqMedianMs": 185,
           "reqMaxMs": 346,
           "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": 1929
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": 520
DEBUG: latest repository commit (repository=big-bang/product/packages/holocron)
       "latestCommit": {
         "hash": "45e049a302c2f1e388c037aeabfadb1aefe61bb2",
         "date": "2025-03-19T17:23:33+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #40\n\nSee merge request big-bang/product/packages/holocron!80",
         "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-03-19T17:23:33+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": 6, "helmv3": 7}
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: 1 flattened updates found: postgresql (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Returning 1 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.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": [
                   {
                     "bucket": "latest",
                     "newVersion": "16.5.3",
                     "newValue": "16.5.3",
                     "newDigest": "378f91c6ec5f6e3b8f0e0991aab9e9e3b7c36d2b0987d89b0a0340efb698d3b6",
                     "releaseTimestamp": "2025-03-20T01:38:52.095Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 16,
                     "newMinor": 5,
                     "newPatch": 3,
                     "updateType": "major",
                     "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": "13.2.2",
                 "currentVersionTimestamp": "2023-11-06T18:00:59.131Z",
                 "currentVersionAgeInDays": 499,
                 "isSingleVersion": true,
                 "fixedVersion": "13.2.2"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.0.13",
             "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 1 branch: renovate/postgresql-16.x (repository=big-bang/product/packages/holocron)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/holocron)
DEBUG: currentHourStart=2025-03-20T06: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/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: 1 PRs are currently open (repository=big-bang/product/packages/holocron)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/postgresql-16.x (repository=big-bang/product/packages/holocron)
DEBUG: Branch concurrent limit remaining: 9 (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/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-03-20T06:11:46.719Z) (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: Setting git author name: Renovate Bot (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Setting git author email: bot@renovateapp.com (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-03-19T17:23:33+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Value is not updated (repository=big-bang/product/packages/holocron, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/postgresql-16.x)
       "depName": "postgresql",
       "manager": "helmv3",
       "expectedValue": "16.5.3",
       "foundValue": "16.5.2"
DEBUG: Rebasing after outdated branch dep found (repository=big-bang/product/packages/holocron, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/postgresql-16.x)
       "depName": "postgresql"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Starting search at index 263 (repository=big-bang/product/packages/holocron, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/postgresql-16.x)
       "depName": "postgresql"
DEBUG: Found match at index 263 (repository=big-bang/product/packages/holocron, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/postgresql-16.x)
       "depName": "postgresql"
DEBUG: Contents updated (repository=big-bang/product/packages/holocron, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/postgresql-16.x)
       "depName": "postgresql"
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: helmv3.updateArtifacts(chart/Chart.yaml) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Updating Helm artifacts (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Executing command (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "command": "helm registry login --username [MASKED] --password **redacted** registry1.dso.mil/bigbang"
DEBUG: exec completed (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "durationMs": 251,
       "stdout": "",
       "stderr": "WARNING: Using --password via the CLI is insecure. Use --password-stdin.\nLogin Succeeded\n"
DEBUG: Executing command (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "command": "helm repo add stable https://charts.helm.sh/stable --force-update"
DEBUG: exec completed (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "durationMs": 983,
       "stdout": "\"stable\" has been added to your repositories\n",
       "stderr": ""
DEBUG: Executing command (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "command": "helm repo add postgresql https://charts.bitnami.com/bitnami --force-update"
DEBUG: exec completed (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "durationMs": 1857,
       "stdout": "\"postgresql\" has been added to your repositories\n",
       "stderr": ""
DEBUG: Executing command (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "command": "helm dependency update chart"
DEBUG: exec completed (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "durationMs": 6736,
       "stdout": "Hang tight while we grab the latest from your chart repositories...\n...Successfully got an update from the \"stable\" chart repository\n...Successfully got an update from the \"postgresql\" chart repository\nUpdate Complete. ⎈Happy Helming!⎈\nSaving 2 charts\nDownloading gluon from repo oci://registry1.dso.mil/bigbang\nDownloading postgresql from repo https://charts.bitnami.com/bitnami\nDeleting outdated charts\n",
       "stderr": "Pulled: registry1.dso.mil/bigbang/gluon:0.5.14\nDigest: sha256:b6532e1c9f5c27bec907731accb587972cb48cdf2db7e27e3e91a1d5f2fd33ef\nPulled: registry-1.docker.io/bitnamicharts/postgresql:16.5.3\nDigest: sha256:d71573ce0abeb07bfb5fb8892d9b21add14b4d18c996f62d1949249fc01713b3\n"
DEBUG: Returning updated Helm artifacts (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Updated 1 package files (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Updated 3 lock files (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "updatedArtifacts": [
         "chart/Chart.lock",
         "chart/charts/postgresql-16.5.3.tgz",
         "chart/charts/postgresql-13.2.2.tgz (delete)"
       ]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #72 is removed (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Getting comments for #72 (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Found 202 comments (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #72 is removed (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Getting comments for #72 (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Found 202 comments (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: 4 file(s) to commit (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Preparing files for committing to branch renovate/postgresql-16.x (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: git commit (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "deletedFiles": ["chart/charts/postgresql-13.2.2.tgz"],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/postgresql-16.x",
         "commit": "ce02114036c46a4ea6afb4f1a1e053db9723fafe",
         "root": false,
         "summary": {"changes": 4, "insertions": 4, "deletions": 0}
       }
DEBUG: Pushing refSpec renovate/postgresql-16.x:renovate/postgresql-16.x (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: git push (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/postgresql-16.x"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/postgresql-16.x:",
             "https://repo1.dso.mil/big-bang/product/packages/holocron/-/merge_requests/72"
           ]
         }
       }
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-03-19T17:23:33+00:00"
 INFO: Branch updated (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "commitSha": "ce02114036c46a4ea6afb4f1a1e053db9723fafe"
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 (13.2.2 -> 16.5.3) (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: setBranchCommit() (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)
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/postgresql-16.x"],
       "renovateBranches": ["renovate/ironbank", "renovate/postgresql-16.x"]
DEBUG: remainingBranches=renovate/ironbank (repository=big-bang/product/packages/holocron)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/holocron)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/holocron)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/holocron)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["zach@zmc.dev"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/product/packages/holocron)
DEBUG: Branch is modified - skipping PR autoclosing (repository=big-bang/product/packages/holocron)
       "prNo": 66,
       "prTitle": "SKIP UPDATE CHECK Update gluon Docker tag to v0.5.14 - abandoned"
DEBUG: Getting comments for #66 (repository=big-bang/product/packages/holocron)
DEBUG: Found 260 comments (repository=big-bang/product/packages/holocron)
DEBUG: Ensuring comment "Autoclosing Skipped" in #66 (repository=big-bang/product/packages/holocron)
DEBUG: Comment is already update-to-date (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": "45e049a302c2f1e388c037aeabfadb1aefe61bb2"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "45e049a302c2f1e388c037aeabfadb1aefe61bb2",
           "branchName": "renovate/postgresql-16.x",
           "branchSha": "ce02114036c46a4ea6afb4f1a1e053db9723fafe",
           "isModified": false,
           "isPristine": true
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/holocron)
       "branchesInformation": [
         {
           "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": "",
               "fixedVersion": "13.2.2",
               "currentVersion": "13.2.2",
               "currentValue": "13.2.2",
               "newValue": "16.5.3",
               "newVersion": "16.5.3",
               "newDigest": "378f91c6ec5f6e3b8f0e0991aab9e9e3b7c36d2b0987d89b0a0340efb698d3b6",
               "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": 1611, "extract": 230, "lookup": 65, "onboarding": 1, "update": 14847},
       "total": 21655
DEBUG: Package cache statistics (repository=big-bang/product/packages/holocron)
       "get": {"count": 3, "avgMs": 13, "medianMs": 4, "maxMs": 34, "totalMs": 40},
       "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": 33,
           "reqAvgMs": 281,
           "reqMedianMs": 238,
           "reqMaxMs": 1241,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 33
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/holocron)
DEBUG: Lookup statistics (repository=big-bang/product/packages/holocron)
       "docker": {"count": 1, "avgMs": 13, "medianMs": 13, "maxMs": 13, "totalMs": 13},
       "helm": {"count": 1, "avgMs": 40, "medianMs": 40, "maxMs": 40, "totalMs": 40}
 INFO: Repository finished (repository=big-bang/product/packages/holocron)
       "cloned": true,
       "durationMs": 21655
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": 595
DEBUG: latest repository commit (repository=big-bang/product/packages/grafana)
       "latestCommit": {
         "hash": "8c739f0e67bfac3e3b948aa65370a15f0de1e932",
         "date": "2025-02-28T13:23:21+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #136\n\nSee merge request big-bang/product/packages/grafana!182",
         "author_name": "Brian Jackson",
         "author_email": "bjackson@fullvisibility.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"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {
             "matchDatasources": ["docker", "helm"],
             "groupName": "Ironbank",
             "postUpgradeTasks": {
               "commands": [
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "executionMode": "update",
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update app version chart annotations",
             "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",
             "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": "grafana",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/grafana)
DEBUG: No config migration necessary (repository=big-bang/product/packages/grafana)
DEBUG: Post-massage config (repository=big-bang/product/packages/grafana)
       "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"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {
             "matchDatasources": ["docker", "helm"],
             "groupName": "Ironbank",
             "postUpgradeTasks": {
               "commands": [
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "executionMode": "update",
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": ["Update app version chart annotations"],
             "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",
             "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": "grafana",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ]
       }
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-02-28T13:23:21+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: 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: 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": {"helm-values": 23, "regex": 27, "helmv3": 27}
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 regex package files (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Found 5 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": 3, "depCount": 8}
         },
         "total": {"fileCount": 5, "depCount": 15}
       }
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: no authentication for hub.docker.com (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, 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/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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/bats/bats, sha256:b5baad4f6f21c4fa570f4fc3150732fa02c0f2fbbce6dcaa4bb2d7e366c20d6b, get) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/kiwigrid/k8s-sidecar, sha256:89a4fc24d610f5d22b6efec00ccc9198860ae6252983fe6cca5199972843c0a5, get) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/grafana/grafana-plugins, sha256:67fc9fc8c8a86a3cd9a3fd2a2c633ea76d8ed8da7b57ad3e90ab42cc96f0994c, get) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/big-bang/base/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=219) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/grafana, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1742451128733,
           "socket": 1742451128733,
           "lookup": 1742451128754,
           "connect": 1742451128759,
           "secureConnect": 1742451128881,
           "upload": 1742451128882,
           "response": 1742451128952,
           "end": 1742451128952,
           "phases": {
             "wait": 0,
             "dns": 21,
             "tcp": 5,
             "tls": 122,
             "request": 1,
             "firstByte": 70,
             "download": 0,
             "total": 219
           }
         },
         "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/big-bang/base/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": "Thu, 20 Mar 2025 06:12:08 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451188",
             "x-ratelimit-remaining": "179",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "75ce15b3d29df88327dcc0686e2026ee",
             "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/big-bang/grafana/grafana-plugins/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=221) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/grafana, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1742451128732,
           "socket": 1742451128732,
           "lookup": 1742451128754,
           "connect": 1742451128759,
           "secureConnect": 1742451128880,
           "upload": 1742451128882,
           "response": 1742451128953,
           "end": 1742451128953,
           "phases": {
             "wait": 0,
             "dns": 22,
             "tcp": 5,
             "tls": 121,
             "request": 2,
             "firstByte": 71,
             "download": 0,
             "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/big-bang/grafana/grafana-plugins/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": "Thu, 20 Mar 2025 06:12:08 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451188",
             "x-ratelimit-remaining": "180",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "71abebd6a8d69859dc41195461148fc5",
             "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/grafana, baseBranch=main)
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/kiwigrid/k8s-sidecar/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=224) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/grafana, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1742451128735,
           "socket": 1742451128735,
           "lookup": 1742451128759,
           "connect": 1742451128760,
           "secureConnect": 1742451128886,
           "upload": 1742451128886,
           "response": 1742451128959,
           "end": 1742451128959,
           "phases": {
             "wait": 0,
             "dns": 24,
             "tcp": 1,
             "tls": 126,
             "request": 0,
             "firstByte": 73,
             "download": 0,
             "total": 224
           }
         },
         "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/kiwigrid/k8s-sidecar/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": "Thu, 20 Mar 2025 06:12:08 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451188",
             "x-ratelimit-remaining": "178",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "a5fab4c2ef4db72899e1aff1de48b043",
             "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/redhat/ubi/ubi9-minimal/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=231) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/grafana, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1742451128734,
           "socket": 1742451128734,
           "lookup": 1742451128759,
           "connect": 1742451128759,
           "secureConnect": 1742451128889,
           "upload": 1742451128889,
           "response": 1742451128965,
           "end": 1742451128965,
           "phases": {
             "wait": 0,
             "dns": 25,
             "tcp": 0,
             "tls": 130,
             "request": 0,
             "firstByte": 76,
             "download": 0,
             "total": 231
           }
         },
         "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/redhat/ubi/ubi9-minimal/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": "Thu, 20 Mar 2025 06:12:08 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451188",
             "x-ratelimit-remaining": "177",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "0ebb024c5f0b9f8d6006c4df1e8434e5",
             "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/grafana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:28f1997ff99a90835caa4836e5acf3d8b331a0250020dbe69127d022f206141e",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/python:v3.13",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035802",
         "mil.dso.ironbank.image.keywords": "configmap,sidecar",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/python:v3.13@sha256:41a2e89205c9af5857c28f5ef0609d2aa962c0c11a4e3ea6c4adbfdaa3591424",
         "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-03-20 02:23:51+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": "a430d920ef61580489e417aa0f0d74c1165c1a6f",
         "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.30.2",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034775",
         "mil.dso.ironbank.image.keywords": "bash,testing",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:07:31+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:5e8dc752f29b8da39054e9b820d434b0787a64c38cb34a77ed6df83b5f94cd61",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/grafana/grafana:11.5.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035070",
         "mil.dso.ironbank.image.keywords": "grafana,grafana-plugins",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/grafana/grafana:11.5.2@sha256:245f491240ee7df339be0a521f2595ec236072d6772fd7b08ebb2bde919f58dc",
         "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-03-20 00:46:53+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": "5641edd2bf8356ba27394bfc702bf1ec9a31bfe1",
         "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.2",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: GET https://index.docker.io/v2/ironbank/big-bang/grafana/grafana-plugins/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=68) (repository=big-bang/product/packages/grafana, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/grafana, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1742451129398,
           "socket": 1742451129398,
           "lookup": 1742451129398,
           "connect": 1742451129398,
           "secureConnect": 1742451129398,
           "upload": 1742451129398,
           "response": 1742451129466,
           "end": 1742451129466,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 68,
             "download": 0,
             "total": 68
           }
         },
         "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/big-bang/grafana/grafana-plugins/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/big-bang/grafana/grafana-plugins",
                     "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/big-bang/grafana/grafana-plugins:pull\",error=\"insufficient_scope\"",
             "date": "Thu, 20 Mar 2025 06:12:09 GMT",
             "content-length": "184",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/grafana, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/big-bang/grafana/grafana-plugins",
       "url": "https://index.docker.io/v2/ironbank/big-bang/grafana/grafana-plugins/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/big-bang/grafana/grafana-plugins (repository=big-bang/product/packages/grafana, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/big-bang/grafana/grafana-plugins)
DEBUG: GET https://index.docker.io/v2/ironbank/redhat/ubi/ubi9-minimal/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=67) (repository=big-bang/product/packages/grafana, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/grafana, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1742451129403,
           "socket": 1742451129403,
           "lookup": 1742451129403,
           "connect": 1742451129403,
           "secureConnect": 1742451129403,
           "upload": 1742451129403,
           "response": 1742451129470,
           "end": 1742451129470,
           "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/redhat/ubi/ubi9-minimal/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/redhat/ubi/ubi9-minimal",
                     "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/redhat/ubi/ubi9-minimal:pull\",error=\"insufficient_scope\"",
             "date": "Thu, 20 Mar 2025 06:12:09 GMT",
             "content-length": "175",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/grafana, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/redhat/ubi/ubi9-minimal",
       "url": "https://index.docker.io/v2/ironbank/redhat/ubi/ubi9-minimal/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/redhat/ubi/ubi9-minimal (repository=big-bang/product/packages/grafana, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/redhat/ubi/ubi9-minimal)
DEBUG: GET https://index.docker.io/v2/ironbank/big-bang/base/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=65) (repository=big-bang/product/packages/grafana, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/grafana, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1742451129407,
           "socket": 1742451129407,
           "lookup": 1742451129407,
           "connect": 1742451129407,
           "secureConnect": 1742451129407,
           "upload": 1742451129407,
           "response": 1742451129472,
           "end": 1742451129472,
           "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/big-bang/base/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/big-bang/base",
                     "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/big-bang/base:pull\",error=\"insufficient_scope\"",
             "date": "Thu, 20 Mar 2025 06:12:09 GMT",
             "content-length": "165",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/grafana, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/big-bang/base",
       "url": "https://index.docker.io/v2/ironbank/big-bang/base/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/big-bang/base (repository=big-bang/product/packages/grafana, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/big-bang/base)
DEBUG: GET https://index.docker.io/v2/ironbank/kiwigrid/k8s-sidecar/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=62) (repository=big-bang/product/packages/grafana, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/grafana, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1742451129413,
           "socket": 1742451129413,
           "lookup": 1742451129413,
           "connect": 1742451129413,
           "secureConnect": 1742451129413,
           "upload": 1742451129413,
           "response": 1742451129475,
           "end": 1742451129475,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 62,
             "download": 0,
             "total": 62
           }
         },
         "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/kiwigrid/k8s-sidecar/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/kiwigrid/k8s-sidecar",
                     "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/kiwigrid/k8s-sidecar:pull\",error=\"insufficient_scope\"",
             "date": "Thu, 20 Mar 2025 06:12:09 GMT",
             "content-length": "172",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/grafana, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/kiwigrid/k8s-sidecar",
       "url": "https://index.docker.io/v2/ironbank/kiwigrid/k8s-sidecar/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/kiwigrid/k8s-sidecar (repository=big-bang/product/packages/grafana, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/kiwigrid/k8s-sidecar)
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: 2 flattened updates found: registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar, grafana (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.5.2",
                 "datasource": "docker",
                 "replaceString": "11.5.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/big-bang/grafana/grafana-plugins",
                 "warnings": [
                   {
                     "topic": "ironbank/big-bang/grafana/grafana-plugins",
                     "message": "Failed to look up docker package ironbank/big-bang/grafana/grafana-plugins"
                   }
                 ]
               },
               {
                 "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": [
                   {
                     "topic": "ironbank/big-bang/base",
                     "message": "Failed to look up docker package ironbank/big-bang/base"
                   }
                 ]
               },
               {
                 "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": [
                   {
                     "topic": "ironbank/redhat/ubi/ubi9-minimal",
                     "message": "Failed to look up docker package ironbank/redhat/ubi/ubi9-minimal"
                   }
                 ]
               },
               {
                 "depName": "ironbank/kiwigrid/k8s-sidecar",
                 "currentValue": "1.30.0",
                 "datasource": "docker",
                 "replaceString": "1.30.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/kiwigrid/k8s-sidecar",
                 "warnings": [
                   {
                     "topic": "ironbank/kiwigrid/k8s-sidecar",
                     "message": "Failed to look up docker package ironbank/kiwigrid/k8s-sidecar"
                   }
                 ]
               },
               {
                 "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.10.1-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.5.2",
                 "datasource": "docker",
                 "replaceString": "- Grafana: 11.5.2",
                 "updates": [],
                 "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.5.2",
                 "fixedVersion": "11.5.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.5.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 11.5.2",
                 "updates": [],
                 "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.5.2",
                 "fixedVersion": "11.5.2"
               }
             ],
             "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.5.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:11.5.2",
                 "updates": [],
                 "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.5.2",
                 "fixedVersion": "11.5.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "currentValue": "1.30.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.30.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.30.2",
                     "newValue": "1.30.2",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 2,
                     "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.30.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.30.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/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"
           },
           {
             "deps": [
               {
                 "depName": "grafana",
                 "currentValue": "8.10.1",
                 "datasource": "helm",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "replaceString": "version: 8.10.1-bb.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "8.10.4",
                     "newValue": "8.10.4",
                     "newDigest": "2191bff43335783f0e9804ef022140037c9d45755d8bdebeef5bcd1141556809",
                     "releaseTimestamp": "2025-03-16T20:05:01.934Z",
                     "newVersionAgeInDays": 3,
                     "newMajor": 8,
                     "newMinor": 10,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.10.1",
                 "currentVersionTimestamp": "2025-02-21T22:24:05.508Z",
                 "currentVersionAgeInDays": 26,
                 "isSingleVersion": true,
                 "fixedVersion": "8.10.1"
               }
             ],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "grafana",
             "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/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-03-20T06: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(183) (repository=big-bang/product/packages/grafana)
DEBUG: getMR(183) (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-03-20T06: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(183) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(183) (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-03-20T06:12:09.700Z) (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-02-28T13:23:21+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep grafana 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": "grafana"
DEBUG: Branch dep registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar 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/kiwigrid/k8s-sidecar"
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-02-28T13:23:21+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(183) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(183) (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://github.com/grafana/helm-charts (8.10.1 -> 8.10.4) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
       "manager": "regex",
       "packageName": "grafana",
       "sourceUrl": "https://github.com/grafana/helm-charts"
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar (1.30.0 -> 1.30.2) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/kiwigrid/k8s-sidecar (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
 WARN: Package lookup failures (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
       "warnings": [
         "Failed to look up docker package ironbank/big-bang/grafana/grafana-plugins",
         "Failed to look up docker package ironbank/big-bang/base",
         "Failed to look up docker package ironbank/redhat/ubi/ubi9-minimal",
         "Failed to look up docker package ironbank/kiwigrid/k8s-sidecar"
       ],
       "files": ["chart/values.yaml"]
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"
 INFO: PR updated (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
       "pr": 183,
       "prTitle": "Update Ironbank"
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(183) (repository=big-bang/product/packages/grafana)
DEBUG: getMR(183) (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)
 WARN: Package lookup failures (repository=big-bang/product/packages/grafana)
       "warnings": [
         "Failed to look up docker package ironbank/big-bang/grafana/grafana-plugins",
         "Failed to look up docker package ironbank/big-bang/base",
         "Failed to look up docker package ironbank/redhat/ubi/ubi9-minimal",
         "Failed to look up docker package ironbank/kiwigrid/k8s-sidecar"
       ],
       "files": ["chart/values.yaml"]
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": "8c739f0e67bfac3e3b948aa65370a15f0de1e932"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "8c739f0e67bfac3e3b948aa65370a15f0de1e932",
           "branchName": "renovate/ironbank",
           "branchSha": "db47e4c6fd002c5583464994e9973ce237400c7d",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/grafana)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 183,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "grafana",
               "displayPending": "",
               "fixedVersion": "8.10.1",
               "currentVersion": "8.10.1",
               "currentValue": "8.10.1",
               "newValue": "8.10.4",
               "newVersion": "8.10.4",
               "newDigest": "2191bff43335783f0e9804ef022140037c9d45755d8bdebeef5bcd1141556809",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "grafana"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
               "displayPending": "",
               "fixedVersion": "1.30.0",
               "currentVersion": "1.30.0",
               "currentValue": "1.30.0",
               "newValue": "1.30.2",
               "newVersion": "1.30.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/grafana)
       "stats": {"total": 17, "open": 1, "closed": 1, "merged": 15}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/grafana)
DEBUG: repository problems (repository=big-bang/product/packages/grafana)
       "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/product/packages/grafana)
       "splits": {"init": 2245, "extract": 275, "lookup": 800, "onboarding": 0, "update": 1443},
       "total": 5345
DEBUG: Package cache statistics (repository=big-bang/product/packages/grafana)
       "get": {"count": 35, "avgMs": 7, "medianMs": 2, "maxMs": 76, "totalMs": 232},
       "set": {"count": 16, "avgMs": 10, "medianMs": 4, "maxMs": 42, "totalMs": 152}
DEBUG: HTTP statistics (repository=big-bang/product/packages/grafana)
       "hosts": {
         "auth.docker.io": {
           "count": 4,
           "reqAvgMs": 214,
           "reqMedianMs": 216,
           "reqMaxMs": 220,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "hub.docker.com": {
           "count": 4,
           "reqAvgMs": 224,
           "reqMedianMs": 224,
           "reqMaxMs": 231,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 8,
           "reqAvgMs": 147,
           "reqMedianMs": 218,
           "reqMaxMs": 233,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 19,
           "reqAvgMs": 35,
           "reqMedianMs": 33,
           "reqMaxMs": 64,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 249,
           "reqMedianMs": 141,
           "reqMaxMs": 1034,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 47
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/grafana)
DEBUG: Lookup statistics (repository=big-bang/product/packages/grafana)
       "docker": {"count": 14, "avgMs": 381, "medianMs": 463, "maxMs": 754, "totalMs": 5333},
       "helm": {"count": 1, "avgMs": 95, "medianMs": 95, "maxMs": 95, "totalMs": 95}
 INFO: Repository finished (repository=big-bang/product/packages/grafana)
       "cloned": true,
       "durationMs": 5345
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": 547
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": 3, "dockerfile": 4, "npm": 5}
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=201) (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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16
               },
               {
                 "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": 438,
                 "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": 299,
                 "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": 117,
                     "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": 418,
                 "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": 127,
                     "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": 384,
                 "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": 107,
                     "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": 280,
                 "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": 209,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 92,
                 "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": 121
               }
             ],
             "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-03-20T06: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-03-20T06: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-03-20T06:12:15.308Z) (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-03-20T06:12:16.313Z) (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-03-20T06:12:17.048Z) (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-03-20T06:12:17.822Z) (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.2.0) (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.2.0",
               "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": 1706, "extract": 120, "lookup": 859, "onboarding": 0, "update": 4389},
       "total": 7102
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "get": {"count": 13, "avgMs": 16, "medianMs": 19, "maxMs": 43, "totalMs": 213},
       "set": {"count": 2, "avgMs": 4, "medianMs": 4, "maxMs": 4, "totalMs": 8}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "hosts": {
         "proxy.golang.org": {
           "count": 10,
           "reqAvgMs": 162,
           "reqMedianMs": 184,
           "reqMaxMs": 339,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 311,
           "reqMedianMs": 284,
           "reqMaxMs": 525,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 12, "medianMs": 12, "maxMs": 12, "totalMs": 12},
       "go": {"count": 6, "avgMs": 151, "medianMs": 21, "maxMs": 813, "totalMs": 908},
       "docker": {"count": 2, "avgMs": 31, "medianMs": 40, "maxMs": 40, "totalMs": 61},
       "npm": {"count": 2, "avgMs": 41, "medianMs": 50, "maxMs": 50, "totalMs": 81}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "cloned": true,
       "durationMs": 7102
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": 489
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": 1638
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": 154,
           "reqMedianMs": 145,
           "reqMaxMs": 218,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1638
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": 502
DEBUG: latest repository commit (repository=big-bang/product/community/parabol)
       "latestCommit": {
         "hash": "3ba9676959aafa24e7f15efccc66630ae156300d",
         "date": "2025-03-13T20:12:36+00:00",
         "message": "Merge branch '8.35.0' into 'main'",
         "refs": "HEAD -> main, tag: 8.35.0, origin/main, origin/HEAD",
         "body": "Upgrade Parabol to v8.35.0\n\nSee merge request big-bang/product/community/parabol!83",
         "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-03-13T20:12:36+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: Chart has no dependencies in bigbang/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 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": 10, "helm-values": 16}
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/postgres/postgresql/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=217) (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": 1742451141642,
           "socket": 1742451141642,
           "lookup": 1742451141658,
           "connect": 1742451141659,
           "secureConnect": 1742451141782,
           "upload": 1742451141782,
           "response": 1742451141859,
           "end": 1742451141859,
           "phases": {
             "wait": 0,
             "dns": 16,
             "tcp": 1,
             "tls": 123,
             "request": 0,
             "firstByte": 77,
             "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/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": "Thu, 20 Mar 2025 06:12:21 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451201",
             "x-ratelimit-remaining": "176",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "ddc56ef81d48114cabd6cfe3d1733276",
             "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/redis/redis6-alpine/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=235) (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": 1742451141641,
           "socket": 1742451141641,
           "lookup": 1742451141659,
           "connect": 1742451141659,
           "secureConnect": 1742451141795,
           "upload": 1742451141795,
           "response": 1742451141876,
           "end": 1742451141876,
           "phases": {
             "wait": 0,
             "dns": 18,
             "tcp": 0,
             "tls": 136,
             "request": 0,
             "firstByte": 81,
             "download": 0,
             "total": 235
           }
         },
         "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": "Thu, 20 Mar 2025 06:12:21 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451201",
             "x-ratelimit-remaining": "175",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "8fa33c199926a2976084d3866fd5443e",
             "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=238) (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": 1742451141643,
           "socket": 1742451141643,
           "lookup": 1742451141663,
           "connect": 1742451141664,
           "secureConnect": 1742451141798,
           "upload": 1742451141798,
           "response": 1742451141881,
           "end": 1742451141881,
           "phases": {
             "wait": 0,
             "dns": 20,
             "tcp": 1,
             "tls": 134,
             "request": 0,
             "firstByte": 83,
             "download": 0,
             "total": 238
           }
         },
         "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": "Thu, 20 Mar 2025 06:12:21 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451201",
             "x-ratelimit-remaining": "174",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "c027a45619c73fd1c596032fb6305fad",
             "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": 1742451142276,
           "socket": 1742451142276,
           "lookup": 1742451142276,
           "connect": 1742451142276,
           "secureConnect": 1742451142276,
           "upload": 1742451142276,
           "response": 1742451142340,
           "end": 1742451142340,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 64,
             "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/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": "Thu, 20 Mar 2025 06:12:22 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=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": 1742451142292,
           "socket": 1742451142292,
           "lookup": 1742451142292,
           "connect": 1742451142292,
           "secureConnect": 1742451142292,
           "upload": 1742451142292,
           "response": 1742451142356,
           "end": 1742451142356,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 64,
             "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/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": "Thu, 20 Mar 2025 06:12:22 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=63) (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": 1742451142295,
           "socket": 1742451142295,
           "lookup": 1742451142295,
           "connect": 1742451142295,
           "secureConnect": 1742451142295,
           "upload": 1742451142295,
           "response": 1742451142358,
           "end": 1742451142358,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 63,
             "download": 0,
             "total": 63
           }
         },
         "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": "Thu, 20 Mar 2025 06:12:22 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.35.0",
                 "replaceString": "ironbank/parabol/parabol:8.35.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.35.0",
                 "replaceString": "ironbank/parabol/parabol:8.35.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.35.0",
                 "replaceString": "ironbank/parabol/parabol:8.35.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-03-20T06: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-03-20T06: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": "3ba9676959aafa24e7f15efccc66630ae156300d"}],
       "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": 1219, "extract": 136, "lookup": 738, "onboarding": 0, "update": 0},
       "total": 2098
DEBUG: Package cache statistics (repository=big-bang/product/community/parabol)
       "get": {"count": 12, "avgMs": 1, "medianMs": 0, "maxMs": 2, "totalMs": 9},
       "set": {"count": 3, "avgMs": 2, "medianMs": 2, "maxMs": 3, "totalMs": 6}
DEBUG: HTTP statistics (repository=big-bang/product/community/parabol)
       "hosts": {
         "auth.docker.io": {
           "count": 3,
           "reqAvgMs": 209,
           "reqMedianMs": 212,
           "reqMaxMs": 212,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 3,
           "reqAvgMs": 230,
           "reqMedianMs": 235,
           "reqMaxMs": 238,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 6,
           "reqAvgMs": 133,
           "reqMedianMs": 199,
           "reqMaxMs": 208,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 122,
           "reqMedianMs": 128,
           "reqMaxMs": 175,
           "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": 717, "medianMs": 721, "maxMs": 721, "totalMs": 3585}
 INFO: Repository finished (repository=big-bang/product/community/parabol)
       "cloned": true,
       "durationMs": 2098
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": 1193
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-03-20T06: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-03-20T06: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": 1853, "extract": 303, "lookup": 12, "onboarding": 0, "update": 0},
       "total": 2177
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": 106,
           "reqMedianMs": 107,
           "reqMaxMs": 140,
           "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": 2177
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=108) (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": 833
DEBUG: latest repository commit (repository=big-bang/team/tools/bigbang-metrics-tool)
       "latestCommit": {
         "hash": "383eb2c6cfde554251d3f4a881a0ce36631e0de4",
         "date": "2025-03-17T18:22:29+00:00",
         "message": "Merge branch 'overhual_epic_team_tracker' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Adding in automation to make new weekly folder\n\nSee merge request big-bang/team/tools/bigbang-metrics-tool!52",
         "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": 1914
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": 190,
           "reqMedianMs": 156,
           "reqMaxMs": 307,
           "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": 1914
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": 444
DEBUG: latest repository commit (repository=big-bang/product/community/crossplane)
       "latestCommit": {
         "hash": "0a09b072d6cfa209b2e94ce5c3796c1799b41304",
         "date": "2025-02-13T11:58:15-07:00",
         "message": "adding braingu as CODEOWNERS",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Andrew Shoell",
         "author_email": "mrlunchbox777@gmail.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": "2025-02-13T11:58:15-07: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": {"helm-values": 3, "helmv3": 4}
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-03-20T06: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-03-20T06: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": "0a09b072d6cfa209b2e94ce5c3796c1799b41304"}],
       "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": 1125, "extract": 116, "lookup": 12, "onboarding": 0, "update": 1},
       "total": 1259
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": 113,
           "reqMedianMs": 108,
           "reqMaxMs": 150,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1259
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": 448
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": 6, "helm-values": 16}
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.30.2",
                     "newValue": "1.30.2",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 2,
                     "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": 2026,
                 "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-03-20T06: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(9) (repository=big-bang/product/community/jenkins)
DEBUG: getMR(9) (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-03-20T06: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(9) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(9) (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-03-20T06:12:30.521Z) (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(9) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(9) (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.30.2) (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.30.2"
 INFO: PR updated (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
       "pr": 9,
       "prTitle": "Update registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar Docker tag to v1.30.2"
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(9) (repository=big-bang/product/community/jenkins)
DEBUG: getMR(9) (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": "88db6fdc5f982c8d2b821ae246bc42ab187cf23f",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/community/jenkins)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 9,
           "prTitle": "Update registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar Docker tag to v1.30.2",
           "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.30.2",
               "newVersion": "1.30.2",
               "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": 2, "open": 1, "closed": 1, "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": 1341, "extract": 140, "lookup": 1086, "onboarding": 0, "update": 1443},
       "total": 4018
DEBUG: Package cache statistics (repository=big-bang/product/community/jenkins)
       "get": {"count": 64, "avgMs": 0, "medianMs": 0, "maxMs": 5, "totalMs": 21},
       "set": {"count": 60, "avgMs": 1, "medianMs": 1, "maxMs": 6, "totalMs": 75}
DEBUG: HTTP statistics (repository=big-bang/product/community/jenkins)
       "hosts": {
         "auth.docker.io": {
           "count": 1,
           "reqAvgMs": 218,
           "reqMedianMs": 218,
           "reqMaxMs": 218,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "hub.docker.com": {
           "count": 1,
           "reqAvgMs": 330,
           "reqMedianMs": 330,
           "reqMaxMs": 330,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 3,
           "reqAvgMs": 135,
           "reqMedianMs": 144,
           "reqMaxMs": 212,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 8,
           "reqAvgMs": 190,
           "reqMedianMs": 204,
           "reqMaxMs": 419,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 13
DEBUG: HTTP cache statistics (repository=big-bang/product/community/jenkins)
DEBUG: Lookup statistics (repository=big-bang/product/community/jenkins)
       "docker": {"count": 5, "avgMs": 217, "medianMs": 1, "maxMs": 1056, "totalMs": 1085}
 INFO: Repository finished (repository=big-bang/product/community/jenkins)
       "cloned": true,
       "durationMs": 4018
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": 476
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": 6}
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-03-20T06: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-03-20T06: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": 1168, "extract": 114, "lookup": 12, "onboarding": 0, "update": 1},
       "total": 1300
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": 116,
           "reqMedianMs": 109,
           "reqMaxMs": 159,
           "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": 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/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": 469
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": 9, "helm-values": 16}
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/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: 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: found labels in manifest (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034806",
         "mil.dso.ironbank.image.keywords": "opensource,kubernetes,recommender,vpa",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "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-03-20 00:12:07+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: found labels in manifest (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034953",
         "mil.dso.ironbank.image.keywords": "vpa, admission-controller, kubernetes",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "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-03-20 00:32:05+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:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035622",
         "mil.dso.ironbank.image.keywords": "opensource,kubernetes,updater,vpa",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "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-03-20 01:54:10+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: 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-03-16T05:17:56.151Z",
         "org.opencontainers.image.description": "Docker Image for Pytest",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "acb16ce62fe5e8a35de87703a63cc4cd8bf63180",
         "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.67"
       }
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.67",
                     "newValue": "1.0.67",
                     "newMajor": 1,
                     "newMinor": 0,
                     "newPatch": 67,
                     "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-03-20T06: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(29) (repository=big-bang/apps/sandbox/vpa)
DEBUG: getMR(29) (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-03-20T06: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(29) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(29) (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() = false (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:12:35.811Z) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/vpa, 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/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2024-07-22T17:23:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep ghcr.io/cowboysysop/pytest in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/sandbox/vpa, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "ghcr.io/cowboysysop/pytest"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/sandbox/vpa, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/sandbox/vpa, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/sandbox/vpa, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2024-07-22T17:23:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (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(29) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(29) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://github.com/cowboysysop/docker-pytest (1.0.41 -> 1.0.67) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
       "manager": "helm-values",
       "packageName": "ghcr.io/cowboysysop/pytest",
       "sourceUrl": "https://github.com/cowboysysop/docker-pytest"
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/autoscaler/admission-controller (1.1.2 -> 1.3.0) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/autoscaler/recommender (1.1.2 -> 1.3.0) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/autoscaler/updater (1.1.2 -> 1.3.0) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kubernetes/autoscaler/admission-controller (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kubernetes/autoscaler/recommender (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kubernetes/autoscaler/updater (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update Ironbank"
 INFO: PR updated (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
       "pr": 29,
       "prTitle": "SKIP UPDATE CHECK Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (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(29) (repository=big-bang/apps/sandbox/vpa)
DEBUG: getMR(29) (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": "c57cf6edbf5097c0d42ba9d360213535a06a04ac",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/vpa)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 29,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ghcr.io/cowboysysop/pytest",
               "displayPending": "",
               "fixedVersion": "1.0.41",
               "currentVersion": "1.0.41",
               "currentValue": "1.0.41",
               "newValue": "1.0.67",
               "newVersion": "1.0.67",
               "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": 3, "open": 2, "closed": 1, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/vpa)
DEBUG: repository problems (repository=big-bang/apps/sandbox/vpa)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/vpa)
       "splits": {"init": 1451, "extract": 323, "lookup": 787, "onboarding": 0, "update": 1580},
       "total": 4717
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/vpa)
       "get": {"count": 41, "avgMs": 1, "medianMs": 0, "maxMs": 10, "totalMs": 33},
       "set": {"count": 39, "avgMs": 3, "medianMs": 3, "maxMs": 10, "totalMs": 136}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/vpa)
       "hosts": {
         "ghcr.io": {
           "count": 6,
           "reqAvgMs": 104,
           "reqMedianMs": 103,
           "reqMaxMs": 114,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 16,
           "reqAvgMs": 28,
           "reqMedianMs": 24,
           "reqMaxMs": 55,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 18,
           "reqAvgMs": 172,
           "reqMedianMs": 123,
           "reqMaxMs": 481,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 40
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/vpa)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/vpa)
       "docker": {"count": 13, "avgMs": 123, "medianMs": 0, "maxMs": 739, "totalMs": 1594}
 INFO: Repository finished (repository=big-bang/apps/sandbox/vpa)
       "cloned": true,
       "durationMs": 4717
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": 1124
DEBUG: latest repository commit (repository=big-bang/team/tools/repo-sync)
       "latestCommit": {
         "hash": "c6bf15a76a916c36507dca7aa438b0f6e857e71a",
         "date": "2025-03-18T14:50:11+00:00",
         "message": "Merge branch '341-deploy-repo-sync-in-eks-dev-cluster' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD, origin/349-create-static-load-balancer-for-istio-gateway",
         "body": "Resolve \"deploy repo-sync in eks dev cluster\"\n\nCloses #341\n\nSee merge request big-bang/team/tools/repo-sync!402",
         "author_name": "Aaron Lieberman",
         "author_email": "alieberman@bridgephase.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-03-18T14:50:11+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 8 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/rds-postgres.tf, automation/remote-state-bootstrap/main.tf (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: Chart has no dependencies in repo-sync/Chart.yaml (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: preflight content check has not found any relevant content (repository=big-bang/team/tools/repo-sync, baseBranch=main, packageFile=automation/rds-postgres.tf)
DEBUG: manager extract durations (ms) (repository=big-bang/team/tools/repo-sync, baseBranch=main)
       "managers": {
         "devcontainer": 2,
         "dockerfile": 3,
         "helm-values": 6,
         "helmv3": 6,
         "npm": 45,
         "terraform": 50
       }
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": 59},
           "terraform": {"fileCount": 4, "depCount": 9}
         },
         "total": {"fileCount": 7, "depCount": 70}
       }
 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034857",
         "mil.dso.ironbank.image.keywords": "nodejs,node,javascript",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:19:38+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": "31312db5417e506668d22c2e9e85c0cc269e6244",
         "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.10.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 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 "angular" (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: 14 flattened updates found: registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current, @keyv/postgres, @types/express, axios, keyv, typedoc-plugin-dt-links, typedoc-plugin-dt-links, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @vitest/coverage-istanbul, eslint-import-resolver-typescript, eslint-import-resolver-typescript, typedoc, vitest (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Returning 5 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.9.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current:v23.9.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v23.10.0",
                     "newValue": "v23.10.0",
                     "newMajor": 23,
                     "newMinor": 10,
                     "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.9.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v23.9.0"
               }
             ],
             "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.758.0",
                 "updates": [],
                 "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.758.0",
                 "currentVersionTimestamp": "2025-02-27T20:17:38.722Z",
                 "currentVersionAgeInDays": 20,
                 "fixedVersion": "3.758.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@aws-sdk/client-sqs",
                 "currentValue": "^3.682.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.758.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.758.0",
                 "currentVersionTimestamp": "2025-02-27T20:18:20.816Z",
                 "currentVersionAgeInDays": 20,
                 "fixedVersion": "3.758.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@keyv/postgres",
                 "currentValue": "^2.1.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.1.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.1.2",
                     "newValue": "^2.1.1",
                     "releaseTimestamp": "2025-03-15T21:23:08.820Z",
                     "newVersionAgeInDays": 4,
                     "newMajor": 2,
                     "newMinor": 1,
                     "newPatch": 2,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(patch)"
                   }
                 ],
                 "packageName": "@keyv/postgres",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jaredwray/keyv",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.1.1",
                 "currentVersionTimestamp": "2025-02-18T03:01:43.490Z",
                 "currentVersionAgeInDays": 30,
                 "isSingleVersion": true,
                 "fixedVersion": "2.1.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "@mobily/ts-belt",
                 "currentValue": "^4.0.0-rc.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.0.0-rc.5",
                 "updates": [],
                 "packageName": "@mobily/ts-belt",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/mobily/ts-belt",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.0.0-rc.5",
                 "currentVersionTimestamp": "2023-01-10T13:40:27.227Z",
                 "currentVersionAgeInDays": 799,
                 "fixedVersion": "4.0.0-rc.5"
               },
               {
                 "depType": "dependencies",
                 "depName": "@types/express",
                 "currentValue": "^5.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "5.0.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.0.1",
                     "newValue": "^5.0.0",
                     "releaseTimestamp": "2025-03-19T19:32:13.062Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 5,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(patch)"
                   }
                 ],
                 "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": 175,
                 "isSingleVersion": true,
                 "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": 498,
                 "fixedVersion": "4.0.9"
               },
               {
                 "depType": "dependencies",
                 "depName": "@types/jsonwebtoken",
                 "currentValue": "^9.0.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "9.0.9",
                 "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.9",
                 "currentVersionTimestamp": "2025-02-22T08:03:25.566Z",
                 "currentVersionAgeInDays": 25,
                 "fixedVersion": "9.0.9"
               },
               {
                 "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": 373,
                 "fixedVersion": "0.5.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "axios",
                 "currentValue": "^1.4.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.8.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.8.4",
                     "newValue": "^1.4.0",
                     "releaseTimestamp": "2025-03-19T19:27:47.752Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 1,
                     "newMinor": 8,
                     "newPatch": 4,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(patch)"
                   }
                 ],
                 "packageName": "axios",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/axios/axios",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://axios-http.com",
                 "currentVersion": "1.8.2",
                 "currentVersionTimestamp": "2025-03-07T07:41:11.719Z",
                 "currentVersionAgeInDays": 12,
                 "isSingleVersion": true,
                 "fixedVersion": "1.8.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "axios-retry",
                 "currentValue": "^4.5.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.5.0",
                 "updates": [],
                 "packageName": "axios-retry",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/softonic/axios-retry",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.5.0",
                 "currentVersionTimestamp": "2024-08-02T06:52:14.405Z",
                 "currentVersionAgeInDays": 229,
                 "fixedVersion": "4.5.0"
               },
               {
                 "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": 191,
                 "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": 79,
                 "fixedVersion": "9.1.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "cron",
                 "currentValue": "^4.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.1.0",
                 "updates": [],
                 "packageName": "cron",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kelektiv/node-cron",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.1.0",
                 "currentVersionTimestamp": "2025-02-24T21:36:24.393Z",
                 "currentVersionAgeInDays": 23,
                 "fixedVersion": "4.1.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": 106,
                 "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": 104,
                 "fixedVersion": "4.21.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "express-rate-limit",
                 "currentValue": "^7.5.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "7.5.0",
                 "updates": [],
                 "packageName": "express-rate-limit",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/express-rate-limit/express-rate-limit",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "7.5.0",
                 "currentVersionTimestamp": "2024-12-15T05:04:55.384Z",
                 "currentVersionAgeInDays": 95,
                 "fixedVersion": "7.5.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "express-slow-down",
                 "currentValue": "^2.0.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.0.3",
                 "updates": [],
                 "packageName": "express-slow-down",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/express-rate-limit/express-slow-down",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.0.3",
                 "currentVersionTimestamp": "2024-05-08T20:02:18.202Z",
                 "currentVersionAgeInDays": 315,
                 "fixedVersion": "2.0.3"
               },
               {
                 "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": 94,
                 "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": 138,
                 "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": 1435,
                 "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": 567,
                 "fixedVersion": "9.0.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "keyv",
                 "currentValue": "^5.2.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "5.3.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.3.2",
                     "newValue": "^5.2.3",
                     "releaseTimestamp": "2025-03-15T21:27:19.974Z",
                     "newVersionAgeInDays": 4,
                     "newMajor": 5,
                     "newMinor": 3,
                     "newPatch": 2,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(patch)"
                   }
                 ],
                 "packageName": "keyv",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jaredwray/keyv",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "5.3.1",
                 "currentVersionTimestamp": "2025-03-03T00:43:26.406Z",
                 "currentVersionAgeInDays": 17,
                 "isSingleVersion": true,
                 "fixedVersion": "5.3.1"
               },
               {
                 "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": 742,
                 "fixedVersion": "6.9.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "msw",
                 "currentValue": "^2.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.7.3",
                 "updates": [],
                 "packageName": "msw",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/mswjs/msw",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://mswjs.io",
                 "currentVersion": "2.7.3",
                 "currentVersionTimestamp": "2025-02-24T14:15:41.273Z",
                 "currentVersionAgeInDays": 23,
                 "fixedVersion": "2.7.3"
               },
               {
                 "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": 265,
                 "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": 181,
                 "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": 467,
                 "fixedVersion": "10.9.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "typedoc-plugin-dt-links",
                 "currentValue": "^1.1.10",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.1.15",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.1.16",
                     "newValue": "^1.1.10",
                     "releaseTimestamp": "2025-03-16T00:10:46.382Z",
                     "newVersionAgeInDays": 4,
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 16,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(patch)"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "2.0.0",
                     "newValue": "^2.0.0",
                     "releaseTimestamp": "2025-03-16T14:51:27.023Z",
                     "newVersionAgeInDays": 3,
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/typedoc-plugin-dt-links-2.x"
                   }
                 ],
                 "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.15",
                 "currentVersionTimestamp": "2025-03-09T00:09:18.825Z",
                 "currentVersionAgeInDays": 11,
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.15"
               },
               {
                 "depType": "dependencies",
                 "depName": "uuid",
                 "currentValue": "^11.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "11.1.0",
                 "updates": [],
                 "packageName": "uuid",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/uuidjs/uuid",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "11.1.0",
                 "currentVersionTimestamp": "2025-02-19T18:16:11.602Z",
                 "currentVersionAgeInDays": 28,
                 "fixedVersion": "11.1.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "zod",
                 "currentValue": "^3.24.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.24.2",
                 "updates": [],
                 "packageName": "zod",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/colinhacks/zod",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://zod.dev",
                 "currentVersion": "3.24.2",
                 "currentVersionTimestamp": "2025-02-11T22:53:53.801Z",
                 "currentVersionAgeInDays": 36,
                 "fixedVersion": "3.24.2"
               },
               {
                 "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": 55,
                 "fixedVersion": "3.734.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@eslint/eslintrc",
                 "currentValue": "^3.1.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.3.0",
                 "updates": [],
                 "packageName": "@eslint/eslintrc",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint/eslintrc",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.3.0",
                 "currentVersionTimestamp": "2025-02-21T21:03:58.860Z",
                 "currentVersionAgeInDays": 26,
                 "fixedVersion": "3.3.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@eslint/js",
                 "currentValue": "^9.8.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.22.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.22.0",
                 "currentVersionTimestamp": "2025-03-07T21:00:18.975Z",
                 "currentVersionAgeInDays": 12,
                 "fixedVersion": "9.22.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@faker-js/faker",
                 "currentValue": "^9.2.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.6.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.6.0",
                 "currentVersionTimestamp": "2025-03-07T12:52:14.375Z",
                 "currentVersionAgeInDays": 12,
                 "fixedVersion": "9.6.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": 730,
                 "fixedVersion": "3.2.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/chai",
                 "currentValue": "^5.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.2.0",
                 "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.2.0",
                 "currentVersionTimestamp": "2025-03-05T19:02:35.137Z",
                 "currentVersionAgeInDays": 14,
                 "fixedVersion": "5.2.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/pg",
                 "currentValue": "^8.11.11",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.11.11",
                 "updates": [],
                 "packageName": "@types/pg",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/pg",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg",
                 "currentVersion": "8.11.11",
                 "currentVersionTimestamp": "2025-01-23T20:03:02.878Z",
                 "currentVersionAgeInDays": 55,
                 "fixedVersion": "8.11.11"
               },
               {
                 "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": 448,
                 "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": 272,
                 "fixedVersion": "10.0.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@typescript-eslint/eslint-plugin",
                 "currentValue": "^8.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.26.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "8.27.0",
                     "newValue": "^8.0.0",
                     "releaseTimestamp": "2025-03-20T01:06:35.137Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 8,
                     "newMinor": 27,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(minor)"
                   }
                 ],
                 "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.26.1",
                 "currentVersionTimestamp": "2025-03-10T17:19:45.028Z",
                 "currentVersionAgeInDays": 9,
                 "isSingleVersion": true,
                 "fixedVersion": "8.26.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@typescript-eslint/parser",
                 "currentValue": "^8.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.26.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "8.27.0",
                     "newValue": "^8.0.0",
                     "releaseTimestamp": "2025-03-20T01:06:22.997Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 8,
                     "newMinor": 27,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(minor)"
                   }
                 ],
                 "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.26.1",
                 "currentVersionTimestamp": "2025-03-10T17:19:32.616Z",
                 "currentVersionAgeInDays": 9,
                 "isSingleVersion": true,
                 "fixedVersion": "8.26.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@vitest/coverage-istanbul",
                 "currentValue": "^3.0.8",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.0.8",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.0.9",
                     "newValue": "^3.0.8",
                     "releaseTimestamp": "2025-03-17T11:59:47.469Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 9,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(patch)"
                   }
                 ],
                 "packageName": "@vitest/coverage-istanbul",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/vitest-dev/vitest",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/coverage-istanbul",
                 "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/coverage-istanbul#readme",
                 "currentVersion": "3.0.8",
                 "currentVersionTimestamp": "2025-03-06T15:16:45.785Z",
                 "currentVersionAgeInDays": 13,
                 "isSingleVersion": true,
                 "fixedVersion": "3.0.8"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.22.0",
                 "updates": [],
                 "packageName": "eslint",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint/eslint",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://eslint.org",
                 "currentVersion": "9.22.0",
                 "currentVersionTimestamp": "2025-03-07T21:17:39.226Z",
                 "currentVersionAgeInDays": 12,
                 "fixedVersion": "9.22.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-import-resolver-typescript",
                 "currentValue": "^3.6.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.8.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.9.1",
                     "newValue": "^3.6.3",
                     "releaseTimestamp": "2025-03-16T10:14:27.951Z",
                     "newVersionAgeInDays": 3,
                     "newMajor": 3,
                     "newMinor": 9,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(minor)"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "4.2.2",
                     "newValue": "^4.0.0",
                     "releaseTimestamp": "2025-03-19T02:08:18.367Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 4,
                     "newMinor": 2,
                     "newPatch": 2,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/eslint-import-resolver-typescript-4.x"
                   }
                 ],
                 "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.8.4",
                 "currentVersionTimestamp": "2025-03-10T19:35:55.494Z",
                 "currentVersionAgeInDays": 9,
                 "isSingleVersion": true,
                 "fixedVersion": "3.8.4"
               },
               {
                 "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": 167,
                 "fixedVersion": "2.31.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-n",
                 "currentValue": "^17.11.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "17.16.2",
                 "updates": [],
                 "packageName": "eslint-plugin-n",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint-community/eslint-plugin-n",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "17.16.2",
                 "currentVersionTimestamp": "2025-03-04T21:24:08.689Z",
                 "currentVersionAgeInDays": 15,
                 "fixedVersion": "17.16.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "globals",
                 "currentValue": "^16.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "16.0.0",
                 "updates": [],
                 "packageName": "globals",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/sindresorhus/globals",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "16.0.0",
                 "currentVersionTimestamp": "2025-02-20T12:49:05.239Z",
                 "currentVersionAgeInDays": 27,
                 "fixedVersion": "16.0.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "nock",
                 "currentValue": "^14.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "14.0.1",
                 "updates": [],
                 "packageName": "nock",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/nock/nock",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "14.0.1",
                 "currentVersionTimestamp": "2025-02-06T23:29:15.809Z",
                 "currentVersionAgeInDays": 41,
                 "fixedVersion": "14.0.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "prettier",
                 "currentValue": "^3.3.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.5.3",
                 "updates": [],
                 "packageName": "prettier",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/prettier/prettier",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://prettier.io",
                 "currentVersion": "3.5.3",
                 "currentVersionTimestamp": "2025-03-03T01:18:57.493Z",
                 "currentVersionAgeInDays": 17,
                 "fixedVersion": "3.5.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "smee-client",
                 "currentValue": "^3.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.1.1",
                 "updates": [],
                 "packageName": "smee-client",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/probot/smee-client",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.1.1",
                 "currentVersionTimestamp": "2025-03-03T15:25:14.223Z",
                 "currentVersionAgeInDays": 16,
                 "fixedVersion": "3.1.1"
               },
               {
                 "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": 329,
                 "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": 721,
                 "fixedVersion": "4.2.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "tsx",
                 "currentValue": "^4.19.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "4.19.3",
                 "updates": [],
                 "packageName": "tsx",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/privatenumber/tsx",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://tsx.is",
                 "currentVersion": "4.19.3",
                 "currentVersionTimestamp": "2025-02-19T00:55:52.450Z",
                 "currentVersionAgeInDays": 29,
                 "fixedVersion": "4.19.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typedoc",
                 "currentValue": "^0.27.6",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "0.27.9",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.28.1",
                     "newValue": "^0.28.0",
                     "releaseTimestamp": "2025-03-20T02:33:59.308Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 0,
                     "newMinor": 28,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/(dev)-dependencies-(minor)"
                   }
                 ],
                 "packageName": "typedoc",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/TypeStrong/TypeDoc",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://typedoc.org",
                 "currentVersion": "0.27.9",
                 "currentVersionTimestamp": "2025-02-25T01:38:01.227Z",
                 "currentVersionAgeInDays": 23,
                 "isSingleVersion": false,
                 "fixedVersion": "0.27.9"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typedoc-plugin-mdn-links",
                 "currentValue": "^5.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.0.1",
                 "updates": [],
                 "packageName": "typedoc-plugin-mdn-links",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/Gerrit0/typedoc-plugin-mdn-links",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "5.0.1",
                 "currentVersionTimestamp": "2025-03-02T18:24:17.034Z",
                 "currentVersionAgeInDays": 17,
                 "fixedVersion": "5.0.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typedoc-plugin-zod",
                 "currentValue": "^1.3.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "1.4.0",
                 "updates": [],
                 "packageName": "typedoc-plugin-zod",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/Gerrit0/typedoc-plugin-zod",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "1.4.0",
                 "currentVersionTimestamp": "2025-03-02T20:14:05.785Z",
                 "currentVersionAgeInDays": 17,
                 "fixedVersion": "1.4.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typescript",
                 "currentValue": "^5.7.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.8.2",
                 "updates": [],
                 "packageName": "typescript",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/microsoft/TypeScript",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://www.typescriptlang.org/",
                 "currentVersion": "5.8.2",
                 "currentVersionTimestamp": "2025-02-28T16:52:08.252Z",
                 "currentVersionAgeInDays": 19,
                 "fixedVersion": "5.8.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "vitest",
                 "currentValue": "^3.0.8",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.0.8",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.0.9",
                     "newValue": "^3.0.8",
                     "releaseTimestamp": "2025-03-17T11:59:44.171Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 9,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(patch)"
                   }
                 ],
                 "packageName": "vitest",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/vitest-dev/vitest",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/vitest",
                 "currentVersion": "3.0.8",
                 "currentVersionTimestamp": "2025-03-06T15:16:42.630Z",
                 "currentVersionAgeInDays": 13,
                 "isSingleVersion": true,
                 "fixedVersion": "3.0.8"
               },
               {
                 "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.10.0",
                 "currentVersionTimestamp": "2025-03-13T00:00:00.000Z",
                 "currentVersionAgeInDays": 7
               }
             ],
             "extractedConstraints": {"node": "^23.1.0", "npm": ">=7"},
             "packageFileVersion": "2.0.9",
             "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.91.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.91.0",
                 "currentVersionTimestamp": "2025-03-13T17:06:13.000Z",
                 "currentVersionAgeInDays": 6,
                 "fixedVersion": "5.91.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.91.0",
                 "skipReason": "unspecified-version",
                 "updates": []
               }
             ],
             "packageFile": "automation/main.tf"
           },
           {
             "deps": [
               {
                 "depName": "terraform-aws-modules/s3-bucket/aws",
                 "depType": "module",
                 "currentValue": "4.6.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.6.0",
                 "currentVersionTimestamp": "2025-02-12T10:08:50.257Z",
                 "currentVersionAgeInDays": 35,
                 "fixedVersion": "4.6.0"
               }
             ],
             "packageFile": "automation/modules/s3/main.tf"
           },
           {
             "deps": [
               {
                 "currentValue": "~> 5.0",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "lockedVersion": "5.91.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.91.0",
                 "currentVersionTimestamp": "2025-03-13T17:06:13.000Z",
                 "currentVersionAgeInDays": 6,
                 "fixedVersion": "5.91.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.91.0",
                 "skipReason": "unspecified-version",
                 "updates": []
               },
               {
                 "depName": "s3",
                 "depType": "module",
                 "skipReason": "local",
                 "updates": [],
                 "packageName": "s3"
               }
             ],
             "packageFile": "automation/remote-state-bootstrap/main.tf"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/team/tools/repo-sync)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/team/tools/repo-sync)
DEBUG: processRepo() (repository=big-bang/team/tools/repo-sync)
DEBUG: Processing 5 branches: renovate/(dev)-dependencies-(minor), renovate/(dev)-dependencies-(patch), renovate/eslint-import-resolver-typescript-4.x, renovate/ib-updates, renovate/typedoc-plugin-dt-links-2.x (repository=big-bang/team/tools/repo-sync)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/team/tools/repo-sync)
DEBUG: currentHourStart=2025-03-20T06: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(412) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(412) (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(413) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(413) (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(414) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(414) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/eslint-import-resolver-typescript-4.x) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/eslint-import-resolver-typescript-4.x, undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(415) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(415) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/typedoc-plugin-dt-links-2.x) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/typedoc-plugin-dt-links-2.x, undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(416) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(416) (repository=big-bang/team/tools/repo-sync)
DEBUG: 5 PRs are currently open (repository=big-bang/team/tools/repo-sync)
DEBUG: PR concurrent limit remaining: 5 (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-03-20T06: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: 5 already existing branches found: renovate/(dev)-dependencies-(patch),renovate/(dev)-dependencies-(minor),renovate/ib-updates,renovate/eslint-import-resolver-typescript-4.x,renovate/typedoc-plugin-dt-links-2.x (repository=big-bang/team/tools/repo-sync)
DEBUG: Branch concurrent limit remaining: 5 (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(412) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: getMR(412) (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-03-20T06:12:50.187Z) (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-03-18T14:50:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: npm.updateLockedDependency: @keyv/postgres@2.1.1 -> 2.1.2 [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": "@keyv/postgres",
       "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: @keyv/postgres@2.1.1 -> 2.1.2 [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: @types/express@5.0.0 -> 5.0.1 [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: @vitest/coverage-istanbul@3.0.8 -> 3.0.9 [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: axios@1.8.2 -> 1.8.4 [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: keyv@5.3.1 -> 5.3.2 [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-dt-links@1.1.15 -> 1.1.16 [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: vitest@3.0.8 -> 3.0.9 [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 @keyv/postgres@2.1.2 @types/express@5.0.1 @vitest/coverage-istanbul@3.0.9 axios@1.8.4 keyv@5.3.2 typedoc-plugin-dt-links@1.1.16 vitest@3.0.9"
DEBUG: exec completed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "durationMs": 4665,
       "stdout": "\nup to date in 5s\n\n181 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.9',\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 #412 is removed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Getting comments for #412 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found 9 comments (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Ensuring comment "ℹ Artifact update notice" in #412 is removed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Getting comments for #412 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found 9 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": "154aaedf0e13bc599053db9805b49e360bcc8953",
         "root": false,
         "summary": {"changes": 1, "insertions": 162, "deletions": 172}
       }
DEBUG: Pushing refSpec renovate/(dev)-dependencies-(patch):renovate/(dev)-dependencies-(patch) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: git push (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/(dev)-dependencies-(patch)"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/(dev)-dependencies-(patch):",
             "https://repo1.dso.mil/big-bang/team/tools/repo-sync/-/merge_requests/412"
           ]
         }
       }
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-03-18T14:50:11+00:00"
 INFO: Branch updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "commitSha": "154aaedf0e13bc599053db9805b49e360bcc8953"
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(412) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: getMR(412) (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/jaredwray/keyv (2.1.1 -> 2.1.2) (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": "@keyv/postgres",
       "sourceUrl": "https://github.com/jaredwray/keyv"
DEBUG: Fetching changelog: https://github.com/DefinitelyTyped/DefinitelyTyped (5.0.0 -> 5.0.1) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Fetching changelog: https://github.com/vitest-dev/vitest (3.0.8 -> 3.0.9) (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": "@vitest/coverage-istanbul",
       "sourceUrl": "https://github.com/vitest-dev/vitest"
DEBUG: Fetching changelog: https://github.com/axios/axios (1.8.2 -> 1.8.4) (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": "axios",
       "sourceUrl": "https://github.com/axios/axios"
DEBUG: Fetching changelog: https://github.com/jaredwray/keyv (5.3.1 -> 5.3.2) (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": "keyv",
       "sourceUrl": "https://github.com/jaredwray/keyv"
DEBUG: Fetching changelog: https://github.com/Gerrit0/typedoc-plugin-dt-links (1.1.15 -> 1.1.16) (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/vitest-dev/vitest (3.0.8 -> 3.0.9) (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": "vitest",
       "sourceUrl": "https://github.com/vitest-dev/vitest"
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": "chore(deps): update (dev) dependencies (patch)"
 INFO: PR updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "pr": 412,
       "prTitle": "chore(deps): 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: setBranchCommit() (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/(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(413) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: getMR(413) (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-03-20T06:12:57.431Z) (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-03-18T14:50:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: npm.updateLockedDependency: @typescript-eslint/eslint-plugin@8.26.1 -> 8.27.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": "@typescript-eslint/eslint-plugin",
       "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: @typescript-eslint/eslint-plugin@8.26.1 -> 8.27.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: npm.updateLockedDependency: @typescript-eslint/parser@8.26.1 -> 8.27.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: npm.updateLockedDependency: eslint-import-resolver-typescript@3.8.4 -> 3.9.1 [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: npm.updateDependency(): devDependencies.typedoc = ^0.28.0 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Updating typedoc in package.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: npm.updateArtifacts(package.json) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: No packageManager updates - returning null (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Updated 1 package files (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: Writing package.json (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"
DEBUG: exec completed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "durationMs": 3903,
       "stdout": "\nup to date in 4s\n\n182 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.9',\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: 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 @typescript-eslint/eslint-plugin@8.27.0 @typescript-eslint/parser@8.27.0 eslint-import-resolver-typescript@3.9.1"
DEBUG: exec completed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "durationMs": 1255,
       "stdout": "\nup to date in 1s\n\n182 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.9',\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 #413 is removed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Getting comments for #413 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Found 9 comments (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Ensuring comment "ℹ Artifact update notice" in #413 is removed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Getting comments for #413 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Found 9 comments (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: 2 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": "56b8341b6537e8db8335ff59388c84703da87801",
         "root": false,
         "summary": {"changes": 2, "insertions": 300, "deletions": 0}
       }
DEBUG: Pushing refSpec renovate/(dev)-dependencies-(minor):renovate/(dev)-dependencies-(minor) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: git push (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/(dev)-dependencies-(minor)"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/(dev)-dependencies-(minor):",
             "https://repo1.dso.mil/big-bang/team/tools/repo-sync/-/merge_requests/413"
           ]
         }
       }
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-03-18T14:50:11+00:00"
 INFO: Branch updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "commitSha": "56b8341b6537e8db8335ff59388c84703da87801"
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(413) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: getMR(413) (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/typescript-eslint/typescript-eslint (8.26.1 -> 8.27.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": "@typescript-eslint/eslint-plugin",
       "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint"
DEBUG: Fetching changelog: https://github.com/typescript-eslint/typescript-eslint (8.26.1 -> 8.27.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": "@typescript-eslint/parser",
       "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint"
DEBUG: Fetching changelog: https://github.com/import-js/eslint-import-resolver-typescript (3.8.4 -> 3.9.1) (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": "eslint-import-resolver-typescript",
       "sourceUrl": "https://github.com/import-js/eslint-import-resolver-typescript"
DEBUG: Fetching changelog: https://github.com/TypeStrong/TypeDoc (0.27.9 -> 0.28.1) (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": "typedoc",
       "sourceUrl": "https://github.com/TypeStrong/TypeDoc"
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": "chore(deps): update (dev) dependencies (minor)"
 INFO: PR updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "pr": 413,
       "prTitle": "chore(deps): update (dev) dependencies (minor)"
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: setBranchCommit() (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(414) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(414) (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-03-20T06:13:04.842Z) (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-03-18T14:50:11+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-03-18T14:50:11+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(414) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(414) (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.9.0 -> v23.10.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": "chore(deps): update registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current docker tag to v23.10.0"
 INFO: PR updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
       "pr": 414,
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current docker tag to v23.10.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: syncBranchState() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: getBranchPr(renovate/eslint-import-resolver-typescript-4.x) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: findPr(renovate/eslint-import-resolver-typescript-4.x, undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: getPr(415) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: getMR(415) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:13:06.226Z) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.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/eslint-import-resolver-typescript-4.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: isBranchConflicted(main, renovate/eslint-import-resolver-typescript-4.x) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-18T14:50:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: npm.updateDependency(): devDependencies.eslint-import-resolver-typescript = ^4.0.0 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Getting updated lock files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Writing package.json files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Writing any updated package files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: No files to commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-18T14:50:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: getBranchPr(renovate/eslint-import-resolver-typescript-4.x) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: findPr(renovate/eslint-import-resolver-typescript-4.x, undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: getPr(415) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: getMR(415) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: Fetching changelog: https://github.com/import-js/eslint-import-resolver-typescript (3.8.4 -> 4.2.2) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
       "manager": "npm",
       "packageName": "eslint-import-resolver-typescript",
       "sourceUrl": "https://github.com/import-js/eslint-import-resolver-typescript"
DEBUG: Processing existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: PR body changed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
       "prTitle": "chore(deps): update dependency eslint-import-resolver-typescript to v4"
 INFO: PR updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
       "pr": 415,
       "prTitle": "chore(deps): update dependency eslint-import-resolver-typescript to v4"
DEBUG: setPrCache() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/eslint-import-resolver-typescript-4.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: getBranchPr(renovate/typedoc-plugin-dt-links-2.x) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: findPr(renovate/typedoc-plugin-dt-links-2.x, undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: getPr(416) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: getMR(416) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:13:07.231Z) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.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/typedoc-plugin-dt-links-2.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: isBranchConflicted(main, renovate/typedoc-plugin-dt-links-2.x) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-18T14:50:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: npm.updateDependency(): dependencies.typedoc-plugin-dt-links = ^2.0.0 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Getting updated lock files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Writing package.json files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Writing any updated package files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: No files to commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
       "branchName": "main",
       "latestCommitDate": "2025-03-18T14:50:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: getBranchPr(renovate/typedoc-plugin-dt-links-2.x) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: findPr(renovate/typedoc-plugin-dt-links-2.x, undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: getPr(416) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: getMR(416) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: Fetching changelog: https://github.com/Gerrit0/typedoc-plugin-dt-links (1.1.15 -> 2.0.0) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
       "manager": "npm",
       "packageName": "typedoc-plugin-dt-links",
       "sourceUrl": "https://github.com/Gerrit0/typedoc-plugin-dt-links"
DEBUG: Processing existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: PR body changed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
       "prTitle": "chore(deps): update dependency typedoc-plugin-dt-links to v2"
 INFO: PR updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
       "pr": 416,
       "prTitle": "chore(deps): update dependency typedoc-plugin-dt-links to v2"
DEBUG: setPrCache() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/typedoc-plugin-dt-links-2.x)
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(412) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(412) (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(413) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(413) (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(414) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(414) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/eslint-import-resolver-typescript-4.x) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/eslint-import-resolver-typescript-4.x, undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(415) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(415) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/typedoc-plugin-dt-links-2.x) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/typedoc-plugin-dt-links-2.x, undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(416) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(416) (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/eslint-import-resolver-typescript-4.x",
         "renovate/ib-updates",
         "renovate/typedoc-plugin-dt-links-2.x"
       ],
       "renovateBranches": [
         "renovate/(dev)-dependencies-(minor)",
         "renovate/(dev)-dependencies-(patch)",
         "renovate/eslint-import-resolver-typescript-4.x",
         "renovate/ib-updates",
         "renovate/typedoc-plugin-dt-links-2.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": "c6bf15a76a916c36507dca7aa438b0f6e857e71a"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c6bf15a76a916c36507dca7aa438b0f6e857e71a",
           "branchName": "renovate/(dev)-dependencies-(patch)",
           "branchSha": "154aaedf0e13bc599053db9805b49e360bcc8953",
           "isModified": false,
           "isPristine": true
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c6bf15a76a916c36507dca7aa438b0f6e857e71a",
           "branchName": "renovate/(dev)-dependencies-(minor)",
           "branchSha": "56b8341b6537e8db8335ff59388c84703da87801",
           "isModified": false,
           "isPristine": true
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c6bf15a76a916c36507dca7aa438b0f6e857e71a",
           "branchName": "renovate/ib-updates",
           "branchSha": "2eaea05da5a1c8d08015aec37a8629c474a2b3d7",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c6bf15a76a916c36507dca7aa438b0f6e857e71a",
           "branchName": "renovate/eslint-import-resolver-typescript-4.x",
           "branchSha": "45a74ab901fae583c3f553be016ffee29244648a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c6bf15a76a916c36507dca7aa438b0f6e857e71a",
           "branchName": "renovate/typedoc-plugin-dt-links-2.x",
           "branchSha": "8893248975fe988a165da1cebe7b6aacae7cca44",
           "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": 412,
           "prTitle": "chore(deps): update (dev) dependencies (patch)",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@keyv/postgres",
               "displayPending": "",
               "fixedVersion": "2.1.1",
               "currentVersion": "2.1.1",
               "currentValue": "^2.1.1",
               "newValue": "^2.1.1",
               "newVersion": "2.1.2",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "@keyv/postgres"
             },
             {
               "datasource": "npm",
               "depName": "@types/express",
               "displayPending": "",
               "fixedVersion": "5.0.0",
               "currentVersion": "5.0.0",
               "currentValue": "^5.0.0",
               "newValue": "^5.0.0",
               "newVersion": "5.0.1",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "@types/express"
             },
             {
               "datasource": "npm",
               "depName": "@vitest/coverage-istanbul",
               "displayPending": "",
               "fixedVersion": "3.0.8",
               "currentVersion": "3.0.8",
               "currentValue": "^3.0.8",
               "newValue": "^3.0.8",
               "newVersion": "3.0.9",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "@vitest/coverage-istanbul"
             },
             {
               "datasource": "npm",
               "depName": "axios",
               "displayPending": "",
               "fixedVersion": "1.8.2",
               "currentVersion": "1.8.2",
               "currentValue": "^1.4.0",
               "newValue": "^1.4.0",
               "newVersion": "1.8.4",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "axios"
             },
             {
               "datasource": "npm",
               "depName": "keyv",
               "displayPending": "",
               "fixedVersion": "5.3.1",
               "currentVersion": "5.3.1",
               "currentValue": "^5.2.3",
               "newValue": "^5.2.3",
               "newVersion": "5.3.2",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "keyv"
             },
             {
               "datasource": "npm",
               "depName": "typedoc-plugin-dt-links",
               "displayPending": "",
               "fixedVersion": "1.1.15",
               "currentVersion": "1.1.15",
               "currentValue": "^1.1.10",
               "newValue": "^1.1.10",
               "newVersion": "1.1.16",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "typedoc-plugin-dt-links"
             },
             {
               "datasource": "npm",
               "depName": "vitest",
               "displayPending": "",
               "fixedVersion": "3.0.8",
               "currentVersion": "3.0.8",
               "currentValue": "^3.0.8",
               "newValue": "^3.0.8",
               "newVersion": "3.0.9",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "vitest"
             }
           ]
         },
         {
           "branchName": "renovate/(dev)-dependencies-(minor)",
           "prNo": 413,
           "prTitle": "chore(deps): update (dev) dependencies (minor)",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@typescript-eslint/eslint-plugin",
               "displayPending": "",
               "fixedVersion": "8.26.1",
               "currentVersion": "8.26.1",
               "currentValue": "^8.0.0",
               "newValue": "^8.0.0",
               "newVersion": "8.27.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@typescript-eslint/eslint-plugin"
             },
             {
               "datasource": "npm",
               "depName": "@typescript-eslint/parser",
               "displayPending": "",
               "fixedVersion": "8.26.1",
               "currentVersion": "8.26.1",
               "currentValue": "^8.0.0",
               "newValue": "^8.0.0",
               "newVersion": "8.27.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@typescript-eslint/parser"
             },
             {
               "datasource": "npm",
               "depName": "eslint-import-resolver-typescript",
               "displayPending": "",
               "fixedVersion": "3.8.4",
               "currentVersion": "3.8.4",
               "currentValue": "^3.6.3",
               "newValue": "^3.6.3",
               "newVersion": "3.9.1",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "eslint-import-resolver-typescript"
             },
             {
               "datasource": "npm",
               "depName": "typedoc",
               "displayPending": "",
               "fixedVersion": "0.27.9",
               "currentVersion": "0.27.9",
               "currentValue": "^0.27.6",
               "newValue": "^0.28.0",
               "newVersion": "0.28.1",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "typedoc"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 414,
           "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current docker tag to v23.10.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
               "displayPending": "",
               "fixedVersion": "v23.9.0",
               "currentVersion": "v23.9.0",
               "currentValue": "v23.9.0",
               "newValue": "v23.10.0",
               "newVersion": "v23.10.0",
               "packageFile": "Dockerfile",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-import-resolver-typescript-4.x",
           "prNo": 415,
           "prTitle": "chore(deps): update dependency eslint-import-resolver-typescript to v4",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-import-resolver-typescript",
               "displayPending": "",
               "fixedVersion": "3.8.4",
               "currentVersion": "3.8.4",
               "currentValue": "^3.6.3",
               "newValue": "^4.0.0",
               "newVersion": "4.2.2",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "eslint-import-resolver-typescript"
             }
           ]
         },
         {
           "branchName": "renovate/typedoc-plugin-dt-links-2.x",
           "prNo": 416,
           "prTitle": "chore(deps): update dependency typedoc-plugin-dt-links to v2",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "typedoc-plugin-dt-links",
               "displayPending": "",
               "fixedVersion": "1.1.15",
               "currentVersion": "1.1.15",
               "currentValue": "^1.1.10",
               "newValue": "^2.0.0",
               "newVersion": "2.0.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "typedoc-plugin-dt-links"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/team/tools/repo-sync)
       "stats": {"total": 130, "open": 5, "closed": 13, "merged": 112}
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": 8533, "extract": 580, "lookup": 1984, "onboarding": 1, "update": 19346},
       "total": 31057
DEBUG: Package cache statistics (repository=big-bang/team/tools/repo-sync)
       "get": {"count": 67, "avgMs": 8, "medianMs": 1, "maxMs": 245, "totalMs": 569},
       "set": {"count": 59, "avgMs": 22, "medianMs": 6, "maxMs": 208, "totalMs": 1289}
DEBUG: Datasource cache statistics (repository=big-bang/team/tools/repo-sync)
       "node-version": {"https://nodejs.org/dist": {"hit": 1, "miss": 0, "set": 0, "skip": 0}}
DEBUG: HTTP statistics (repository=big-bang/team/tools/repo-sync)
       "hosts": {
         "registry.npmjs.org": {
           "count": 53,
           "reqAvgMs": 95,
           "reqMedianMs": 45,
           "reqMaxMs": 594,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 40,
           "reqMedianMs": 33,
           "reqMaxMs": 72,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 23,
           "reqAvgMs": 522,
           "reqMedianMs": 279,
           "reqMaxMs": 4747,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 82
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},
         "/@keyv%2Fpostgres": {"hit": 0, "miss": 1},
         "/@mobily%2Fts-belt": {"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%2Fpg": {"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-istanbul": {"hit": 0, "miss": 1},
         "/async-mutex": {"hit": 0, "miss": 1},
         "/axios": {"hit": 0, "miss": 1},
         "/axios-retry": {"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},
         "/express-rate-limit": {"hit": 0, "miss": 1},
         "/express-slow-down": {"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},
         "/keyv": {"hit": 0, "miss": 1},
         "/log4js": {"hit": 0, "miss": 1},
         "/msw": {"hit": 0, "miss": 1},
         "/nock": {"hit": 0, "miss": 1},
         "/prettier": {"hit": 0, "miss": 0, "localHit": 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": 0, "localHit": 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": 186, "medianMs": 371, "maxMs": 371, "totalMs": 372},
       "terraform-provider": {"count": 2, "avgMs": 52, "medianMs": 52, "maxMs": 52, "totalMs": 103},
       "terraform-module": {"count": 1, "avgMs": 54, "medianMs": 54, "maxMs": 54, "totalMs": 54},
       "npm": {"count": 58, "avgMs": 144, "medianMs": 68, "maxMs": 927, "totalMs": 8330},
       "node-version": {"count": 1, "avgMs": 173, "medianMs": 173, "maxMs": 173, "totalMs": 173}
 INFO: Repository finished (repository=big-bang/team/tools/repo-sync)
       "cloned": true,
       "durationMs": 31057
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": 831
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-03-20T06: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-03-20T06: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": 1750, "extract": 114, "lookup": 9, "onboarding": 0, "update": 0},
       "total": 1877
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": 133,
           "reqMedianMs": 124,
           "reqMaxMs": 173,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1877
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=101) (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": 432
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": 1265
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": 173,
           "reqMedianMs": 165,
           "reqMaxMs": 252,
           "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": 1265
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=98) (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": 465
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": 1098
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": 110,
           "reqMedianMs": 98,
           "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": 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/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": 797
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-03-20T06: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-03-20T06: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": 1715, "extract": 112, "lookup": 13, "onboarding": 0, "update": 0},
       "total": 1844
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": 140,
           "reqMedianMs": 133,
           "reqMaxMs": 206,
           "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": 1844
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=88) (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": 493
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": 1115
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": 110,
           "reqMedianMs": 88,
           "reqMaxMs": 159,
           "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": 1115
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=96) (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": 599
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": 1309
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": 143,
           "reqMedianMs": 159,
           "reqMaxMs": 174,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1309
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=109) (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": 1134
DEBUG: latest repository commit (repository=big-bang/team/epic-priority-matrix)
       "latestCommit": {
         "hash": "e64c41d76a60b7502dd088f1fd8b38df9f3baab9",
         "date": "2025-02-18T17:18:17+00:00",
         "message": "Merge branch 'epic-grooming-2025-01-16' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Epic grooming 2025 01 16\n\nSee merge request big-bang/team/epic-priority-matrix!44",
         "author_name": "Andrew Shoell",
         "author_email": "andrew.shoell.ctr@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": 1911
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": 123,
           "reqMedianMs": 109,
           "reqMaxMs": 162,
           "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": 1911
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=74) (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": 698
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": 1300
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": 98,
           "reqMedianMs": 89,
           "reqMaxMs": 131,
           "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": 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/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=86) (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": 2136
DEBUG: latest repository commit (repository=big-bang/team/tools/bb-docs-compiler)
       "latestCommit": {
         "hash": "3b91da9004985b73702d7abb9b1bfebf6efb1b92",
         "date": "2025-03-19T19:18:37+00:00",
         "message": "Merge branch 'fix_double_pipe_temporary' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "quick fix to || issue\n\nSee merge request big-bang/team/tools/bb-docs-compiler!63",
         "author_name": "Danilo Patrucco",
         "author_email": "danilo.patrucco@sev1tech.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": 3108
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": 181,
           "reqMedianMs": 168,
           "reqMaxMs": 290,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 3108
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=85) (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": 908
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": 1813
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": 158,
           "reqMedianMs": 174,
           "reqMaxMs": 214,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1813
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=106) (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": 430
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": 1035
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": 110,
           "reqMedianMs": 106,
           "reqMaxMs": 134,
           "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": 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/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": 468
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": 4}
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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16
               },
               {
                 "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": 438,
                 "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": 299,
                 "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": 127,
                 "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": 107,
                 "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": 209,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 92,
                 "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": 121
               }
             ],
             "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-03-20T06: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-03-20T06: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-03-20T06:13:28.410Z) (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.2.0) (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.2.0",
               "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": 1413, "extract": 134, "lookup": 83, "onboarding": 0, "update": 1110},
       "total": 2764
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "get": {"count": 11, "avgMs": 20, "medianMs": 21, "maxMs": 37, "totalMs": 221},
       "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": 218,
           "reqMedianMs": 235,
           "reqMaxMs": 372,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 13, "medianMs": 13, "maxMs": 13, "totalMs": 13},
       "go": {"count": 5, "avgMs": 19, "medianMs": 20, "maxMs": 23, "totalMs": 97},
       "docker": {"count": 2, "avgMs": 36, "medianMs": 50, "maxMs": 50, "totalMs": 71},
       "npm": {"count": 2, "avgMs": 38, "medianMs": 45, "maxMs": 45, "totalMs": 76}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "cloned": true,
       "durationMs": 2764
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": 508
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": 6, "dockerfile": 6, "poetry": 26, "npm": 27}
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: Cannot massage python version to npm - returning currentValue (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.2",
                     "newValue": "v3.13.2",
                     "newMajor": 3,
                     "newMinor": 13,
                     "newPatch": 2,
                     "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-03-19T03:07:56.751Z",
                     "newVersionAgeInDays": 1,
                     "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-03-19T00:06:38.395Z",
                 "currentVersionAgeInDays": 1,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 92,
                 "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": 121
               }
             ],
             "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.1.1",
                 "currentVersionTimestamp": "2025-02-16T20:39:19.000Z",
                 "currentVersionAgeInDays": 31
               }
             ],
             "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": 177,
                     "newMajor": 1,
                     "newMinor": 13,
                     "newPatch": 3,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/alembic-1.13.x-lockfile"
                   },
                   {
                     "bucket": "minor",
                     "newVersion": "1.15.1",
                     "newValue": "^1.7.7",
                     "releaseTimestamp": "2025-03-04T22:02:41.000Z",
                     "newVersionAgeInDays": 15,
                     "newMajor": 1,
                     "newMinor": 15,
                     "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",
                 "changelogUrl": "https://alembic.sqlalchemy.org/en/latest/changelog.html",
                 "currentVersion": "1.13.2",
                 "currentVersionTimestamp": "2024-06-26T15:46:21.000Z",
                 "currentVersionAgeInDays": 266,
                 "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": 126,
                     "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": 346,
                 "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": 221,
                 "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.39",
                     "newValue": "^2.0.1",
                     "releaseTimestamp": "2025-03-11T19:19:43.000Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 39,
                     "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": 196,
                 "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.1",
                     "newValue": "^3.15.0",
                     "releaseTimestamp": "2025-02-03T15:32:22.000Z",
                     "newVersionAgeInDays": 44,
                     "newMajor": 3,
                     "newMinor": 26,
                     "newPatch": 1,
                     "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": 211,
                 "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": 184,
                     "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": 366,
                 "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": 112,
                     "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": 230,
                 "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": 72,
                     "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": 331,
                 "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": 154,
                     "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": 533,
                 "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.12",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2025-03-15T02:23:08.000Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 3,
                     "newMinor": 12,
                     "newPatch": 0,
                     "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": 242,
                 "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": 115,
                     "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": 578,
                 "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": 163,
                     "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": 50,
                     "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": 229,
                 "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.15.0",
                     "newValue": "^1.0",
                     "releaseTimestamp": "2025-02-05T03:49:29.000Z",
                     "newVersionAgeInDays": 43,
                     "newMajor": 1,
                     "newMinor": 15,
                     "newPatch": 0,
                     "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": 207,
                 "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.1",
                     "newValue": "^6.0.0",
                     "releaseTimestamp": "2025-02-26T21:13:14.000Z",
                     "newVersionAgeInDays": 21,
                     "newMajor": 6,
                     "newMinor": 0,
                     "newPatch": 1,
                     "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/releases",
                 "currentVersion": "5.13.2",
                 "currentVersionTimestamp": "2023-12-13T20:37:23.000Z",
                 "currentVersionAgeInDays": 462,
                 "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": 792,
                 "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.5",
                     "newValue": "^8.0.0",
                     "releaseTimestamp": "2025-03-02T12:54:52.000Z",
                     "newVersionAgeInDays": 17,
                     "newMajor": 8,
                     "newMinor": 3,
                     "newPatch": 5,
                     "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": 237,
                 "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": 141,
                     "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": 360,
                 "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": 1600,
                 "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.5",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2025-03-09T06:47:45.000Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 3,
                     "newMinor": 3,
                     "newPatch": 5,
                     "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": 200,
                 "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": 523,
                 "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-03-20T06: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-03-20T06: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.39, !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-03-20T06:13:43.143Z) (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.39 [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/43520543",
             "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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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-03-11T19:19:43.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-03-20T06:13:43.608Z) (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/43520543",
             "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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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-03-20T06:13:43.918Z) (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/43520543",
             "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": 11
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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.5, !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-03-20T06:13:44.211Z) (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.5 [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/43520543",
             "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": 9
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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: 2025-03-02T12:54:52.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-03-20T06:13:44.505Z) (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/43520543",
             "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": 8
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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-03-20T06:13:44.787Z) (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/43520543",
             "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": 9
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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.12, !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-03-20T06:13:45.078Z) (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.12 [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/43520543",
             "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": 8
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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-03-15T02:23:08.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-03-20T06:13:45.362Z) (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/43520543",
             "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": 8
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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.15.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-03-20T06:13:45.645Z) (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.15.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/43520543",
             "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": 6
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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-03-04T22:02:41.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-03-20T06:13:45.921Z) (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/43520543",
             "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": 8
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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-03-20T06:13:46.197Z) (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/43520543",
             "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": 9
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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-03-20T06:13:46.486Z) (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/43520543",
             "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": 7
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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.1, !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-03-20T06:13:46.751Z) (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.1 [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/43520543",
             "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": 7
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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-02-03T15:32:22.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.15.0, !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-03-20T06:13:47.030Z) (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.15.0 [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/43520543",
             "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": 7
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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: 2025-02-05T03:49:29.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.5, !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-03-20T06:13:47.316Z) (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.5 [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/43520543",
             "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": 8
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/43520543",
             "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}}}'$",
         "^bump-changelog '{{#each upgrades}}- {{depName}} {{currentVersion}} -> {{newVersion}}(\\\\n|\\n){{/each}}'$",
         "^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-03-09T06:47:45.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-03-20T06:13:47.614Z) (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-03-20T06:13:48.804Z) (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.2.0) (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-03-20T06:13:49.641Z) (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.1) (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-03-20T06:13:50.556Z) (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.39",
           "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.39",
               "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.5",
           "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.5",
               "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.12",
           "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.12",
               "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.15.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.15.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.1",
           "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.1",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "marshmallow"
             }
           ]
         },
         {
           "branchName": "renovate/mypy-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency mypy to v1.15.0",
           "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.15.0",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "mypy"
             }
           ]
         },
         {
           "branchName": "renovate/pylint-3.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency pylint to v3.3.5",
           "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.5",
               "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.2.0",
               "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.1",
               "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": 1586, "extract": 203, "lookup": 11124, "onboarding": 0, "update": 9484},
       "total": 22428
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "get": {"count": 30, "avgMs": 6, "medianMs": 2, "maxMs": 40, "totalMs": 168},
       "set": {"count": 26, "avgMs": 18, "medianMs": 15, "maxMs": 64, "totalMs": 474}
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": 32,
           "reqAvgMs": 310,
           "reqMedianMs": 296,
           "reqMaxMs": 616,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "pypi.org": {
           "count": 22,
           "reqAvgMs": 59,
           "reqMedianMs": 35,
           "reqMaxMs": 256,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 313,
           "reqMedianMs": 240,
           "reqMaxMs": 636,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 66
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": 26, "medianMs": 32, "maxMs": 32, "totalMs": 52},
       "docker": {"count": 2, "avgMs": 5540, "medianMs": 10966, "maxMs": 10966, "totalMs": 11080},
       "pypi": {"count": 22, "avgMs": 116, "medianMs": 102, "maxMs": 380, "totalMs": 2547}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "cloned": true,
       "durationMs": 22428
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": 768
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": 3, "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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16
               },
               {
                 "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": 438,
                 "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": 299,
                 "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": 127,
                 "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": 107,
                 "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": 209,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 92,
                 "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": 121
               }
             ],
             "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-03-20T06: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-03-20T06: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-03-20T06:13:53.903Z) (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.2.0) (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.2.0",
               "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": 1770, "extract": 134, "lookup": 71, "onboarding": 0, "update": 1218},
       "total": 3202
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "get": {"count": 11, "avgMs": 17, "medianMs": 17, "maxMs": 36, "totalMs": 187},
       "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": 230,
           "reqMedianMs": 188,
           "reqMaxMs": 451,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 11, "medianMs": 11, "maxMs": 11, "totalMs": 11},
       "go": {"count": 5, "avgMs": 17, "medianMs": 18, "maxMs": 19, "totalMs": 84},
       "docker": {"count": 2, "avgMs": 27, "medianMs": 34, "maxMs": 34, "totalMs": 53},
       "npm": {"count": 2, "avgMs": 36, "medianMs": 44, "maxMs": 44, "totalMs": 71}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "cloned": true,
       "durationMs": 3202
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": 1021
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": 3}
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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16
               },
               {
                 "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": 438,
                 "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": 299,
                 "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": 127,
                 "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": 107,
                 "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": 209,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 92,
                 "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": 121
               }
             ],
             "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-03-20T06: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-03-20T06: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-03-20T06:13:57.529Z) (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.2.0) (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.2.0",
               "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": 2071, "extract": 131, "lookup": 74, "onboarding": 0, "update": 1518},
       "total": 3801
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "get": {"count": 11, "avgMs": 18, "medianMs": 18, "maxMs": 36, "totalMs": 193},
       "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": 256,
           "reqMedianMs": 308,
           "reqMaxMs": 450,
           "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": 12, "medianMs": 12, "maxMs": 12, "totalMs": 12},
       "go": {"count": 5, "avgMs": 17, "medianMs": 19, "maxMs": 20, "totalMs": 87},
       "docker": {"count": 2, "avgMs": 27, "medianMs": 34, "maxMs": 34, "totalMs": 53},
       "npm": {"count": 2, "avgMs": 36, "medianMs": 44, "maxMs": 44, "totalMs": 71}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "cloned": true,
       "durationMs": 3801
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": 994
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": 1, "dockerfile": 1, "npm": 1}
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.24.1",
                 "currentVersionTimestamp": "2025-03-04T00:00:00.000Z",
                 "currentVersionAgeInDays": 16
               },
               {
                 "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": 438,
                 "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": 299,
                 "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": 127,
                     "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": 384,
                 "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": 107,
                     "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": 280,
                 "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": 209,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 92,
                 "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": 121
               }
             ],
             "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-03-20T06: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-03-20T06: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-03-20T06:14:01.752Z) (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-03-20T06:14:03.059Z) (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-03-20T06:14:04.111Z) (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.2.0) (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.2.0",
               "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": 2137, "extract": 127, "lookup": 81, "onboarding": 1, "update": 4188},
       "total": 6551
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "get": {"count": 11, "avgMs": 17, "medianMs": 18, "maxMs": 31, "totalMs": 183},
       "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": 306,
           "reqMedianMs": 271,
           "reqMaxMs": 523,
           "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)
       "go": {"count": 5, "avgMs": 14, "medianMs": 18, "maxMs": 24, "totalMs": 72},
       "golang-version": {"count": 1, "avgMs": 15, "medianMs": 15, "maxMs": 15, "totalMs": 15},
       "docker": {"count": 2, "avgMs": 31, "medianMs": 42, "maxMs": 42, "totalMs": 61},
       "npm": {"count": 2, "avgMs": 32, "medianMs": 38, "maxMs": 38, "totalMs": 64}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "cloned": true,
       "durationMs": 6551
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=117) (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": 1004
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": 1653
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": 118,
           "reqMedianMs": 117,
           "reqMaxMs": 159,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1653
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/landscape)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/landscape (repository=big-bang/product/landscape)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/landscape)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/landscape)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/landscape)
DEBUG: big-bang/product/landscape default branch = main (repository=big-bang/product/landscape)
DEBUG: Enabling Git FS (repository=big-bang/product/landscape)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/landscape.git (repository=big-bang/product/landscape)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Flandscape/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=103) (repository=big-bang/product/landscape)
DEBUG: GitLab API 404 (repository=big-bang/product/landscape)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Flandscape/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/product/landscape)
DEBUG: Resetting npmrc (repository=big-bang/product/landscape)
DEBUG: checkOnboarding() (repository=big-bang/product/landscape)
DEBUG: isOnboarded() (repository=big-bang/product/landscape)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/landscape)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/landscape)
DEBUG: findFile(renovate.json) (repository=big-bang/product/landscape)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/landscape (repository=big-bang/product/landscape)
DEBUG: Performing blobless clone (repository=big-bang/product/landscape)
DEBUG: git clone completed (repository=big-bang/product/landscape)
       "durationMs": 1361
DEBUG: latest repository commit (repository=big-bang/product/landscape)
       "latestCommit": {
         "hash": "9f974f6f5ba451f2d46d703bf55868e8fa4e55ed",
         "date": "2025-03-19T21:58:10+00:00",
         "message": "Merge branch '75-add-eck-operator-to-the-universe' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Add ECK\n\nCloses #75\n\nSee merge request big-bang/product/landscape!73",
         "author_name": "Piotr Machaj",
         "author_email": "piotr.machaj@aquia.io"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/product/landscape)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/product/landscape)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/product/landscape)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/product/landscape)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/product/landscape)
DEBUG: findFile(.renovaterc) (repository=big-bang/product/landscape)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/product/landscape)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/product/landscape)
DEBUG: config file not found (repository=big-bang/product/landscape)
 INFO: Repository is disabled - skipping (repository=big-bang/product/landscape)
DEBUG: Removing any stale branches (repository=big-bang/product/landscape)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/product/landscape)
DEBUG: No renovate branches found (repository=big-bang/product/landscape)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/product/landscape)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/landscape)
       "splits": {},
       "total": 2332
DEBUG: Package cache statistics (repository=big-bang/product/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/product/landscape)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 226,
           "reqMedianMs": 263,
           "reqMaxMs": 311,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/product/landscape)
DEBUG: Lookup statistics (repository=big-bang/product/landscape)
 INFO: Repository finished (repository=big-bang/product/landscape)
       "cloned": true,
       "durationMs": 2332
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=110) (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": 594
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": 1325
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": 146,
           "reqMedianMs": 110,
           "reqMaxMs": 236,
           "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": 1325
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=100) (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": 432
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": 1091
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": 116,
           "reqMedianMs": 118,
           "reqMaxMs": 131,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1091
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=88) (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": 881
DEBUG: latest repository commit (repository=big-bang/team/deployments/bigbang-infra)
       "latestCommit": {
         "hash": "b91b8a03f7c28dce13f327c17185cd10fb95e666",
         "date": "2025-03-19T19:38:23+00:00",
         "message": "Merge branch 'fix-typo-bastion-tg' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Fix typo bastion tg\n\nSee merge request big-bang/team/deployments/bigbang-infra!121",
         "author_name": "Julian Hair",
         "author_email": "julian.hair@omnifederal.com"
       }
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": 1830
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": 150,
           "reqMedianMs": 129,
           "reqMaxMs": 233,
           "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": 1830
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=123) (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": 645
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": 1479
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": 180,
           "reqMedianMs": 154,
           "reqMaxMs": 263,
           "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": 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/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=103) (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": 464
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": 1079
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": 111,
           "reqMedianMs": 103,
           "reqMaxMs": 143,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1079
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=123) (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": 501
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": 1143
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": 116,
           "reqMedianMs": 123,
           "reqMaxMs": 140,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1143
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=111) (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": 581
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": 1280
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": 118,
           "reqMedianMs": 113,
           "reqMaxMs": 129,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1280
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=129) (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": 1043
DEBUG: latest repository commit (repository=big-bang/team/team-charter)
       "latestCommit": {
         "hash": "d73a242e1e4cc90d732af15c16497ab033e5c176",
         "date": "2025-03-18T20:34:39+00:00",
         "message": "Merge branch 'update-mission-teams' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "update mission teams\n\nSee merge request big-bang/team/team-charter!307",
         "author_name": "Christopher O'Connell",
         "author_email": "coconnell@bridgephase.com"
       }
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": 1938
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": 126,
           "reqMedianMs": 129,
           "reqMaxMs": 154,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1938
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": 596
DEBUG: latest repository commit (repository=big-bang/product/community/rapidfort)
       "latestCommit": {
         "hash": "003663b0564f35d6d1fa6939b732dabbdaf774ac",
         "date": "2025-03-19T22:18:47+00:00",
         "message": "Merge branch 'update-resource-for-lock-redis' into 'main'",
         "refs": "HEAD -> main, tag: 1.2.5-bb.5, origin/main, origin/HEAD",
         "body": "Update resource requirement for lock-redis for requests\n\nSee merge request big-bang/product/community/rapidfort!134",
         "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": "2025-03-19T22:18:47+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: Chart has no dependencies in bkp_bigbang/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: 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": 10, "helm-values": 29, "dockerfile": 32}
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/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/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/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:88c817d93fd007f5dab61ac914cd107170914fdd6ee8211c34a2003ae2a46c19, 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:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035378",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "aggregator",
         "org.opencontainers.image.created": "2025-03-20 01:17:18+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:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034550",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "backend",
         "org.opencontainers.image.created": "2025-03-19 23:33:32+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:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035317",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "fileupload",
         "org.opencontainers.image.created": "2025-03-20 01:12:13+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:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034522",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "frontrow",
         "org.opencontainers.image.created": "2025-03-19 23:30:53+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: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:df6a575e49de5907ae16cc7bcae772536424bfdc95b28d5084e3b011a34c6334",
         "org.opencontainers.image.base.name": "registry.access.redhat.com/ubi8-minimal:8.10",
         "architecture": "x86_64",
         "build-date": "2025-03-12T16:07:39",
         "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.38.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": "4034658",
         "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-03-19 23:45: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": "d68b9f281fa90d4257fc56f58df757470c3808f6",
         "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.1741795396",
         "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.1741795396",
         "vcs-ref": "4f8da2b64a13f2a264bd802d8909bf803211fb20",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
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/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: 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:5d5c5bc5cf2d6b766f51de3837c0fc564021991ca7c3dcf67e2b05afe21ae8f3, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
 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/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)
 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/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)
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)
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034710",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "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-03-19 23:54:55+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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035052",
         "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-03-20 00:43:45+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"
       }
 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)
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034714",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "rfapi",
         "org.opencontainers.image.created": "2025-03-19 23:57:01+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: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034978",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "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-03-20 00:35:28+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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034604",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:40:14+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": "09953f94a2a1a87b61a3e08329520dd57d9b836b",
         "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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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: 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: GET https://registry1.dso.mil/v2/ironbank/rapidfort/rfvdb/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=18) (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:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035191",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "rfpubsub",
         "org.opencontainers.image.created": "2025-03-20 00:58:50+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:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035031",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "runner",
         "org.opencontainers.image.created": "2025-03-20 00:41:13+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:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034609",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "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-03-19 23:40:19+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: 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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "7.2.4",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-2-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/frontrow",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "24.0.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "7.2.4",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "8.0.36-debian-11-r1",
                 "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.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",
                 "datasource": "docker",
                 "replaceString": "7.2.4",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/rfapi-exe",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/runner",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.45-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/rfvdb",
                 "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",
                 "datasource": "docker",
                 "replaceString": "1.1.165-rfhardened",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "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",
                 "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.5",
             "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-03-20T06: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(131) (repository=big-bang/product/community/rapidfort)
DEBUG: getMR(131) (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-03-20T06: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(131) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: getMR(131) (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-03-20T06:14:23.699Z) (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": "2025-03-19T22:18:47+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": "2025-03-19T22:18:47+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(131) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: getMR(131) (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/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)
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/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)
 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": 131,
       "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(131) (repository=big-bang/product/community/rapidfort)
DEBUG: getMR(131) (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": "003663b0564f35d6d1fa6939b732dabbdaf774ac"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "003663b0564f35d6d1fa6939b732dabbdaf774ac",
           "branchName": "renovate/rapidfort",
           "branchSha": "418896468d14dec260a9c64f80ad27aaf5431635",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/community/rapidfort)
       "branchesInformation": [
         {
           "branchName": "renovate/rapidfort",
           "prNo": 131,
           "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": 3, "open": 1, "closed": 2, "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": 1598, "extract": 327, "lookup": 1086, "onboarding": 0, "update": 2402},
       "total": 6202
DEBUG: Package cache statistics (repository=big-bang/product/community/rapidfort)
       "get": {"count": 67, "avgMs": 4, "medianMs": 1, "maxMs": 72, "totalMs": 259},
       "set": {"count": 84, "avgMs": 5, "medianMs": 4, "maxMs": 31, "totalMs": 445}
DEBUG: HTTP statistics (repository=big-bang/product/community/rapidfort)
       "hosts": {
         "274057717848.dkr.ecr.us-east-1.amazonaws.com": {
           "count": 6,
           "reqAvgMs": 274,
           "reqMedianMs": 317,
           "reqMaxMs": 331,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 71,
           "reqAvgMs": 33,
           "reqMedianMs": 25,
           "reqMaxMs": 99,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 18,
           "reqAvgMs": 182,
           "reqMedianMs": 119,
           "reqMaxMs": 539,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 291, "medianMs": 322, "maxMs": 690, "totalMs": 7861}
 INFO: Repository finished (repository=big-bang/product/community/rapidfort)
       "cloned": true,
       "durationMs": 6202
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=96) (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": 579
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": 1222
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": 122,
           "reqMedianMs": 104,
           "reqMaxMs": 167,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1222
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=89) (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": 435
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": 1037
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": 110,
           "reqMedianMs": 115,
           "reqMaxMs": 126,
           "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": 1037
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": 624
DEBUG: latest repository commit (repository=big-bang/product/packages/kyverno-reporter)
       "latestCommit": {
         "hash": "74deb2c6dac3f7fc1d6fd25186540eb4c1ce2f54",
         "date": "2025-02-27T21:04:53+00:00",
         "message": "Merge branch 'dax/add_back_test' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Replace E2E cypress test with script based test\n\nCloses #104\n\nSee merge request big-bang/product/packages/kyverno-reporter!149",
         "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-02-27T21:04:53+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": 6, "helmv3": 12, "helm-values": 19}
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": 2},
           "helmv3": {"fileCount": 1, "depCount": 4},
           "regex": {"fileCount": 2, "depCount": 4}
         },
         "total": {"fileCount": 4, "depCount": 10}
       }
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: getLabels(https://registry1.dso.mil, ironbank/nirmata/policy-reporter/policy-reporter-kyverno-plugin, latest) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/nirmata/policy-reporter/policy-reporter-kyverno-plugin, latest, get) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/policy-reporter, sha256:74d632ce3058da4b1456745ade6a89ed6111e65cef14dcab960e14af9c86f81f, 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:f31b3f5dc7bb6715f91ffe346760f00d2670c79f226f057f55c68a62bc3c5c7a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.27.3",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.image.keywords": "kyverno,policy,reporting",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:f31b3f5dc7bb6715f91ffe346760f00d2670c79f226f057f55c68a62bc3c5c7a",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "Policy-Reporter-Kyverno-Plugin",
         "org.opencontainers.image.created": "2023-06-02 04:49:52+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": "e4ed3ecd8dcc2f11b3a449df93ece2dddc9df4b3",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter-kyverno-plugin",
         "org.opencontainers.image.title": "policy-reporter-kyverno-plugin",
         "org.opencontainers.image.url": "https://github.com/kyverno/policy-reporter-kyverno-plugin",
         "org.opencontainers.image.vendor": "nirmata",
         "org.opencontainers.image.version": "1.5.2"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034833",
         "mil.dso.ironbank.image.keywords": "kyverno,policy,reporting",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "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-03-20 00:15:55+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": "8c2bb3c31f206a8e47853546f82dab697c7af670",
         "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.3"
       }
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, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, 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": "3.0.0",
                 "datasource": "docker",
                 "replaceString": "3.0.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.0.3",
                     "newValue": "3.0.3",
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 3,
                     "updateType": "patch",
                     "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": "3.0.0",
                 "isSingleVersion": true,
                 "fixedVersion": "3.0.0"
               },
               {
                 "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.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/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": "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.4",
                 "skipReason": "no-repository",
                 "updates": [],
                 "packageName": "kyvernoPlugin"
               },
               {
                 "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.0.1-bb.3",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "currentValue": "3.0.0",
                 "datasource": "docker",
                 "replaceString": "appVersion: 3.0.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.0.3",
                     "newValue": "3.0.3",
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 3,
                     "updateType": "patch",
                     "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": "3.0.0",
                 "isSingleVersion": true,
                 "fixedVersion": "3.0.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "currentValue": "3.0.0",
                 "datasource": "docker",
                 "replaceString": "- Kyverno Reporter: 3.0.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.0.3",
                     "newValue": "3.0.3",
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 3,
                     "updateType": "patch",
                     "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": "3.0.0",
                 "isSingleVersion": true,
                 "fixedVersion": "3.0.0"
               }
             ],
             "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": "3.0.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter:3.0.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.0.3",
                     "newValue": "3.0.3",
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 3,
                     "updateType": "patch",
                     "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": "3.0.0",
                 "isSingleVersion": true,
                 "fixedVersion": "3.0.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/nirmata/policy-reporter/policy-reporter-kyverno-plugin",
                 "currentValue": "1.5.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/nirmata/policy-reporter/policy-reporter-kyverno-plugin:1.5.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/nirmata/policy-reporter/policy-reporter-kyverno-plugin",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter-kyverno-plugin",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kyverno/policy-reporter-kyverno-plugin",
                 "lookupName": "ironbank/nirmata/policy-reporter/policy-reporter-kyverno-plugin",
                 "currentVersion": "1.5.2",
                 "fixedVersion": "1.5.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-03-20T06: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(148) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: getMR(148) (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-03-20T06: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(148) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(148) (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-03-20T06:14:32.750Z) (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-02-27T21:04:53+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl 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/kubernetes/kubectl"
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-02-27T21:04:53+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(148) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(148) (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/kubernetes/1.30/kubectl (v1.30.6 -> v1.30.11) (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 (3.0.0 -> 3.0.3) (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 (3.0.0 -> 3.0.3) (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 (3.0.0 -> 3.0.3) (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 (3.0.0 -> 3.0.3) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kubernetes/1.30/kubectl (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": 148,
       "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(148) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: getMR(148) (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": "74deb2c6dac3f7fc1d6fd25186540eb4c1ce2f54"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "74deb2c6dac3f7fc1d6fd25186540eb4c1ce2f54",
           "branchName": "renovate/ironbank",
           "branchSha": "199c54ac68b7aba951477a533476dd7a2bf5ca09",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/kyverno-reporter)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 148,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "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.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
               "displayPending": "",
               "fixedVersion": "3.0.0",
               "currentVersion": "3.0.0",
               "currentValue": "3.0.0",
               "newValue": "3.0.3",
               "newVersion": "3.0.3",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
               "displayPending": "",
               "fixedVersion": "3.0.0",
               "currentVersion": "3.0.0",
               "currentValue": "3.0.0",
               "newValue": "3.0.3",
               "newVersion": "3.0.3",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
               "displayPending": "",
               "fixedVersion": "3.0.0",
               "currentVersion": "3.0.0",
               "currentValue": "3.0.0",
               "newValue": "3.0.3",
               "newVersion": "3.0.3",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
               "displayPending": "",
               "fixedVersion": "3.0.0",
               "currentVersion": "3.0.0",
               "currentValue": "3.0.0",
               "newValue": "3.0.3",
               "newVersion": "3.0.3",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/kyverno-reporter)
       "stats": {"total": 9, "open": 1, "closed": 3, "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": 2914, "extract": 292, "lookup": 427, "onboarding": 0, "update": 1571},
       "total": 5833
DEBUG: Package cache statistics (repository=big-bang/product/packages/kyverno-reporter)
       "get": {"count": 28, "avgMs": 1, "medianMs": 0, "maxMs": 17, "totalMs": 35},
       "set": {"count": 42, "avgMs": 3, "medianMs": 2, "maxMs": 10, "totalMs": 105}
DEBUG: HTTP statistics (repository=big-bang/product/packages/kyverno-reporter)
       "hosts": {
         "registry1.dso.mil": {
           "count": 12,
           "reqAvgMs": 36,
           "reqMedianMs": 30,
           "reqMaxMs": 71,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 15,
           "reqAvgMs": 270,
           "reqMedianMs": 171,
           "reqMaxMs": 973,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 27
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Lookup statistics (repository=big-bang/product/packages/kyverno-reporter)
       "docker": {"count": 7, "avgMs": 271, "medianMs": 375, "maxMs": 375, "totalMs": 1898}
 INFO: Repository finished (repository=big-bang/product/packages/kyverno-reporter)
       "cloned": true,
       "durationMs": 5833
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": 484
DEBUG: latest repository commit (repository=big-bang/product/packages/metrics-server)
       "latestCommit": {
         "hash": "6b88ab7b19c6731a8e128aff99b60b6417fd6483",
         "date": "2025-03-10T17:47:56+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 3.12.2-bb.2, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/metrics-server!122",
         "author_name": "Amit Gupta",
         "author_email": "amit.gupta@ibispublicsector.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-03-10T17:47:56+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": {"regex": 6, "helm-values": 9, "helmv3": 9}
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:96cc963792ea89097ef84b2f7fd57d289ab3851df64bbb4f68da97943424757a, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035878",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 02:37:05+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 2 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, 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.23",
                 "datasource": "docker",
                 "replaceString": "1.8.23",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry.k8s.io/autoscaling/addon-resizer",
                 "warnings": [],
                 "registryUrl": "https://registry.k8s.io",
                 "lookupName": "autoscaling/addon-resizer",
                 "currentVersion": "1.8.23",
                 "fixedVersion": "1.8.23"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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": "3.12.2-bb.2",
             "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.30.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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.2",
                 "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": 163,
                 "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-03-20T06: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(132) (repository=big-bang/product/packages/metrics-server)
DEBUG: getMR(132) (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-03-20T06: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(132) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(132) (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-03-20T06:14:37.546Z) (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-03-10T17:47:56+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/metrics-server, 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/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-03-10T17:47:56+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(132) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(132) (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.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (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 registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11"
 INFO: PR updated (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
       "pr": 132,
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11"
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(132) (repository=big-bang/product/packages/metrics-server)
DEBUG: getMR(132) (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": "6b88ab7b19c6731a8e128aff99b60b6417fd6483"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "6b88ab7b19c6731a8e128aff99b60b6417fd6483",
           "branchName": "renovate/ironbank",
           "branchSha": "fae2284f20c190e639b991067d40aac52c198da3",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/metrics-server)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 132,
           "prTitle": "Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/metrics-server)
       "stats": {"total": 3, "open": 1, "closed": 0, "merged": 2}
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": 1498, "extract": 215, "lookup": 887, "onboarding": 0, "update": 1472},
       "total": 4696
DEBUG: Package cache statistics (repository=big-bang/product/packages/metrics-server)
       "get": {"count": 13, "avgMs": 3, "medianMs": 1, "maxMs": 15, "totalMs": 37},
       "set": {"count": 9, "avgMs": 5, "medianMs": 5, "maxMs": 11, "totalMs": 43}
DEBUG: HTTP statistics (repository=big-bang/product/packages/metrics-server)
       "hosts": {
         "kubernetes-sigs.github.io": {
           "count": 1,
           "reqAvgMs": 118,
           "reqMedianMs": 118,
           "reqMaxMs": 118,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry.k8s.io": {
           "count": 5,
           "reqAvgMs": 125,
           "reqMedianMs": 86,
           "reqMaxMs": 338,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 31,
           "reqMedianMs": 22,
           "reqMaxMs": 97,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 213,
           "reqMedianMs": 172,
           "reqMaxMs": 462,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 24
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": 318, "medianMs": 368, "maxMs": 849, "totalMs": 2542},
       "helm": {"count": 1, "avgMs": 135, "medianMs": 135, "maxMs": 135, "totalMs": 135}
 INFO: Repository finished (repository=big-bang/product/packages/metrics-server)
       "cloned": true,
       "durationMs": 4696
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": 529
DEBUG: latest repository commit (repository=big-bang/product/packages/thanos)
       "latestCommit": {
         "hash": "957c11ae9a8b85938848e8889ce214a9292c870d",
         "date": "2025-03-12T15:29:36+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 15.9.1-bb.2, origin/main, origin/HEAD",
         "body": "Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.10\n\nSee merge request big-bang/product/packages/thanos!117",
         "author_name": "Steven Donald",
         "author_email": "steven.donald@sev1tech.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-03-12T15:29:36+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": 4, "helmv3": 4, "helm-values": 32}
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:ac87b833e5fc84a429e17a27284ce9fee44cca2af783b52a7ae443868c3e9763, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035128",
         "mil.dso.ironbank.image.keywords": "HA,metrics,Prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:52:01+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 1 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (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.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "minio-instance",
                 "currentValue": "7.0.0-bb.1",
                 "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": "7.0.0",
                 "fixedVersion": "7.0.0-bb.1"
               },
               {
                 "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.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": "15.9.1-bb.2",
             "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-03-20T06: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(119) (repository=big-bang/product/packages/thanos)
DEBUG: getMR(119) (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-03-20T06: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(119) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(119) (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-03-20T06:14:41.981Z) (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-03-12T15:29:36+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
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-03-12T15:29:36+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(119) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(119) (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.30/kubectl (v1.30.10 -> v1.30.11) (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 registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11"
 INFO: PR updated (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
       "pr": 119,
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11"
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(119) (repository=big-bang/product/packages/thanos)
DEBUG: getMR(119) (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": "957c11ae9a8b85938848e8889ce214a9292c870d"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "957c11ae9a8b85938848e8889ce214a9292c870d",
           "branchName": "renovate/ironbank",
           "branchSha": "eede79bc4c4356bd81e25d3cf8a59c139ae5369a",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/thanos)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 119,
           "prTitle": "Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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": 9, "open": 1, "closed": 0, "merged": 8}
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": 1641, "extract": 281, "lookup": 415, "onboarding": 1, "update": 1428},
       "total": 4339
DEBUG: Package cache statistics (repository=big-bang/product/packages/thanos)
       "get": {"count": 13, "avgMs": 9, "medianMs": 6, "maxMs": 40, "totalMs": 111},
       "set": {"count": 4, "avgMs": 6, "medianMs": 6, "maxMs": 12, "totalMs": 23}
DEBUG: HTTP statistics (repository=big-bang/product/packages/thanos)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 27,
           "reqMedianMs": 24,
           "reqMaxMs": 58,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 219,
           "reqMedianMs": 181,
           "reqMaxMs": 466,
           "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": 208, "medianMs": 382, "maxMs": 383, "totalMs": 2080}
 INFO: Repository finished (repository=big-bang/product/packages/thanos)
       "cloned": true,
       "durationMs": 4339
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": 472
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": 4, "helmv3": 5, "helm-values": 8}
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: 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: 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=12) (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/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:9e41f83e8e8caee0cc9b7945ffbedbb7c32241508c851287cd058a49c17c4273",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10",
         "architecture": "x86_64",
         "build-date": "2025-03-05T22:45:00",
         "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.38.1",
         "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": "4035048",
         "mil.dso.ironbank.image.keywords": "cicd",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10@sha256:9e41f83e8e8caee0cc9b7945ffbedbb7c32241508c851287cd058a49c17c4273",
         "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-03-20 00:43:55+00:00",
         "org.opencontainers.image.description": "CloudBees CI (core-oc subcomponent)",
         "org.opencontainers.image.licenses": "proprietary",
         "org.opencontainers.image.revision": "355b51a7688d8eebd67495172ac23f24a7af7d89",
         "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.492.2.2",
         "release": "22",
         "summary": "ubi8 micro image",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-22",
         "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:9e41f83e8e8caee0cc9b7945ffbedbb7c32241508c851287cd058a49c17c4273",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10",
         "architecture": "x86_64",
         "build-date": "2025-03-05T22:45:00",
         "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.38.1",
         "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": "4035147",
         "mil.dso.ironbank.image.keywords": "cicd",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10@sha256:9e41f83e8e8caee0cc9b7945ffbedbb7c32241508c851287cd058a49c17c4273",
         "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-03-20 00:54:33+00:00",
         "org.opencontainers.image.description": "CloudBees CI (agent subcomponent)",
         "org.opencontainers.image.licenses": "proprietary",
         "org.opencontainers.image.revision": "20ff37fe44d2c6ee9081b40a8532c94d955be3a3",
         "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.492.2.2",
         "release": "22",
         "summary": "ubi8 micro image",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-22",
         "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:9e41f83e8e8caee0cc9b7945ffbedbb7c32241508c851287cd058a49c17c4273",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10",
         "architecture": "x86_64",
         "build-date": "2025-03-05T22:45:00",
         "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.38.1",
         "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": "4035922",
         "mil.dso.ironbank.image.keywords": "cicd",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10@sha256:9e41f83e8e8caee0cc9b7945ffbedbb7c32241508c851287cd058a49c17c4273",
         "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-03-20 02:42:35+00:00",
         "org.opencontainers.image.description": "CloudBees CI (core-mm subcomponent)",
         "org.opencontainers.image.licenses": "proprietary",
         "org.opencontainers.image.revision": "3e51722400a6b39d4cd3a168cf552b49c8467f82",
         "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.492.2.2",
         "release": "22",
         "summary": "ubi8 micro image",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-22",
         "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": 79,
                     "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": 1199,
                 "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": 743,
                     "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": 1148,
                 "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-03-20T06: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(30) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(30) (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(31) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(31) (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-03-20T06: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-03-20T06:14:47.966Z) (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-03-20T06:14:48.820Z) (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(30) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(30) (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-03-20T06:14:49.544Z) (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(30) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(30) (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": 30,
       "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(31) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getMR(31) (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-03-20T06:14:50.853Z) (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(31) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getMR(31) (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": 31,
       "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(30) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(30) (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(31) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(31) (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": "f9dc7e663346f65fd4ea5f213443844eb18dd64a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "1941a478d08b9349bb508cf0b5021a6c0c12e3fe",
           "branchName": "renovate/major-ironbank",
           "branchSha": "228dbe2cf0b62709bc1da2a8ebd3a0cb5889e934",
           "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": 30,
           "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": 31,
           "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": 6, "open": 4, "closed": 2, "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": 1569, "extract": 307, "lookup": 1289, "onboarding": 0, "update": 5229},
       "total": 9041
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/cloudbees-ci)
       "get": {"count": 31, "avgMs": 1, "medianMs": 0, "maxMs": 11, "totalMs": 42},
       "set": {"count": 34, "avgMs": 4, "medianMs": 2, "maxMs": 17, "totalMs": 121}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/cloudbees-ci)
       "hosts": {
         "charts.cloudbees.com": {
           "count": 1,
           "reqAvgMs": 857,
           "reqMedianMs": 857,
           "reqMaxMs": 857,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "kubernetes.github.io": {
           "count": 1,
           "reqAvgMs": 57,
           "reqMedianMs": 57,
           "reqMaxMs": 57,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 19,
           "reqAvgMs": 45,
           "reqMedianMs": 36,
           "reqMaxMs": 114,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 18,
           "reqAvgMs": 255,
           "reqMedianMs": 244,
           "reqMaxMs": 501,
           "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": 307, "medianMs": 356, "maxMs": 455, "totalMs": 2763},
       "helm": {"count": 2, "avgMs": 670, "medianMs": 1214, "maxMs": 1214, "totalMs": 1339}
 INFO: Repository finished (repository=big-bang/apps/third-party/cloudbees-ci)
       "cloned": true,
       "durationMs": 9041
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": 1317
DEBUG: latest repository commit (repository=big-bang/product/packages/neuvector)
       "latestCommit": {
         "hash": "054d5e82a357e490a8819485fbe6b8a5360e4276",
         "date": "2025-02-13T19:35:42+00:00",
         "message": "Merge branch 'network-policies' into 'main'",
         "refs": "HEAD -> main, tag: 2.8.3-bb.1, origin/main, origin/HEAD, origin/172-neuvector-certificate-error-stopping-bb-pipelines, origin/171-neuvector-5-4-2-broken-with-fips-host-and-manager-ssl-disabled",
         "body": "Updated istio ingress and egress network policies\n\nSee merge request big-bang/product/packages/neuvector!190",
         "author_name": "Jimmy Bourque",
         "author_email": "jbourque@bridgephase.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": "2025-02-13T19:35:42+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": 5}
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/registry-adapter/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=12) (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: GET https://registry1.dso.mil/v2/neuvector/compliance-config/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=12) (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: 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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/enforcer, sha256:954be812e79348bbad3913873e998fa23fa8d1c6ff2b252fcff725e23e32bde9, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/controller, sha256:96d9eb3d7a25ce5be635f62e0102cca327a6b7b66387c20a1dea5ea8001e2ec6, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/manager, sha256:f024c27bb43ac7b1a16a14e9c37d20469bb4f1c66317789278cf1f4a89ba545a, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/prometheus-exporter, sha256:de84ded50b602967c955d96a3a17aece27ed35bf1f75538dcf12633e0d926720, 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:c18417d4bab11a9cfc90b9769b6d30cb0fb1c6c9b42fc31af9de0a7d3e5848a0, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034923",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:28:07+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034529",
         "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-03-19 23:28:58+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:4c83a5ec9d79d323cd36b80ed19b33395bc2217b907571d181ec9cf4dc2ef3b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034761",
         "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:805f1f0212df8eba29fb85f911c64a72b34dd1ecbac7b4fbb1643bfef80094ee",
         "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-03-20 00:05:55+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035639",
         "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:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:57:40+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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034602",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:39:41+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": "e5b47641472f38acdb7757be4b2398fc71dff8f2",
         "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": "6",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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: 7 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, registry1.dso.mil/ironbank/neuvector/neuvector/scanner (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": [
                   {
                     "bucket": "latest",
                     "newVersion": "6",
                     "newValue": "6",
                     "newMajor": 6,
                     "newMinor": null,
                     "newPatch": null,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "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-03-20T06: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(191) (repository=big-bang/product/packages/neuvector)
DEBUG: getMR(191) (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-03-20T06: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(191) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(191) (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-03-20T06:14:56.351Z) (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": "2025-02-13T19:35:42+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: Branch dep registry1.dso.mil/ironbank/neuvector/neuvector/scanner 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/scanner"
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": "2025-02-13T19:35:42+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(191) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(191) (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: Fetching changelog: https://repo1.dso.mil/dsop/neuvector/neuvector/scanner (5 -> 6) (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)
DEBUG: No gitlab-tags tags found for repository: dsop/neuvector/neuvector/scanner (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)
 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"
 INFO: PR updated (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
       "pr": 191,
       "prTitle": "SKIP UPDATE CHECK Update Ironbank"
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(191) (repository=big-bang/product/packages/neuvector)
DEBUG: getMR(191) (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": "054d5e82a357e490a8819485fbe6b8a5360e4276"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "054d5e82a357e490a8819485fbe6b8a5360e4276",
           "branchName": "renovate/ironbank",
           "branchSha": "609dac5b2cfcbfc6777b253848408a2feb2f9f31",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/neuvector)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 191,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "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"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/scanner",
               "displayPending": "",
               "fixedVersion": "5",
               "currentVersion": "5",
               "currentValue": "5",
               "newValue": "6",
               "newVersion": "6",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/scanner"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/neuvector)
       "stats": {"total": 7, "open": 1, "closed": 2, "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": 2492, "extract": 266, "lookup": 517, "onboarding": 0, "update": 2277},
       "total": 6259
DEBUG: Package cache statistics (repository=big-bang/product/packages/neuvector)
       "get": {"count": 31, "avgMs": 2, "medianMs": 1, "maxMs": 8, "totalMs": 59},
       "set": {"count": 33, "avgMs": 6, "medianMs": 3, "maxMs": 29, "totalMs": 197}
DEBUG: HTTP statistics (repository=big-bang/product/packages/neuvector)
       "hosts": {
         "registry1.dso.mil": {
           "count": 37,
           "reqAvgMs": 36,
           "reqMedianMs": 33,
           "reqMaxMs": 81,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 21,
           "reqAvgMs": 191,
           "reqMedianMs": 143,
           "reqMaxMs": 480,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 58
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/neuvector)
DEBUG: Lookup statistics (repository=big-bang/product/packages/neuvector)
       "docker": {"count": 13, "avgMs": 264, "medianMs": 323, "maxMs": 448, "totalMs": 3438}
 INFO: Repository finished (repository=big-bang/product/packages/neuvector)
       "cloned": true,
       "durationMs": 6259
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=123) (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": 548
DEBUG: latest repository commit (repository=big-bang/product/plugins/kustomize-helmgenerator)
       "latestCommit": {
         "hash": "3fb838b55de3efa1eb4b4706464e68dd593ae44d",
         "date": "2025-03-19T17:23: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 #21\n\nSee merge request big-bang/product/plugins/kustomize-helmgenerator!29",
         "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": 1326
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": 157,
           "reqMedianMs": 150,
           "reqMaxMs": 199,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1326
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=89) (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": 502
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": 1139
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": 117,
           "reqMedianMs": 89,
           "reqMaxMs": 177,
           "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": 1139
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=109) (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": 846
DEBUG: latest repository commit (repository=big-bang/team/tools/R2-D2)
       "latestCommit": {
         "hash": "d55c0a8a916bb0647223bbcc57bdd623ba345807",
         "date": "2025-03-19T16:06:16+00:00",
         "message": "Merge branch 'release-patches' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Fix Argo Test\n\nSee merge request big-bang/team/tools/R2-D2!130",
         "author_name": "Joe Foster",
         "author_email": "joefoster@seed-innovations.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": 1820
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": 176,
           "reqMedianMs": 182,
           "reqMaxMs": 236,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1820
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": 578
DEBUG: latest repository commit (repository=big-bang/product/packages/kyverno-policies)
       "latestCommit": {
         "hash": "5dd1e8a494fcd7d38c2dbe0626cd22bf67384cab",
         "date": "2025-02-25T23:20:00+00:00",
         "message": "Merge branch 'bug/fix-url' into 'main'",
         "refs": "HEAD -> main, tag: 3.3.4-bb.5, origin/main, origin/HEAD",
         "body": "fixing the url\n\nSee merge request big-bang/product/packages/kyverno-policies!231",
         "author_name": "Jasdeep Basra",
         "author_email": "jbasra@berkeley.edu"
       }
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": "2025-02-25T23:20:00+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 50 file(s) for manager regex: chart/tests/manifests/add-default-capability-drop.yaml, 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": 8, "regex": 26, "helmv3": 10}
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=a69852b19ba40132194393d44f91e019; Path=/; HttpOnly"],
           "www-authenticate": "",
           "x-request-id": "3c63d804-aa12-4e37-b597-7ebf6a0fdd36",
           "date": "Thu, 20 Mar 2025 06:15:05 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=9) (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": 1742451308829,
           "socket": 1742451308829,
           "lookup": 1742451308838,
           "error": 1742451308838,
           "phases": {"wait": 0, "dns": 9, "total": 9}
         },
         "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 "angular" (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/packages/kyverno-policies, 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/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.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/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.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/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.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/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.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.4-bb.5",
             "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.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/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 "enabled" 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-03-20T06: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(232) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: getMR(232) (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-03-20T06: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(232) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(232) (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() = true (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["27224-bkhamitov@users.noreply.gitlab.example.com"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:232 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #232 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 47 comments (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #232 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (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(232) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: getMR(232) (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": "5dd1e8a494fcd7d38c2dbe0626cd22bf67384cab"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "5dd1e8a494fcd7d38c2dbe0626cd22bf67384cab",
           "branchName": "renovate/ironbank",
           "branchSha": "0a07aea6b0d7cbc0643d9894bd6511c4d7279f1f",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/kyverno-policies)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 232,
           "prTitle": "chore(deps): update ironbank",
           "result": "pr-edited",
           "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.11",
               "newVersion": "v1.30.11",
               "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.11",
               "newVersion": "v1.30.11",
               "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.11",
               "newVersion": "v1.30.11",
               "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.11",
               "newVersion": "v1.30.11",
               "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": 9, "open": 1, "closed": 5, "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": 1850, "extract": 309, "lookup": 3375, "onboarding": 0, "update": 1039},
       "total": 7280
DEBUG: Package cache statistics (repository=big-bang/product/packages/kyverno-policies)
       "get": {"count": 8, "avgMs": 16, "medianMs": 7, "maxMs": 79, "totalMs": 126},
       "set": {"count": 2, "avgMs": 4, "medianMs": 4, "maxMs": 4, "totalMs": 8}
DEBUG: HTTP statistics (repository=big-bang/product/packages/kyverno-policies)
       "hosts": {
         "registry1.dso.mil": {
           "count": 1,
           "reqAvgMs": 258,
           "reqMedianMs": 258,
           "reqMaxMs": 258,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "replace.image.registry": {
           "count": 1,
           "reqAvgMs": 9,
           "reqMedianMs": 9,
           "reqMaxMs": 9,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 267,
           "reqMedianMs": 218,
           "reqMaxMs": 585,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 13
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": 410, "medianMs": 89, "maxMs": 3297, "totalMs": 9439}
 INFO: Repository finished (repository=big-bang/product/packages/kyverno-policies)
       "cloned": true,
       "durationMs": 7280
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": 449
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": 4, "helmv3": 5}
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: Using queue: host=auth.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: getManifestResponse(https://index.docker.io, falcosecurity/falcosidekick-ui, sha256:62ef6ef0487fe3bd31a5689f058a31b4bb87ac01011fd6654bbf2a9ff6a8324e, get) (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:ddadd94f48bfdc13f16fe7b5b2fd1c480b65503ae19f22e20d0224c8c693d191, 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-03-08T07:56:06Z",
         "org.opencontainers.image.name": "falcosidekick-ui",
         "org.opencontainers.image.revision": "f032d496d5d16a5ce689a2ded0944e5604410e04",
         "org.opencontainers.image.version": "latest"
       }
DEBUG: getManifestResponse(https://index.docker.io, falcosecurity/falco, sha256:b216531a6784aa4357d6bb92a1a1d2002182b133a197eb9432d796780071f1f8, 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-03-13T05:59:22Z",
         "org.opencontainers.image.name": "falcosidekick",
         "org.opencontainers.image.revision": "8b740084e9bff0766fcbd8accbab8817adc5b99a",
         "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: 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": 50,
                     "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": 1265,
                 "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.31.1",
                     "newValue": "2.31.1",
                     "releaseTimestamp": "2025-02-04T11:26:00.961Z",
                     "newVersionAgeInDays": 43,
                     "newMajor": 2,
                     "newMinor": 31,
                     "newPatch": 1,
                     "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": 1311,
                 "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": 552,
                     "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": 1365,
                 "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.10.0",
                     "newValue": "0.10.0",
                     "newDigest": "5b2bdb9136a3ce052d9b01fa37a21ba42723d3f7cf1eea5d4a744e353ca5223f",
                     "releaseTimestamp": "2025-02-13T11:29:52.351Z",
                     "newVersionAgeInDays": 34,
                     "newMajor": 0,
                     "newMinor": 10,
                     "newPatch": 0,
                     "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": 1329,
                 "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-03-20T06: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-03-20T06: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-03-20T06:15:14.733Z) (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.10.0) (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.10.0"
 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.10.0"
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-03-20T06:15:15.668Z) (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-03-20T06:15:16.436Z) (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": "9579b3b360c1c7a4911898aaf3f4b4ed1e5c77ec",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "dd632698eaec0663126c3a632b5344adb24098b2",
           "branchName": "renovate/ib-updates",
           "branchSha": "b166e108cb57655faf59f8316f9b565f1ae10805",
           "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.10.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "falcosidekick",
               "displayPending": "",
               "fixedVersion": "0.3.13",
               "currentVersion": "0.3.13",
               "currentValue": "0.3.13",
               "newValue": "0.10.0",
               "newVersion": "0.10.0",
               "newDigest": "5b2bdb9136a3ce052d9b01fa37a21ba42723d3f7cf1eea5d4a744e353ca5223f",
               "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.31.1",
               "newVersion": "2.31.1",
               "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": 1514, "extract": 117, "lookup": 1710, "onboarding": 0, "update": 3290},
       "total": 6643
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/falco)
       "get": {"count": 16, "avgMs": 1, "medianMs": 1, "maxMs": 2, "totalMs": 18},
       "set": {"count": 16, "avgMs": 6, "medianMs": 6, "maxMs": 12, "totalMs": 92}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/falco)
       "hosts": {
         "auth.docker.io": {
           "count": 3,
           "reqAvgMs": 159,
           "reqMedianMs": 205,
           "reqMaxMs": 205,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "falcosecurity.github.io": {
           "count": 1,
           "reqAvgMs": 126,
           "reqMedianMs": 126,
           "reqMaxMs": 126,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 7,
           "reqAvgMs": 306,
           "reqMedianMs": 221,
           "reqMaxMs": 499,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 10,
           "reqAvgMs": 136,
           "reqMedianMs": 150,
           "reqMaxMs": 297,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 279,
           "reqMedianMs": 276,
           "reqMaxMs": 476,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 245, "medianMs": 245, "maxMs": 245, "totalMs": 245},
       "docker": {"count": 3, "avgMs": 1462, "medianMs": 1456, "maxMs": 1666, "totalMs": 4386}
 INFO: Repository finished (repository=big-bang/apps/sandbox/falco)
       "cloned": true,
       "durationMs": 6643
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=88) (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": 891
DEBUG: latest repository commit (repository=big-bang/team/tools/bigbang-bot)
       "latestCommit": {
         "hash": "3122363683db4333efe595c6293ed0369f9e0196",
         "date": "2025-03-17T12:56:35+00:00",
         "message": "Merge branch 'discover-projects-bugfix' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Discover Unmanaged BugFix\n\nSee merge request big-bang/team/tools/bigbang-bot!342",
         "author_name": "Nicole Dupree",
         "author_email": "ndupree@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": 1752
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": 144,
           "reqMedianMs": 123,
           "reqMaxMs": 222,
           "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": 1752
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=138) (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": 442
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": 1169
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": 146,
           "reqMedianMs": 138,
           "reqMaxMs": 205,
           "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": 1169
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=104) (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": 815
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": 1532
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": 120,
           "reqMedianMs": 104,
           "reqMaxMs": 167,
           "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": 1532
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=104) (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": 495
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": 1139
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": 119,
           "reqMedianMs": 104,
           "reqMaxMs": 159,
           "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": 1139
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": 569
DEBUG: latest repository commit (repository=big-bang/product/packages/bbctl)
       "latestCommit": {
         "hash": "88cc2d9905c18a263eded69b9aebbb7a5ad52e96",
         "date": "2025-03-14T13:49:48+00:00",
         "message": "Merge branch '190-integrate-bbctl-into-bb-istio' into 'main'",
         "refs": "HEAD -> main, tag: 1.0.0-bb.1, origin/main, origin/HEAD",
         "body": "Updates for BB Integration\n\nSee merge request big-bang/product/packages/bbctl!279",
         "author_name": "Ryan Daily",
         "author_email": "rdaily@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 Helm Chart Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "bbctl",
           "renovate",
           "kind::maintenance",
           "team::Tools & Automation"
         ],
         "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": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
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": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/bbctl)
DEBUG: findIssue(Renovate: Upgrade BBCTL Helm Chart 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-03-14T13:49:48+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (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: ^chart/Chart\.yaml$ for manager regex (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 regex: chart/Chart.yaml (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, "regex": 7, "helmv3": 7}
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 2 package file(s) (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Manager explicitly enabled in "enabledManagers" config, but found no results. Possible config error? (repository=big-bang/product/packages/bbctl, baseBranch=main)
       "manager": "custom.regex"
 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}
         },
         "total": {"fileCount": 2, "depCount": 3}
       }
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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035124",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:51:02+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": "64b6b77de07710af255e8a8ea6266cd11814125e",
         "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/apps/developer-tools/bbctl",
         "org.opencontainers.image.vendor": "Platform One",
         "org.opencontainers.image.version": "1.0.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/bbctl, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:88c817d93fd007f5dab61ac914cd107170914fdd6ee8211c34a2003ae2a46c19",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10",
         "architecture": "x86_64",
         "build-date": "2025-03-12T16:07:39",
         "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.38.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": "4034745",
         "mil.dso.ironbank.image.keywords": "yaml,pipelines,cicd",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10@sha256:522e1ebad74169b900eb0224114c4a9af0e247f5467676e819b82dd913c54856",
         "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-03-20 00:02:55+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.1741795396",
         "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.1741795396",
         "vcs-ref": "4f8da2b64a13f2a264bd802d8909bf803211fb20",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
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: 0 flattened updates found:  (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Returning 0 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": "1.0.0",
                 "datasource": "docker",
                 "replaceString": "1.0.0",
                 "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/apps/developer-tools/bbctl",
                 "lookupName": "ironbank/big-bang/bbctl",
                 "currentVersion": "1.0.0",
                 "fixedVersion": "1.0.0"
               },
               {
                 "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.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.0.0-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
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 0 branches:  (repository=big-bang/product/packages/bbctl)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/bbctl)
DEBUG: currentHourStart=2025-03-20T06: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: 0 PRs are currently open (repository=big-bang/product/packages/bbctl)
DEBUG: PR concurrent limit remaining: 10 (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-03-20T06: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: 0 already existing branches found:  (repository=big-bang/product/packages/bbctl)
DEBUG: Branch concurrent limit remaining: 10 (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: 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: Closing Dependency Dashboard (repository=big-bang/product/packages/bbctl)
DEBUG: ensureIssueClosing() (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: No renovate branches found (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": "88cc2d9905c18a263eded69b9aebbb7a5ad52e96"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/bbctl)
       "stats": {"total": 4, "open": 0, "closed": 1, "merged": 3}
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": 1533, "extract": 55, "lookup": 289, "onboarding": 0, "update": 1},
       "total": 1883
DEBUG: Package cache statistics (repository=big-bang/product/packages/bbctl)
       "get": {"count": 8, "avgMs": 1, "medianMs": 1, "maxMs": 5, "totalMs": 10},
       "set": {"count": 6, "avgMs": 6, "medianMs": 6, "maxMs": 10, "totalMs": 33}
DEBUG: HTTP statistics (repository=big-bang/product/packages/bbctl)
       "hosts": {
         "registry1.dso.mil": {
           "count": 11,
           "reqAvgMs": 27,
           "reqMedianMs": 25,
           "reqMaxMs": 44,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 182,
           "reqMedianMs": 171,
           "reqMaxMs": 353,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 15
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/bbctl)
DEBUG: Lookup statistics (repository=big-bang/product/packages/bbctl)
       "docker": {"count": 3, "avgMs": 181, "medianMs": 259, "maxMs": 271, "totalMs": 543}
 INFO: Repository finished (repository=big-bang/product/packages/bbctl)
       "cloned": true,
       "durationMs": 1883
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": 753
DEBUG: latest repository commit (repository=big-bang/product/packages/kyverno)
       "latestCommit": {
         "hash": "60c3982ef9829be9f7642590348d15f4cf33b864",
         "date": "2025-02-21T15:25:31+00:00",
         "message": "Merge branch 'kyverno-enablepolicyexceptionintestvalues' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "SKIP UPDATE CHECK: updated policy exception namespace to kyverno\n\nSee merge request big-bang/product/packages/kyverno!201",
         "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-02-21T15:25:31+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": 22, "helm-values": 21}
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, 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: 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: 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=470) (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": 1742451327188,
           "socket": 1742451327188,
           "lookup": 1742451327220,
           "connect": 1742451327227,
           "secureConnect": 1742451327582,
           "upload": 1742451327582,
           "response": 1742451327658,
           "end": 1742451327658,
           "phases": {
             "wait": 0,
             "dns": 32,
             "tcp": 7,
             "tls": 355,
             "request": 0,
             "firstByte": 76,
             "download": 0,
             "total": 470
           }
         },
         "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": "Thu, 20 Mar 2025 06:15:27 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451387",
             "x-ratelimit-remaining": "173",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "ef7c76ead1c6adf93c888250d47981cb",
             "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/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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyvernopre, sha256:aa658ae1f4d448fc854cee700f88a1285bd7ad22214817ce059a4a5b219d0888, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno, sha256:cbdae7674edf4fbe75e2c7aa5da944bd14a8f3094cb4a0e1612bf70105a9ea36, 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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/reports-controller, sha256:638d05eb5dcaa422de83da03c47922827cb809ebdf977bd91b1d67c791acd55d, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/background-controller, sha256:2cfc25fec3beb0d5d249c50eecf79eeb804be942542421dd10352fcfbbf6cc94, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/cleanup-controller, sha256:fae6f1c9e4a2093368e233ae446fa46ee35b35b6dd8cb4529330ee5367e08c51, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
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=199) (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": 1742451327584,
           "socket": 1742451327584,
           "lookup": 1742451327592,
           "connect": 1742451327592,
           "secureConnect": 1742451327711,
           "upload": 1742451327712,
           "response": 1742451327783,
           "end": 1742451327783,
           "phases": {
             "wait": 0,
             "dns": 8,
             "tcp": 0,
             "tls": 119,
             "request": 1,
             "firstByte": 71,
             "download": 0,
             "total": 199
           }
         },
         "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": "Thu, 20 Mar 2025 06:15:27 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451387",
             "x-ratelimit-remaining": "172",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "0b4411e2e424ac83432580ff129ad504",
             "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/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=205) (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": 1742451327584,
           "socket": 1742451327584,
           "lookup": 1742451327592,
           "connect": 1742451327592,
           "secureConnect": 1742451327716,
           "upload": 1742451327717,
           "response": 1742451327789,
           "end": 1742451327789,
           "phases": {
             "wait": 0,
             "dns": 8,
             "tcp": 0,
             "tls": 124,
             "request": 1,
             "firstByte": 72,
             "download": 0,
             "total": 205
           }
         },
         "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": "Thu, 20 Mar 2025 06:15:27 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451387",
             "x-ratelimit-remaining": "171",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "ce9cdae171cd1325065bd99a1f40f331",
             "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=222) (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": 1742451327585,
           "socket": 1742451327585,
           "lookup": 1742451327597,
           "connect": 1742451327597,
           "secureConnect": 1742451327727,
           "upload": 1742451327727,
           "response": 1742451327806,
           "end": 1742451327807,
           "phases": {
             "wait": 0,
             "dns": 12,
             "tcp": 0,
             "tls": 130,
             "request": 0,
             "firstByte": 79,
             "download": 1,
             "total": 222
           }
         },
         "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": "Thu, 20 Mar 2025 06:15:27 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451387",
             "x-ratelimit-remaining": "170",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "913955fc61246655f7aa823db503733b",
             "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/background-controller/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=221) (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": 1742451327587,
           "socket": 1742451327587,
           "lookup": 1742451327598,
           "connect": 1742451327599,
           "secureConnect": 1742451327731,
           "upload": 1742451327731,
           "response": 1742451327808,
           "end": 1742451327808,
           "phases": {
             "wait": 0,
             "dns": 11,
             "tcp": 1,
             "tls": 132,
             "request": 0,
             "firstByte": 77,
             "download": 0,
             "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/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": "Thu, 20 Mar 2025 06:15:27 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451387",
             "x-ratelimit-remaining": "169",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "ef8ee7e707d831dc454ed4718de4aeaa",
             "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:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035091",
         "mil.dso.ironbank.image.keywords": "kyverno,opa,policy,enforcement",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "Kyverno",
         "org.opencontainers.image.created": "2025-03-20 00:48:22+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": "a2d3377eda2fe2c1c0f81e5d76f6c26cc46b8e17",
         "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.4"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034836",
         "mil.dso.ironbank.image.keywords": "kyverno,opa,policy,enforcement",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "Kyverno",
         "org.opencontainers.image.created": "2025-03-20 00:16:18+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": "36968ad5d1c4c45e42c6db042d206afdf7a28545",
         "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.4"
       }
DEBUG: Using queue: host=auth.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:73df1097a55c890a89f1e23e5a919e66b4e304a8d5404d65ebbcc8479d3cc43f",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.12",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035423",
         "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.12@sha256:7c2ced7093650f632b0f718e1ec906b35587c7f3233611f7bcb3131b7a8176f9",
         "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-03-20 01:22:43+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": "281c4abb6b9c3cee0fdfe018469f476eb62c923a",
         "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.4",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:73df1097a55c890a89f1e23e5a919e66b4e304a8d5404d65ebbcc8479d3cc43f",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.12",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035203",
         "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.12@sha256:7c2ced7093650f632b0f718e1ec906b35587c7f3233611f7bcb3131b7a8176f9",
         "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-03-20 01:01:02+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": "684763f8d69c63ccd6d82c9988152137130daaf4",
         "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.4",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:73df1097a55c890a89f1e23e5a919e66b4e304a8d5404d65ebbcc8479d3cc43f",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.12",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035026",
         "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.12@sha256:7c2ced7093650f632b0f718e1ec906b35587c7f3233611f7bcb3131b7a8176f9",
         "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-03-20 00:40:37+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": "2e99f567b4eeb95456f767c376efcdcea15a53d1",
         "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.4",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyvernocli, sha256:b31d2c624a88a13ae49c96d0fb9d7fadb9b4ad832fe92c60e722b3e32ff9a386, 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:f0e01fbdf15801f020d7efdffdc1e1069a49ecea0423e3af8d8559ccc24937b9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034588",
         "mil.dso.ironbank.image.keywords": "kyverno,opa,policy,enforcement",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:854d84ae9e8b77c8b8b87856b145f10f7d0074e6e1324dd54c26d9e196334f5f",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "Kyverno",
         "org.opencontainers.image.created": "2025-03-19 23:38:07+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": "7af4a316509c444294a45162e7257970e2fb5fb1",
         "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.4"
       }
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=68) (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": 1742451328123,
           "socket": 1742451328123,
           "lookup": 1742451328123,
           "connect": 1742451328123,
           "secureConnect": 1742451328123,
           "upload": 1742451328123,
           "response": 1742451328191,
           "end": 1742451328191,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 68,
             "download": 0,
             "total": 68
           }
         },
         "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": "Thu, 20 Mar 2025 06:15:28 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/kyvernopre/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=66) (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": 1742451328195,
           "socket": 1742451328195,
           "lookup": 1742451328195,
           "connect": 1742451328195,
           "secureConnect": 1742451328195,
           "upload": 1742451328195,
           "response": 1742451328261,
           "end": 1742451328261,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 66,
             "download": 0,
             "total": 66
           }
         },
         "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": "Thu, 20 Mar 2025 06:15:28 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://index.docker.io/v2/ironbank/opensource/kyverno/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=107) (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": 1742451328194,
           "socket": 1742451328194,
           "lookup": 1742451328194,
           "connect": 1742451328194,
           "secureConnect": 1742451328194,
           "upload": 1742451328194,
           "response": 1742451328301,
           "end": 1742451328301,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 107,
             "download": 0,
             "total": 107
           }
         },
         "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": "Thu, 20 Mar 2025 06:15:28 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://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": 1742451328195,
           "socket": 1742451328196,
           "lookup": 1742451328196,
           "connect": 1742451328196,
           "secureConnect": 1742451328196,
           "upload": 1742451328196,
           "response": 1742451328302,
           "end": 1742451328302,
           "phases": {
             "wait": 1,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 106,
             "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": "Thu, 20 Mar 2025 06:15:28 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451388",
             "x-ratelimit-remaining": "168",
             "x-ratelimit-ip": "56.136.77.246",
             "x-trace-id": "7a4b97744e311fa1f21e68d333c049a5",
             "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=88) (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": 1742451328215,
           "socket": 1742451328216,
           "lookup": 1742451328216,
           "connect": 1742451328216,
           "secureConnect": 1742451328216,
           "upload": 1742451328216,
           "response": 1742451328303,
           "end": 1742451328303,
           "phases": {
             "wait": 1,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 87,
             "download": 0,
             "total": 88
           }
         },
         "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": "Thu, 20 Mar 2025 06:15:28 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=71) (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": 1742451328233,
           "socket": 1742451328233,
           "lookup": 1742451328233,
           "connect": 1742451328233,
           "secureConnect": 1742451328233,
           "upload": 1742451328233,
           "response": 1742451328304,
           "end": 1742451328304,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 71,
             "download": 0,
             "total": 71
           }
         },
         "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": "Thu, 20 Mar 2025 06:15:28 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=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": 1742451328443,
           "socket": 1742451328443,
           "lookup": 1742451328443,
           "connect": 1742451328443,
           "secureConnect": 1742451328443,
           "upload": 1742451328443,
           "response": 1742451328507,
           "end": 1742451328507,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 64,
             "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/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": "Thu, 20 Mar 2025 06:15:28 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.4",
                 "datasource": "docker",
                 "replaceString": "v1.13.4",
                 "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.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "ironbank/opensource/kyverno/kyvernopre",
                 "currentValue": "v1.13.4",
                 "datasource": "docker",
                 "replaceString": "v1.13.4",
                 "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.4",
                 "datasource": "docker",
                 "replaceString": "v1.13.4",
                 "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.4",
                 "datasource": "docker",
                 "replaceString": "v1.13.4",
                 "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.4",
                 "datasource": "docker",
                 "replaceString": "v1.13.4",
                 "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.4",
                 "datasource": "docker",
                 "replaceString": "v1.13.4",
                 "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.10",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno",
                 "currentValue": "v1.13.4",
                 "datasource": "docker",
                 "replaceString": "appVersion: v1.13.4",
                 "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.4",
                 "fixedVersion": "v1.13.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno",
                 "currentValue": "v1.13.4",
                 "datasource": "docker",
                 "replaceString": "- Kyverno: v1.13.4",
                 "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.4",
                 "fixedVersion": "v1.13.4"
               }
             ],
             "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.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno:v1.13.4",
                 "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.4",
                 "fixedVersion": "v1.13.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernopre",
                 "currentValue": "v1.13.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyvernopre:v1.13.4",
                 "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.4",
                 "fixedVersion": "v1.13.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "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.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyverno/reports-controller:v1.13.4",
                 "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.4",
                 "fixedVersion": "v1.13.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyverno/background-controller",
                 "currentValue": "v1.13.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyverno/background-controller:v1.13.4",
                 "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.4",
                 "fixedVersion": "v1.13.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyverno/cleanup-controller",
                 "currentValue": "v1.13.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyverno/cleanup-controller:v1.13.4",
                 "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.4",
                 "fixedVersion": "v1.13.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernocli",
                 "currentValue": "v1.13.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyvernocli:v1.13.4",
                 "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.4",
                 "fixedVersion": "v1.13.4"
               }
             ],
             "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-03-20T06: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: 0 PRs are currently open (repository=big-bang/product/packages/kyverno)
DEBUG: PR concurrent limit remaining: 10 (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-03-20T06: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: 0 already existing branches found:  (repository=big-bang/product/packages/kyverno)
DEBUG: Branch concurrent limit remaining: 10 (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: branchExists=false (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: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11, !open) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found closed PR with current title (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(202) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(202) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Closed PR already exists. Skipping branch. (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.11"
DEBUG: Getting comments for #202 (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 10 comments (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #202 (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
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: No renovate branches found (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": "60c3982ef9829be9f7642590348d15f4cf33b864"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": ["renovate/ironbank"]
DEBUG: branches info extended (repository=big-bang/product/packages/kyverno)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 202,
           "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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": 8, "open": 0, "closed": 3, "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": 2119, "extract": 275, "lookup": 1392, "onboarding": 0, "update": 429},
       "total": 4884
DEBUG: Package cache statistics (repository=big-bang/product/packages/kyverno)
       "get": {"count": 46, "avgMs": 9, "medianMs": 1, "maxMs": 137, "totalMs": 391},
       "set": {"count": 24, "avgMs": 5, "medianMs": 4, "maxMs": 17, "totalMs": 122}
DEBUG: HTTP statistics (repository=big-bang/product/packages/kyverno)
       "hosts": {
         "auth.docker.io": {
           "count": 6,
           "reqAvgMs": 182,
           "reqMedianMs": 205,
           "reqMaxMs": 217,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 6,
           "reqAvgMs": 237,
           "reqMedianMs": 221,
           "reqMaxMs": 470,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 12,
           "reqAvgMs": 132,
           "reqMedianMs": 107,
           "reqMaxMs": 242,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 37,
           "reqAvgMs": 70,
           "reqMedianMs": 34,
           "reqMaxMs": 407,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 258,
           "reqMedianMs": 190,
           "reqMaxMs": 622,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 70
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/kyverno)
DEBUG: Lookup statistics (repository=big-bang/product/packages/kyverno)
       "docker": {"count": 25, "avgMs": 447, "medianMs": 315, "maxMs": 1011, "totalMs": 11179}
 INFO: Repository finished (repository=big-bang/product/packages/kyverno)
       "cloned": true,
       "durationMs": 4884
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 = main (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": 959
DEBUG: latest repository commit (repository=big-bang/team/deployments/bigbang-ci)
       "latestCommit": {
         "hash": "2a5118bc6d92ccfec817cd0fcbb395760c6c50b0",
         "date": "2025-03-19T22:49:08+00:00",
         "message": "Merge branch 'release-2.49.x' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "upgrading release cluster references to 2.49\n\nSee merge request big-bang/team/deployments/bigbang-ci!284",
         "author_name": "Rob McCarthy",
         "author_email": "rmccarthy@bridgephase.com"
       }
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": ["main"],
         "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"]}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^deployments/ci/kustomization\\.yaml$"],
             "matchStrings": [".+?ref=+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/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/platform-one/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": [
               ".*-runner-hr\\.yaml$",
               ".*-buid-hr\\.yaml$",
               ".env-values\\.yaml$"
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": [".*-runner-hr\\.yaml$"],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: No config migration necessary (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Post-massage config (repository=big-bang/team/deployments/bigbang-ci)
       "config": {
         "baseBranches": ["main"],
         "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": [],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^deployments/ci/kustomization\\.yaml$"],
             "matchStrings": [".+?ref=+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/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/platform-one/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": [
               ".*-runner-hr\\.yaml$",
               ".*-buid-hr\\.yaml$",
               ".env-values\\.yaml$"
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": [".*-runner-hr\\.yaml$"],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker"
           }
         ],
         "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": ["main"]
DEBUG: baseBranch: main (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: extract() (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: latest commit (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T22:49:08+00:00"
DEBUG: Using file match: ^deployments/ci/kustomization\.yaml$ for manager regex (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Using file match: .*/kustomization\.yaml$ for manager regex (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Using file match: .*-runner-hr\.yaml$ for manager regex (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Using file match: .*-buid-hr\.yaml$ for manager regex (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Using file match: .env-values\.yaml$ for manager regex (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Using file match: .*-runner-hr\.yaml$ for manager regex (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: deployments/ci/kustomization.yaml (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Matched 38 file(s) for manager regex: .archive/bb_prod/autoscaler/kustomization.yaml, .archive/bb_prod/bigbang/base/kustomization.yaml, .archive/bb_prod/ci/kustomization.yaml, .archive/bb_prod/defect-dojo/kustomization.yaml, .archive/bb_prod/fluxcd/kustomization.yaml, .archive/bb_prod/gitlab-ci-pipelines-exporter/kustomization.yaml, .archive/bb_prod/gitlab-runners/bigbang/kustomization.yaml, .archive/bb_prod/gitlab-runners/edge/kustomization.yaml, .archive/bb_prod/gitlab-runners/graduated/kustomization.yaml, .archive/bb_prod/gitlab-runners/image-build/kustomization.yaml, .archive/bb_prod/gitlab-runners/incubating/kustomization.yaml, .archive/bb_prod/gitlab-runners/kustomization.yaml, .archive/bb_prod/gitlab-runners/release/kustomization.yaml, .archive/bb_prod/gitlab-runners/sandbox/kustomization.yaml, .archive/bb_prod/kustomization.yaml, .archive/bb_prod/overprovision/kustomization.yaml, .archive/bb_prod/twistlock/kustomization.yaml, .archive/crossplane/kustomization.yaml, deployments/ci/autoscaler/kustomization.yaml, deployments/ci/ci/kustomization.yaml, deployments/ci/defect-dojo/kustomization.yaml, deployments/ci/fluentbit/kustomization.yaml, deployments/ci/fluxcd/kustomization.yaml, deployments/ci/gitlab-ci-pipelines-exporter/kustomization.yaml, deployments/ci/gitlab-runners/bigbang/kustomization.yaml, deployments/ci/gitlab-runners/edge/kustomization.yaml, deployments/ci/gitlab-runners/graduated/kustomization.yaml, deployments/ci/gitlab-runners/image-build/kustomization.yaml, deployments/ci/gitlab-runners/incubating/kustomization.yaml, deployments/ci/gitlab-runners/kustomization.yaml, deployments/ci/gitlab-runners/release/kustomization.yaml, deployments/ci/gitlab-runners/sandbox/kustomization.yaml, deployments/ci/kustomization.yaml, deployments/ci/overprovision/kustomization.yaml, deployments/ci/twistlock/kustomization.yaml, deployments/release/fluentbit/kustomization.yaml, deployments/release/kustomization.yaml, deployments/release/release/kustomization.yaml (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Matched 16 file(s) for manager regex: .archive/bb_prod/env-values.yaml, .archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml, .archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml, .archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml, .archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml, .archive/bb_prod/gitlab-runners/release/generic-runner-hr.yaml, .archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml, .archive/crossplane/generic-runner-hr.yaml, deployments/ci/env-values.yaml, deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml, deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml, deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml, deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml, deployments/ci/gitlab-runners/release/generic-runner-hr.yaml, deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml, deployments/release/env-values.yaml (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Matched 13 file(s) for manager regex: .archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml, .archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml, .archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml, .archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml, .archive/bb_prod/gitlab-runners/release/generic-runner-hr.yaml, .archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml, .archive/crossplane/generic-runner-hr.yaml, deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml, deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml, deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml, deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml, deployments/ci/gitlab-runners/release/generic-runner-hr.yaml, deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
       "managers": {"regex": 25}
DEBUG: Found regex package files (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Found 28 package file(s) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
       "stats": {
         "managers": {"regex": {"fileCount": 28, "depCount": 28}},
         "total": {"fileCount": 28, "depCount": 28}
       }
DEBUG: baseBranch: main (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Dependency https://repo1.dso.mil/platform-one/big-bang/bigbang.git has unsupported/unversioned value release-2.48.x (versioning=regex:^(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)$) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Skipping https://repo1.dso.mil/platform-one/big-bang/bigbang.git because no currentDigest or pinDigests (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner-helper, latest) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner-helper, latest, get) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner-helper, sha256:48a07beff9c906d5e7a4c7d69856b40a3b69f7dac85bc8fe66f28d5f7843a495, get) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:da24ff1020624332e7ac466ae75ce4fda499ef7121dac1bd35a9e03e5dce65eb",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035782",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base:9.5@sha256:a79229a26f08329287e1cb39a219c3f07655b7d7a680c0e54e59fe67f9db8b75",
         "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-03-20 02:18:49+00:00",
         "org.opencontainers.image.description": "GitLab Runner for use with GitLab CI/CD",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "8a42d5b53eb82c88a7abacc3cc04d05cb8678e39",
         "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": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: getLabels(https://registry1.dso.mil, bigbang-ci/bb-runner-dind, 28.0.1) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, bigbang-ci/bb-runner-dind, 28.0.1, get) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
       "labels": {}
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: 26 flattened updates found: https://repo1.dso.mil/platform-one/big-bang/bigbang.git, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper, registry1.dso.mil/bigbang-ci/bb-runner-dind, registry1.dso.mil/bigbang-ci/bb-runner-dind, registry1.dso.mil/bigbang-ci/bb-runner-dind, registry1.dso.mil/bigbang-ci/bb-runner-dind, registry1.dso.mil/bigbang-ci/bb-runner-dind, registry1.dso.mil/bigbang-ci/bb-runner-dind, registry1.dso.mil/bigbang-ci/bb-runner-dind, registry1.dso.mil/bigbang-ci/bb-runner-dind, registry1.dso.mil/bigbang-ci/bb-runner-dind, registry1.dso.mil/bigbang-ci/bb-runner-dind (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: Returning 2 branch(es) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
                 "currentValue": "release-2.48.x",
                 "datasource": "git-tags",
                 "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
                 "replaceString": "- https://repo1.dso.mil/platform-one/big-bang/bigbang.git//base?ref=release-2.48.x",
                 "updates": [],
                 "packageName": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": [".+?ref=+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
             "packageFile": "deployments/ci/kustomization.yaml"
           },
           {
             "deps": [
               {
                 "depName": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
                 "currentValue": "2.44.0",
                 "datasource": "git-tags",
                 "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
                 "replaceString": "tag: \"2.44.0\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.48.0",
                     "newValue": "2.48.0",
                     "newMajor": 2,
                     "newMinor": 48,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x"
                   }
                 ],
                 "packageName": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/platform-one/big-bang/bigbang",
                 "currentVersion": "2.44.0",
                 "isSingleVersion": true,
                 "fixedVersion": "2.44.0"
               }
             ],
             "matchStrings": ["tag:\\s+\"(?<currentValue>.+)\""],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
             "packageFile": ".archive/bb_prod/kustomization.yaml"
           },
           {
             "deps": [
               {
                 "depName": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
                 "currentValue": "2.48.0",
                 "datasource": "git-tags",
                 "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
                 "replaceString": "tag: \"2.48.0\"",
                 "updates": [],
                 "packageName": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/platform-one/big-bang/bigbang",
                 "currentVersion": "2.48.0",
                 "fixedVersion": "2.48.0"
               }
             ],
             "matchStrings": ["tag:\\s+\"(?<currentValue>.+)\""],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
             "packageFile": "deployments/ci/kustomization.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/env-values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/release/generic-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/crossplane/generic-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/env-values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/release/generic-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.3.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v17.8.0",
                     "newValue": "v17.8.0",
                     "newMajor": 17,
                     "newMinor": 8,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-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.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v17.3.1"
               }
             ],
             "matchStrings": [
               "registry1\\.dso\\.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": ".archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "currentValue": "27.3.1",
                 "datasource": "docker",
                 "replaceString": "name = \"registry1.dso.mil/bigbang-ci/bb-runner-dind:27.3.1\"",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.0.1",
                     "newValue": "28.0.1",
                     "newMajor": 28,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang-ci/bb-runner-dind",
                 "currentVersion": "27.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "27.3.1"
               }
             ],
             "matchStrings": [
               "name\\s*=\\s*\"registry1\\.dso\\.mil/bigbang-ci/bb-runner-dind:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\""
             ],
             "depNameTemplate": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
             "datasourceTemplate": "docker",
             "packageFile": "deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml"
           }
         ]
       }
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 2 branches: renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x, renovate/ib-updates (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: currentHourStart=2025-03-20T06: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: getBranchPr(renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: findPr(renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x, undefined, open) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: getPr(238) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: getMR(238) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: 1 PRs are currently open (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/ib-updates (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Branch concurrent limit remaining: 9 (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: syncBranchState() (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: getBranchPr(renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: findPr(renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x, undefined, open) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: branchExists=false (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: findPr(renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x, Update dependency https://repo1.dso.mil/platform-one/big-bang/bigbang.git to v2.48.0, !open) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: Found closed PR with current title (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: getPr(235) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: getMR(235) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
       "prTitle": "Update dependency https://repo1.dso.mil/platform-one/big-bang/bigbang.git to v2.48.0"
DEBUG: Getting comments for #235 (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: Found 38 comments (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #235 (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: Comment is already update-to-date (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x)
DEBUG: syncBranchState() (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(238) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(238) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:15:34.599Z) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/team/deployments/bigbang-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/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T22:49:08+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in .archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in .archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in .archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in .archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/bigbang-ci/bb-runner-dind in .archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in deployments/ci/gitlab-runners/release/generic-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/release/generic-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in deployments/ci/env-values.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=deployments/ci/env-values.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in .archive/crossplane/generic-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/crossplane/generic-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in .archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in .archive/bb_prod/gitlab-runners/release/generic-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/release/generic-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in .archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in .archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in .archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in .archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: Branch dep registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper in .archive/bb_prod/env-values.yaml is already updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, packageFile=.archive/bb_prod/env-values.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
DEBUG: No package files need updating (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T22:49:08+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(238) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(238) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/gitlab/gitlab-runner/gitlab-runner-helper (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper (v17.3.1 -> v17.8.0) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update IB Updates"
 INFO: PR updated (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
       "pr": 238,
       "prTitle": "Update IB Updates"
DEBUG: setPrCache() (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/team/deployments/bigbang-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: getPr(238) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: getMR(238) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Config does not need migration (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: Branch lists (repository=big-bang/team/deployments/bigbang-ci)
       "branchList": [
         "renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x",
         "renovate/ib-updates"
       ],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: No branches to clean up (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": "main", "sha": "2a5118bc6d92ccfec817cd0fcbb395760c6c50b0"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "2a5118bc6d92ccfec817cd0fcbb395760c6c50b0",
           "branchName": "renovate/ib-updates",
           "branchSha": "f34ce1e68c15c23382fbbf685e7733ae62e99011",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": ["renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x"]
DEBUG: branches info extended (repository=big-bang/team/deployments/bigbang-ci)
       "branchesInformation": [
         {
           "branchName": "renovate/https-repo1.dso.mil-platform-one-big-bang-bigbang.git-2.x",
           "prNo": 235,
           "prTitle": "Update dependency https://repo1.dso.mil/platform-one/big-bang/bigbang.git to v2.48.0",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "git-tags",
               "depName": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
               "displayPending": "",
               "fixedVersion": "2.44.0",
               "currentVersion": "2.44.0",
               "currentValue": "2.44.0",
               "newValue": "2.48.0",
               "newVersion": "2.48.0",
               "packageFile": ".archive/bb_prod/kustomization.yaml",
               "updateType": "minor",
               "packageName": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 238,
           "prTitle": "Update IB Updates",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": "deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": "deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": "deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": "deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": "deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": ".archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": ".archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": ".archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": ".archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/bigbang-ci/bb-runner-dind",
               "displayPending": "",
               "fixedVersion": "27.3.1",
               "currentVersion": "27.3.1",
               "currentValue": "27.3.1",
               "newValue": "28.0.1",
               "newVersion": "28.0.1",
               "packageFile": ".archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang-ci/bb-runner-dind"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": "deployments/ci/gitlab-runners/sandbox/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": "deployments/ci/gitlab-runners/release/generic-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": "deployments/ci/gitlab-runners/incubating/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": "deployments/ci/gitlab-runners/graduated/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": "deployments/ci/gitlab-runners/edge/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": "deployments/ci/gitlab-runners/bigbang/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": "deployments/ci/env-values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": ".archive/crossplane/generic-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": ".archive/bb_prod/gitlab-runners/sandbox/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": ".archive/bb_prod/gitlab-runners/release/generic-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": ".archive/bb_prod/gitlab-runners/incubating/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": ".archive/bb_prod/gitlab-runners/graduated/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": ".archive/bb_prod/gitlab-runners/edge/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": ".archive/bb_prod/gitlab-runners/bigbang/privileged-runner-hr.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
               "displayPending": "",
               "fixedVersion": "v17.3.1",
               "currentVersion": "v17.3.1",
               "currentValue": "v17.3.1",
               "newValue": "v17.8.0",
               "newVersion": "v17.8.0",
               "packageFile": ".archive/bb_prod/env-values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/team/deployments/bigbang-ci)
       "stats": {"total": 15, "open": 1, "closed": 1, "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": 2634, "extract": 311, "lookup": 1030, "onboarding": 0, "update": 2793},
       "total": 7388
DEBUG: Package cache statistics (repository=big-bang/team/deployments/bigbang-ci)
       "get": {"count": 13, "avgMs": 1, "medianMs": 0, "maxMs": 2, "totalMs": 7},
       "set": {"count": 59, "avgMs": 22, "medianMs": 7, "maxMs": 266, "totalMs": 1277}
DEBUG: HTTP statistics (repository=big-bang/team/deployments/bigbang-ci)
       "hosts": {
         "registry1.dso.mil": {
           "count": 12,
           "reqAvgMs": 30,
           "reqMedianMs": 27,
           "reqMaxMs": 121,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 15,
           "reqAvgMs": 246,
           "reqMedianMs": 188,
           "reqMaxMs": 785,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 27
DEBUG: HTTP cache statistics (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Lookup statistics (repository=big-bang/team/deployments/bigbang-ci)
       "git-tags": {"count": 3, "avgMs": 395, "medianMs": 592, "maxMs": 593, "totalMs": 1186},
       "docker": {"count": 25, "avgMs": 128, "medianMs": 50, "maxMs": 353, "totalMs": 3206}
 INFO: Repository finished (repository=big-bang/team/deployments/bigbang-ci)
       "cloned": true,
       "durationMs": 7388
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=121) (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": 714
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": 1404
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": 133,
           "reqMedianMs": 121,
           "reqMaxMs": 160,
           "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": 1404
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=80) (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": 416
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": 1031
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": 115,
           "reqMedianMs": 103,
           "reqMaxMs": 162,
           "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": 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/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=97) (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": 449
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": 1038
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": 108,
           "reqMedianMs": 106,
           "reqMaxMs": 122,
           "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": 1038
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=97) (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": 498
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": 1105
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": 111,
           "reqMedianMs": 97,
           "reqMaxMs": 143,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1105
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=85) (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": 860
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": 1829
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": 174,
           "reqMedianMs": 179,
           "reqMaxMs": 257,
           "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": 1829
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=84) (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": 545
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": 1137
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": 104,
           "reqMedianMs": 110,
           "reqMaxMs": 118,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1137
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": 476
DEBUG: latest repository commit (repository=big-bang/product/packages/promtail)
       "latestCommit": {
         "hash": "b194b36f325900d1cc41e284aedba0153111e859",
         "date": "2025-02-28T13:22: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 #79\n\nSee merge request big-bang/product/packages/promtail!114",
         "author_name": "Brian Jackson",
         "author_email": "bjackson@fullvisibility.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-02-28T13:22:58+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": {"regex": 9, "helmv3": 3, "helm-values": 8}
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:f4e6642b260a07ed0b7cca3d93e6082cfcc4c4852c1705ba5098043680bc5885, 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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035568",
         "mil.dso.ironbank.image.keywords": "logs,monitoring,observability,logging",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:45:22+00:00",
         "org.opencontainers.image.description": "An agent for shipping logs to Loki",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "4587f0719aab04820930cab7f8cec59d4143742a",
         "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.4.2",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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.4.2",
                 "datasource": "docker",
                 "replaceString": "v3.4.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.4.2",
                 "fixedVersion": "v3.4.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.4.2",
                 "datasource": "docker",
                 "replaceString": "- Promtail: v3.4.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.4.2",
                 "fixedVersion": "v3.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
                 "currentValue": "3.4.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 3.4.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.4.2",
                 "fixedVersion": "3.4.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.4.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.4.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.4.2",
                 "fixedVersion": "v3.4.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.2",
                 "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": 183,
                 "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-03-20T06: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-03-20T06: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": "b194b36f325900d1cc41e284aedba0153111e859"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/promtail)
       "stats": {"total": 4, "open": 0, "closed": 1, "merged": 3}
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": 1529, "extract": 239, "lookup": 411, "onboarding": 0, "update": 0},
       "total": 2855
DEBUG: Package cache statistics (repository=big-bang/product/packages/promtail)
       "get": {"count": 6, "avgMs": 5, "medianMs": 1, "maxMs": 22, "totalMs": 29},
       "set": {"count": 3, "avgMs": 9, "medianMs": 6, "maxMs": 17, "totalMs": 28}
DEBUG: HTTP statistics (repository=big-bang/product/packages/promtail)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 29,
           "reqMedianMs": 23,
           "reqMaxMs": 68,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 239,
           "reqMedianMs": 177,
           "reqMaxMs": 488,
           "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": 312, "medianMs": 386, "maxMs": 386, "totalMs": 1561},
       "helm": {"count": 1, "avgMs": 25, "medianMs": 25, "maxMs": 25, "totalMs": 25}
 INFO: Repository finished (repository=big-bang/product/packages/promtail)
       "cloned": true,
       "durationMs": 2855
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=91) (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": 584
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": 1353
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": 164,
           "reqMedianMs": 92,
           "reqMaxMs": 309,
           "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": 1353
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=124) (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": 569
DEBUG: latest repository commit (repository=big-bang/product/community/sdelements)
       "latestCommit": {
         "hash": "30b8b40b2d6dc8de513c08996d97619fbbb04500",
         "date": "2025-02-18T17:43:21+00:00",
         "message": "Merge branch 'update/2024.3' into 'main'",
         "refs": "HEAD -> main, tag: 2024.3.35, origin/main, origin/HEAD",
         "body": "Updating helm chart to 2024.3.35\n\nSee merge request big-bang/product/community/sdelements!29",
         "author_name": "mchum",
         "author_email": "mchum@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": 1250
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": 126,
           "reqMedianMs": 124,
           "reqMaxMs": 165,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1250
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": 734
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": 4, "npm": 17}
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": "e69940d8-5f51-440c-addb-35e6ecdadb10",
           "date": "Thu, 20 Mar 2025 06:15:53 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: 56 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, remark-gfm, @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-jest, 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 53 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.8",
       "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.10",
       "branches": {
         "renovate/babel-core-7.x-lockfile": "@babel/core",
         "renovate/babel-eslint-parser-7.x-lockfile": "@babel/eslint-parser",
         "renovate/babel-plugin-transform-runtime-7.x-lockfile": "@babel/plugin-transform-runtime",
         "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.27.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.4",
                     "newValue": "1.27.4",
                     "newMajor": 1,
                     "newMinor": 27,
                     "newPatch": 4,
                     "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": 100,
                     "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": 237,
                 "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": 100,
                     "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": 210,
                 "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": 100,
                     "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": 242,
                 "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.8",
                     "newValue": "^6.0.0",
                     "releaseTimestamp": "2025-03-17T17:53:23.859Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 6,
                     "newMinor": 4,
                     "newPatch": 8,
                     "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": 222,
                 "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.8",
                     "newValue": "^6.0.0",
                     "releaseTimestamp": "2025-03-17T17:53:09.176Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 6,
                     "newMinor": 4,
                     "newPatch": 8,
                     "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": 222,
                 "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": 152,
                     "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": 479,
                 "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": 969,
                 "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.8.4",
                     "newValue": "^1.3.5",
                     "releaseTimestamp": "2025-03-19T19:27:47.752Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 1,
                     "newMinor": 8,
                     "newPatch": 4,
                     "updateType": "minor",
                     "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": 200,
                 "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": 2158,
                 "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": 194,
                     "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": 419,
                 "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": 50,
                     "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": 727,
                 "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": 104,
                     "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": 327,
                 "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": 104,
                     "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": 327,
                 "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": 88,
                     "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": 384,
                 "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": "10.1.0",
                     "newValue": "^10.0.0",
                     "releaseTimestamp": "2025-03-07T10:32:53.222Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 10,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-markdown-10.x"
                   }
                 ],
                 "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": 492,
                 "isSingleVersion": false,
                 "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": 784,
                 "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.4.0",
                     "newValue": "^7.0.0",
                     "releaseTimestamp": "2025-03-19T14:37:22.371Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 7,
                     "newMinor": 4,
                     "newPatch": 0,
                     "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": 245,
                 "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": 51,
                     "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": 316,
                 "isSingleVersion": true,
                 "fixedVersion": "2.12.7"
               },
               {
                 "depType": "dependencies",
                 "depName": "remark-gfm",
                 "currentValue": "^4.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.0.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "4.0.1",
                     "newValue": "^4.0.0",
                     "releaseTimestamp": "2025-02-10T12:43:10.735Z",
                     "newVersionAgeInDays": 37,
                     "newMajor": 4,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/remark-gfm-4.x-lockfile"
                   }
                 ],
                 "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": 548,
                 "isSingleVersion": true,
                 "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.10",
                     "newValue": "^7.20.5",
                     "releaseTimestamp": "2025-03-11T17:55:16.321Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 10,
                     "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": 233,
                 "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.10",
                     "newValue": "^7.19.1",
                     "releaseTimestamp": "2025-03-11T17:55:04.453Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 10,
                     "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": 234,
                 "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": 653,
                 "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": 105,
                     "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": 251,
                 "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.26.10",
                     "newValue": "^7.19.6",
                     "releaseTimestamp": "2025-03-11T17:55:04.562Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 10,
                     "updateType": "minor",
                     "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": 209,
                 "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.9",
                     "newValue": "^7.20.2",
                     "releaseTimestamp": "2025-02-14T11:48:05.381Z",
                     "newVersionAgeInDays": 33,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 9,
                     "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": 209,
                 "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": 105,
                     "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": 287,
                 "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.10",
                     "newValue": "^7.20.6",
                     "releaseTimestamp": "2025-03-11T17:55:05.695Z",
                     "newVersionAgeInDays": 8,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 10,
                     "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": 251,
                 "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": 139,
                     "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": 208,
                 "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": 63,
                     "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": 202,
                 "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": 57,
                     "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": 446,
                 "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": 148,
                     "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": 188,
                 "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.12",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2025-03-19T15:02:38.925Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 12,
                     "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": 201,
                 "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.4",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2025-02-17T09:34:08.379Z",
                     "newVersionAgeInDays": 30,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 4,
                     "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": 328,
                 "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": 498,
                 "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.27.0",
                     "newValue": "^8.0.0",
                     "releaseTimestamp": "2025-03-20T01:06:35.137Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 8,
                     "newMinor": 27,
                     "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": 247,
                 "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.27.0",
                     "newValue": "^8.0.0",
                     "releaseTimestamp": "2025-03-20T01:06:22.997Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 8,
                     "newMinor": 27,
                     "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": 247,
                 "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": "10.0.0",
                     "newValue": "^10.0.0",
                     "releaseTimestamp": "2025-02-27T20:27:43.471Z",
                     "newVersionAgeInDays": 20,
                     "newMajor": 10,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/babel-loader-10.x"
                   }
                 ],
                 "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": 621,
                 "isSingleVersion": false,
                 "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": 2772,
                 "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": 79,
                     "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": 518,
                 "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": 1569,
                 "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 175,
                 "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.22.0",
                     "newValue": "^9.0.0",
                     "releaseTimestamp": "2025-03-07T21:17:39.226Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 9,
                     "newMinor": 22,
                     "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": 390,
                 "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": 1180,
                 "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.1.1",
                     "newValue": "^10.0.0",
                     "releaseTimestamp": "2025-03-07T09:51:00.914Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 10,
                     "newMinor": 1,
                     "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": 473,
                 "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": 1072,
                 "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": 679,
                 "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": 1238,
                 "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": 167,
                     "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": 461,
                 "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": 64,
                     "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": 286,
                 "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": 122,
                     "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": 334,
                 "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": 145,
                     "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": 272,
                 "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": 60,
                     "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": 245,
                 "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": 66,
                     "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": 243,
                 "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.2.0",
                     "newValue": "^5.0.0",
                     "releaseTimestamp": "2025-02-28T15:30:44.852Z",
                     "newVersionAgeInDays": 19,
                     "newMajor": 5,
                     "newMinor": 2,
                     "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": 327,
                 "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": 103,
                     "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": 338,
                 "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": 507,
                 "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": 1121,
                 "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": 148,
                     "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": 456,
                 "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": 121,
                     "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": 211,
                 "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": 2763,
                 "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": 554,
                 "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": 554,
                 "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": 506,
                 "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": 695,
                 "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.5.3",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2025-03-03T01:18:57.493Z",
                     "newVersionAgeInDays": 17,
                     "newMajor": 3,
                     "newMinor": 5,
                     "newPatch": 3,
                     "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": 249,
                 "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": 1622,
                 "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": 104,
                     "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": 327,
                 "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": 927,
                 "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": 1555,
                 "fixedVersion": "1.0.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "ts-jest",
                 "currentValue": "^29.1.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "29.2.5",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "29.2.6",
                     "newValue": "^29.1.0",
                     "releaseTimestamp": "2025-02-23T07:02:34.043Z",
                     "newVersionAgeInDays": 24,
                     "newMajor": 29,
                     "newMinor": 2,
                     "newPatch": 6,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/ts-jest-29.x-lockfile"
                   }
                 ],
                 "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": 208,
                 "isSingleVersion": true,
                 "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": 67,
                     "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": 491,
                 "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": 467,
                 "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": 124,
                     "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": 617,
                 "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.8.2",
                     "newValue": "^5.0.0",
                     "releaseTimestamp": "2025-02-28T16:52:08.252Z",
                     "newVersionAgeInDays": 19,
                     "newMajor": 5,
                     "newMinor": 8,
                     "newPatch": 2,
                     "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": 240,
                 "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.98.0",
                     "newValue": "^5.68.0",
                     "releaseTimestamp": "2025-02-13T16:24:40.862Z",
                     "newVersionAgeInDays": 34,
                     "newMajor": 5,
                     "newMinor": 98,
                     "newPatch": 0,
                     "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": 251,
                 "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": 89,
                     "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": 651,
                 "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": 98,
                     "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": 365,
                 "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 53 branches: renovate/axios-1.x-lockfile, renovate/babel-core-7.x-lockfile, renovate/babel-eslint-parser-7.x-lockfile, renovate/babel-loader-10.x, 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-10.x, renovate/react-router-dom-7.x, renovate/react-test-renderer-19.x, renovate/recharts-2.x-lockfile, renovate/remark-gfm-4.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-jest-29.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-03-20T06: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/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: getPr(749) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(749) (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/remark-gfm-4.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/remark-gfm-4.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/ts-jest-29.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/ts-jest-29.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-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/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/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-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/babel-loader-10.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-loader-10.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-markdown-10.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/react-markdown-10.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-03-20T06: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/jest-29.x-lockfile,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/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/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: getPr(749) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: getMR(749) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: branchExists=true (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: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:15:57.748Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.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/jest-29.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/jest-29.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.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/jest-29.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/jest@29.5.13 -> 29.5.14 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.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/jest-29.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "@types/jest",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/jest@29.5.13 -> 29.5.14 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.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/jest-29.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @types/jest@29.5.14"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
       "durationMs": 1573,
       "stdout": "\nup to date in 1s\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/jest-29.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #749 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Getting comments for #749 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Found 22 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #749 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Getting comments for #749 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Found 22 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/jest-29.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/jest-29.x-lockfile",
         "commit": "ee0eab7a8f9c9b8e04370e2419c6ac286145f2df",
         "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/jest-29.x-lockfile)
       "branchName": "renovate/jest-29.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/jest-29.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.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/jest-29.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (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: getPr(749) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: getMR(749) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Fetching changelog: https://github.com/DefinitelyTyped/DefinitelyTyped (29.5.13 -> 29.5.14) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.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/jest-29.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
       "prTitle": "Update dependency @types/jest to v29.5.14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
       "pr": 749,
       "prTitle": "Update dependency @types/jest to v29.5.14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: PR is not configured for automerge (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/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-03-20T06:16:01.020Z) (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: 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": 1484,
       "stdout": "\nup to date in 1s\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 225 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 225 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": "06fa06895bbfd2aa4eb0b3c1f961212149e9b61a",
         "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/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-03-20T06:16:06.814Z) (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": 1511,
       "stdout": "\nup to date in 1s\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 223 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 223 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": "da17e837c31063d9865d3a9f1904f29512f6915a",
         "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/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/remark-gfm-4.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/remark-gfm-4.x-lockfile)
DEBUG: getBranchPr(renovate/remark-gfm-4.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/remark-gfm-4.x-lockfile)
DEBUG: findPr(renovate/remark-gfm-4.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/remark-gfm-4.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/remark-gfm-4.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/remark-gfm-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/remark-gfm-4.x-lockfile)
DEBUG: findPr(renovate/remark-gfm-4.x-lockfile, Update dependency remark-gfm to v4.0.1, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/remark-gfm-4.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/remark-gfm-4.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/remark-gfm-4.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-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/ts-jest-29.x-lockfile)
DEBUG: getBranchPr(renovate/ts-jest-29.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-jest-29.x-lockfile)
DEBUG: findPr(renovate/ts-jest-29.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-jest-29.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-jest-29.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-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/ts-jest-29.x-lockfile)
DEBUG: findPr(renovate/ts-jest-29.x-lockfile, Update dependency ts-jest to v29.2.6, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-jest-29.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-jest-29.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-jest-29.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.4, !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-03-20T06:16:12.294Z) (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.10 [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.10 [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.10"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "durationMs": 1987,
       "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/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 263 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 263 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": "10495a1bf68c787ac2184e012b5c6af2ac33473f",
         "root": false,
         "summary": {"changes": 1, "insertions": 113, "deletions": 0}
       }
DEBUG: Pushing refSpec renovate/babel-core-7.x-lockfile: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 push (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/babel-core-7.x-lockfile"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/babel-core-7.x-lockfile:",
             "https://repo1.dso.mil/big-bang/apps/sandbox/holocron/holocron-dashboard/-/merge_requests/747"
           ]
         }
       }
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"
 INFO: Branch updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "commitSha": "10495a1bf68c787ac2184e012b5c6af2ac33473f"
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.10) (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.10"
 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.10"
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: setBranchCommit() (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-03-20T06:16:21.292Z) (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.10 [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.10 [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.10"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "durationMs": 1567,
       "stdout": "\nup to date in 1s\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 130 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 130 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": "fa14c25db081a75a05e85e819531bc112846ce8e",
         "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/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.10) (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.10"
 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.10"
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-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.26.10, !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/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.9, !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-03-20T06:16:26.441Z) (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.10 [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.10 [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.10"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "durationMs": 1586,
       "stdout": "\nup to date in 1s\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 233 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 233 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": "128e617112fb6ff56c4f5eae4130c126e00e255d",
         "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-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.10) (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.10"
 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.10"
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/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.8.4, !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-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-03-20T06:16:32.493Z) (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": 1550,
       "stdout": "\nup to date in 1s\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 226 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 226 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": "7be00e80a3bc3a1286c61c67183989fcce83983b",
         "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-03-20T06:16:38.272Z) (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": 1957,
       "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/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 227 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 227 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": "9322321ecf9f3ecf214040f76ef174f43b5d14ea",
         "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-03-20T06:16:44.340Z) (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": 1748,
       "stdout": "\nup to date in 2s\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 225 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 225 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": "39eb82eabfa0e586bb861dcc9bea2ca7b2852610",
         "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.5.3, !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.8.2, !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.98.0, !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/babel-loader-10.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-10.x)
DEBUG: getBranchPr(renovate/babel-loader-10.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-10.x)
DEBUG: findPr(renovate/babel-loader-10.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-10.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-10.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-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/babel-loader-10.x)
DEBUG: findPr(renovate/babel-loader-10.x, Update dependency babel-loader to v10, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-10.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-10.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-10.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-03-20T06:16:50.378Z) (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.22.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=174) (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": 1742451410911,
           "socket": 1742451410911,
           "lookup": 1742451410911,
           "connect": 1742451410911,
           "secureConnect": 1742451410911,
           "upload": 1742451410911,
           "response": 1742451411085,
           "end": 1742451411085,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 174,
             "download": 0,
             "total": 174
           }
         },
         "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\":\"01JPS351Z1WADRXSSVT81TW62Y\",\"version\":\"1\"}",
             "x-request-id": "01JPS351Z1WADRXSSVT81TW62Y",
             "x-runtime": "0.166806",
             "date": "Thu, 20 Mar 2025 06:16:51 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": 1742451410911,
           "socket": 1742451410911,
           "lookup": 1742451410911,
           "connect": 1742451410911,
           "secureConnect": 1742451410911,
           "upload": 1742451410911,
           "response": 1742451411085,
           "end": 1742451411085,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 174,
             "download": 0,
             "total": 174
           }
         },
         "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\":\"01JPS351Z1WADRXSSVT81TW62Y\",\"version\":\"1\"}",
             "x-request-id": "01JPS351Z1WADRXSSVT81TW62Y",
             "x-runtime": "0.166806",
             "date": "Thu, 20 Mar 2025 06:16:51 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-markdown-10.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-10.x)
DEBUG: getBranchPr(renovate/react-markdown-10.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-10.x)
DEBUG: findPr(renovate/react-markdown-10.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-10.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-10.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-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/react-markdown-10.x)
DEBUG: findPr(renovate/react-markdown-10.x, Update dependency react-markdown to v10, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-10.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-10.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-10.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/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: getPr(749) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(749) (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/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/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-10.x",
         "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-10.x",
         "renovate/react-router-dom-7.x",
         "renovate/react-test-renderer-19.x",
         "renovate/recharts-2.x-lockfile",
         "renovate/remark-gfm-4.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-jest-29.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-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/jest-29.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/jest-29.x-lockfile",
           "branchSha": "2b9e59e2597fa6effd0696141198711a346ec368",
           "isModified": false,
           "isPristine": false
         },
         {
           "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": "10495a1bf68c787ac2184e012b5c6af2ac33473f",
           "isModified": false,
           "isPristine": true
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/babel-eslint-parser-7.x-lockfile",
           "branchSha": "e63fba9459daa17ef6e7d65145f995a7bc7569a0",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/babel-runtime-7.x-lockfile",
           "branchSha": "9bc2fbc7e8ee35a0b44545ac545e7ca8b9e92d54",
           "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": "316ddc8f5d2d0607855f7916ae147c8b57b526d1",
           "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/eslint-plugin-prettier-5.x-lockfile",
         "renovate/html-webpack-plugin-5.x-lockfile",
         "renovate/remark-gfm-4.x-lockfile",
         "renovate/ts-jest-29.x-lockfile",
         "renovate/ts-loader-9.x-lockfile",
         "renovate/ironbank",
         "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/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/axios-1.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/babel-loader-10.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-markdown-10.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/jest-29.x-lockfile",
           "prNo": 749,
           "prTitle": "Update dependency @types/jest to v29.5.14",
           "result": "done",
           "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/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/remark-gfm-4.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency remark-gfm to v4.0.1",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "remark-gfm",
               "displayPending": "",
               "fixedVersion": "4.0.0",
               "currentVersion": "4.0.0",
               "currentValue": "^4.0.0",
               "newValue": "^4.0.0",
               "newVersion": "4.0.1",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "remark-gfm"
             }
           ]
         },
         {
           "branchName": "renovate/ts-jest-29.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency ts-jest to v29.2.6",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "ts-jest",
               "displayPending": "",
               "fixedVersion": "29.2.5",
               "currentVersion": "29.2.5",
               "currentValue": "^29.1.0",
               "newValue": "^29.1.0",
               "newVersion": "29.2.6",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "ts-jest"
             }
           ]
         },
         {
           "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.4",
           "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.4",
               "newVersion": "1.27.4",
               "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.10",
           "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.10",
               "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.10",
           "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.10",
               "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-plugin-transform-runtime-7.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @babel/plugin-transform-runtime to v7.26.10",
           "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.26.10",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@babel/plugin-transform-runtime"
             }
           ]
         },
         {
           "branchName": "renovate/babel-preset-env-7.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @babel/preset-env to v7.26.9",
           "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.9",
               "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.10",
           "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.10",
               "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/axios-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency axios to v1.8.4",
           "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.8.4",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "axios"
             }
           ]
         },
         {
           "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.5.3",
           "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.5.3",
               "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.8.2",
           "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.8.2",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "typescript"
             }
           ]
         },
         {
           "branchName": "renovate/webpack-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency webpack to v5.98.0",
           "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.98.0",
               "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.8",
               "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.8",
               "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.27.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.27.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "@typescript-eslint/parser"
             }
           ]
         },
         {
           "branchName": "renovate/babel-loader-10.x",
           "prNo": null,
           "prTitle": "Update dependency babel-loader to v10",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "babel-loader",
               "displayPending": "",
               "fixedVersion": "9.1.3",
               "currentVersion": "9.1.3",
               "currentValue": "^9.1.2",
               "newValue": "^10.0.0",
               "newVersion": "10.0.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "babel-loader"
             }
           ]
         },
         {
           "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.2.0",
               "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.22.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.1.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.2.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.12",
               "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.4",
               "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-markdown-10.x",
           "prNo": null,
           "prTitle": "Update dependency react-markdown to v10",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-markdown",
               "displayPending": "",
               "fixedVersion": "9.0.1",
               "currentVersion": "9.0.1",
               "currentValue": "^9.0.1",
               "newValue": "^10.0.0",
               "newVersion": "10.1.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "react-markdown"
             }
           ]
         },
         {
           "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.4.0",
               "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": 31, "open": 9, "closed": 4, "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: Package lookup failures",
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "splits": {"init": 2899, "extract": 211, "lookup": 2411, "onboarding": 1, "update": 55498},
       "total": 61062
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "get": {"count": 83, "avgMs": 9, "medianMs": 1, "maxMs": 197, "totalMs": 774},
       "set": {"count": 58, "avgMs": 18, "medianMs": 7, "maxMs": 192, "totalMs": 1025}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "hosts": {
         "registry.npmjs.org": {
           "count": 54,
           "reqAvgMs": 93,
           "reqMedianMs": 56,
           "reqMaxMs": 395,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 48,
           "reqMedianMs": 47,
           "reqMaxMs": 77,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 118,
           "reqAvgMs": 277,
           "reqMedianMs": 242,
           "reqMaxMs": 1588,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 179
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": 0, "localHit": 1},
         "/@testing-library%2Freact": {"hit": 0, "miss": 0, "localHit": 1},
         "/@testing-library%2Fuser-event": {"hit": 0, "miss": 0, "localHit": 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": 0, "localHit": 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": 0, "localHit": 1},
         "/jest-environment-jsdom": {"hit": 0, "miss": 0, "localHit": 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": 0, "localHit": 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": 190, "medianMs": 62, "maxMs": 475, "totalMs": 570},
       "npm": {"count": 77, "avgMs": 123, "medianMs": 79, "maxMs": 614, "totalMs": 9442}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "cloned": true,
       "durationMs": 61062
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": 528
DEBUG: latest repository commit (repository=big-bang/product/packages/tempo)
       "latestCommit": {
         "hash": "acccdc97d9b10daa3639fe9577ea16e2962af168",
         "date": "2025-03-19T17:45:28+00:00",
         "message": "Merge branch 'renovate/tempo-1.x' into 'main'",
         "refs": "HEAD -> main, tag: 1.18.3-bb.0, origin/main, origin/HEAD",
         "body": "Update Helm release tempo to v1.18.3\n\nSee merge request big-bang/product/packages/tempo!157",
         "author_name": "Amit Gupta",
         "author_email": "amit.gupta@ibispublicsector.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-03-19T17:45:28+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": 9, "regex": 13, "helmv3": 14}
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.3-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "tempo",
                 "currentValue": "1.18.3",
                 "datasource": "helm",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "replaceString": "version: 1.18.3-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.3",
                 "currentVersionTimestamp": "2025-03-07T15:36:01.644Z",
                 "currentVersionAgeInDays": 12,
                 "fixedVersion": "1.18.3"
               }
             ],
             "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-03-20T06: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-03-20T06: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)
 INFO: Issue created (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": "acccdc97d9b10daa3639fe9577ea16e2962af168"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/tempo)
       "stats": {"total": 8, "open": 0, "closed": 0, "merged": 8}
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": 1575, "extract": 81, "lookup": 51, "onboarding": 0, "update": 1},
       "total": 2246
DEBUG: Package cache statistics (repository=big-bang/product/packages/tempo)
       "get": {"count": 5, "avgMs": 10, "medianMs": 5, "maxMs": 32, "totalMs": 49},
       "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": 207,
           "reqMedianMs": 143,
           "reqMaxMs": 448,
           "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": 19, "medianMs": 25, "maxMs": 25, "totalMs": 37},
       "helm": {"count": 1, "avgMs": 36, "medianMs": 36, "maxMs": 36, "totalMs": 36}
 INFO: Repository finished (repository=big-bang/product/packages/tempo)
       "cloned": true,
       "durationMs": 2246
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": 667
DEBUG: latest repository commit (repository=big-bang/product/packages/loki)
       "latestCommit": {
         "hash": "68e26b53d9f80876dcce3b7f5b2e5d4194ece9a2",
         "date": "2025-03-06T18:47:40+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 6.27.0-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/loki!306",
         "author_name": "Amit Gupta",
         "author_email": "amit.gupta@ibispublicsector.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-03-06T18:47:40+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": 10, "helm-values": 56}
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": 29},
           "helmv3": {"fileCount": 1, "depCount": 4},
           "regex": {"fileCount": 2, "depCount": 10}
         },
         "total": {"fileCount": 4, "depCount": 43}
       }
DEBUG: baseBranch: main (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: 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: 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: hostRules: basic auth for https://registry1.dso.mil (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: getLabels(https://registry1.dso.mil, ironbank/bigbang/grafana/loki-helm-test, latest) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/bigbang/grafana/loki-helm-test, latest, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/ironbank/opensource/grafana/enterprise-logs-provisioner, latest) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/ironbank/opensource/grafana/enterprise-logs-provisioner, latest, get) (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/bigbang/grafana/loki-canary, latest) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/bigbang/grafana/loki-canary, latest, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/loki, sha256:9567b1189478115237d50dd09cf2e5f198d137cc88fbcec145f456b1700293a0, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/grafana/grafana-enterprise-logs, sha256:9633cf5647cb477baa7f80e51959bc99f15843a5721003784a8888addc2f330c, 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:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034762",
         "mil.dso.ironbank.image.keywords": "Grafana,loki,enterprise,logs,provisioner",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "enterprise-log-provisioner",
         "org.opencontainers.image.created": "2025-03-20 00:05:57+00:00",
         "org.opencontainers.image.description": "enterprise-logs-provisioner",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "2896059e8115d1afeeb4134f9f6fa4ebb6f200fa",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/grafana/enterprise-logs-provisioner",
         "org.opencontainers.image.title": "enterprise-logs-provisioner",
         "org.opencontainers.image.url": "https://github.com/grafana/enterprise-logs/tree/master/tools/cmd/enterprise-logs-provisioner",
         "org.opencontainers.image.vendor": "Grafana Labs",
         "org.opencontainers.image.version": "3.4.1"
       }
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: 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: found labels in manifest (repository=big-bang/product/packages/loki, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034852",
         "mil.dso.ironbank.image.keywords": "grafana,loki,canary",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "loki-canary",
         "org.opencontainers.image.created": "2025-03-20 00:19:35+00:00",
         "org.opencontainers.image.description": "Canary test image for Grafana Loki",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "1ea86b6d88b2db30ec69f380b8edd22dfd855226",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/grafana/loki-canary",
         "org.opencontainers.image.title": "Loki Canary",
         "org.opencontainers.image.url": "https://hub.docker.com/layers/grafana/loki-canary",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "3.4.2"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/loki, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034841",
         "mil.dso.ironbank.image.keywords": "grafana,loki,helm,test",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "loki-helm-test",
         "org.opencontainers.image.created": "2025-03-20 00:16:26+00:00",
         "org.opencontainers.image.description": "Helm test image for Grafana Loki",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "6913fd7f7f3b7c71e98ffe4327e15a990395ba9e",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/grafana/loki-helm-test",
         "org.opencontainers.image.title": "Loki Helm Test",
         "org.opencontainers.image.url": "https://hub.docker.com/layers/grafana/loki-helm-test",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "0.0.1"
       }
DEBUG: Dependency: prom/memcached-exporter, is ignored (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: found labels in manifest (repository=big-bang/product/packages/loki, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035861",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 02:33:13+00:00",
         "org.opencontainers.image.description": "Like Prometheus, but for logs.",
         "org.opencontainers.image.licenses": "AGPL-3.0",
         "org.opencontainers.image.revision": "e45a0b1204ca2d8dbcd42c1bbdb3b2c0ffa0c223",
         "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.4.2",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035492",
         "mil.dso.ironbank.image.keywords": "logs,monitoring,observability,logging",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:34:59+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": "014caa077e881f5741753703f92f49fdc748e696",
         "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.4.1",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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=190&page_size=100 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=429 retryCount=0, duration=67) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Retry-After: delay 1742451531 seconds exceeds maxRetryAfter 60 seconds for https://hub.docker.com/v2/repositories/grafana/loki-canary/tags?ordering=last_updated&page=190&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": 1742451471075,
           "socket": 1742451471075,
           "lookup": 1742451471075,
           "connect": 1742451471075,
           "secureConnect": 1742451471075,
           "upload": 1742451471075,
           "response": 1742451471142,
           "end": 1742451471142,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 67,
             "download": 0,
             "total": 67
           }
         },
         "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=190&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": "Thu, 20 Mar 2025 06:17:51 GMT",
             "content-type": "application/json",
             "transfer-encoding": "chunked",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1742451531",
             "x-ratelimit-remaining": "0",
             "x-ratelimit-ip": "56.136.77.246",
             "retry-after": "1742451531",
             "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:2c1cfa19db500b2ef306659209d958cc765d4aa8d057ab64cb5eec9615e296a8, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/loki, baseBranch=main)
       "labels": {}
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: 4 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar, rollout-operator, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Returning 2 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.4.2",
                 "datasource": "docker",
                 "replaceString": "3.4.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.4.2",
                 "fixedVersion": "3.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/grafana/grafana-enterprise-logs",
                 "currentValue": "v3.4.1",
                 "datasource": "docker",
                 "replaceString": "v3.4.1",
                 "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.4.1",
                 "fixedVersion": "v3.4.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/ironbank/opensource/grafana/enterprise-logs-provisioner",
                 "currentValue": "3.4.1",
                 "datasource": "docker",
                 "replaceString": "3.4.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/ironbank/opensource/grafana/enterprise-logs-provisioner",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/enterprise-logs-provisioner",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/enterprise-logs/tree/master/tools/cmd/enterprise-logs-provisioner",
                 "lookupName": "ironbank/ironbank/opensource/grafana/enterprise-logs-provisioner",
                 "currentVersion": "3.4.1",
                 "fixedVersion": "3.4.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bigbang/grafana/loki-helm-test",
                 "currentValue": "0.0.1",
                 "datasource": "docker",
                 "replaceString": "0.0.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bigbang/grafana/loki-helm-test",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/grafana/loki-helm-test",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/layers/grafana/loki-helm-test",
                 "lookupName": "ironbank/bigbang/grafana/loki-helm-test",
                 "currentVersion": "0.0.1",
                 "fixedVersion": "0.0.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bigbang/grafana/loki-canary",
                 "currentValue": "3.4.2",
                 "datasource": "docker",
                 "replaceString": "3.4.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bigbang/grafana/loki-canary",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/grafana/loki-canary",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/layers/grafana/loki-canary",
                 "lookupName": "ironbank/bigbang/grafana/loki-canary",
                 "currentVersion": "3.4.2",
                 "fixedVersion": "3.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.4",
                 "datasource": "docker",
                 "replaceString": "1.27.4",
                 "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.4",
                 "fixedVersion": "1.27.4"
               },
               {
                 "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": "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.37",
                 "datasource": "docker",
                 "replaceString": "1.6.37",
                 "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.37",
                 "fixedVersion": "1.6.37"
               },
               {
                 "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.30.0",
                 "datasource": "docker",
                 "replaceString": "1.30.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.30.2",
                     "newValue": "1.30.2",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 2,
                     "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.30.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.30.0"
               },
               {
                 "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": "7.0.0-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": "7.0.0",
                 "fixedVersion": "7.0.0-bb.2"
               },
               {
                 "depName": "grafana-agent-operator",
                 "currentValue": "0.5.1",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "updates": [],
                 "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.1",
                 "currentVersionTimestamp": "2025-01-30T13:23:05.473Z",
                 "currentVersionAgeInDays": 48,
                 "fixedVersion": "0.5.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"
               },
               {
                 "depName": "rollout-operator",
                 "currentValue": "0.23.0",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.24.0",
                     "newValue": "0.24.0",
                     "newDigest": "4f461a1c3f767b0ab24149b6d414484e5bf37a2dd5e61154a7f37fd6ae23e192",
                     "releaseTimestamp": "2025-02-18T21:41:06.743Z",
                     "newVersionAgeInDays": 29,
                     "newMajor": 0,
                     "newMinor": 24,
                     "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.23.0",
                 "currentVersionTimestamp": "2025-01-06T22:08:44.871Z",
                 "currentVersionAgeInDays": 72,
                 "isSingleVersion": true,
                 "fixedVersion": "0.23.0"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "6.27.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/grafana/loki",
                 "currentValue": "3.4.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Loki: 3.4.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.4.2",
                 "fixedVersion": "3.4.2"
               },
               {
                 "depName": "ironbank/opensource/grafana/loki",
                 "currentValue": "3.4.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 3.4.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.4.2",
                 "fixedVersion": "3.4.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.4.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/grafana/loki:3.4.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.4.2",
                 "fixedVersion": "3.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/grafana/grafana-enterprise-logs",
                 "currentValue": "v3.4.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/grafana/grafana-enterprise-logs:v3.4.1",
                 "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.4.1",
                 "fixedVersion": "v3.4.1"
               },
               {
                 "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.4.2",
                 "datasource": "docker",
                 "replaceString": "image: docker.io/grafana/loki-canary:3.4.2",
                 "updates": [],
                 "packageName": "docker.io/grafana/loki-canary",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "grafana/loki-canary",
                 "currentVersion": "3.4.2",
                 "fixedVersion": "3.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.4",
                 "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.4",
                 "fixedVersion": "1.27.4"
               },
               {
                 "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 2 branches: 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-03-20T06: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/ironbank) (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/loki)
DEBUG: getPr(313) (repository=big-bang/product/packages/loki)
DEBUG: getMR(313) (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(308) (repository=big-bang/product/packages/loki)
DEBUG: getMR(308) (repository=big-bang/product/packages/loki)
DEBUG: 2 PRs are currently open (repository=big-bang/product/packages/loki)
DEBUG: PR concurrent limit remaining: 8 (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-03-20T06: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: 2 already existing branches found: renovate/ironbank,renovate/rollout-operator-0.x (repository=big-bang/product/packages/loki)
DEBUG: Branch concurrent limit remaining: 8 (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/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(313) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(313) (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-03-20T06:17:56.599Z) (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: Setting git author name: Renovate Bot (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (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-03-06T18:47:40+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
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: 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-03-06T18:47:40+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(313) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(313) (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.30.0 -> 1.30.2) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (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": 313,
       "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(308) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: getMR(308) (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-03-20T06:17:58.137Z) (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-03-06T18:47:40+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-03-06T18:47:40+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(308) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: getMR(308) (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.23.0 -> 0.24.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.24.0"
 INFO: PR updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
       "pr": 308,
       "prTitle": "Update Helm release rollout-operator to v0.24.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/ironbank) (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/loki)
DEBUG: getPr(313) (repository=big-bang/product/packages/loki)
DEBUG: getMR(313) (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(308) (repository=big-bang/product/packages/loki)
DEBUG: getMR(308) (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/ironbank", "renovate/rollout-operator-0.x"],
       "renovateBranches": ["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": "68e26b53d9f80876dcce3b7f5b2e5d4194ece9a2"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "68e26b53d9f80876dcce3b7f5b2e5d4194ece9a2",
           "branchName": "renovate/ironbank",
           "branchSha": "f6d126995915d2f35af02843b15d13939777e712",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "68e26b53d9f80876dcce3b7f5b2e5d4194ece9a2",
           "branchName": "renovate/rollout-operator-0.x",
           "branchSha": "517407b418c7ea28905003230d566de90c51d18b",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/loki)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 313,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
               "displayPending": "",
               "fixedVersion": "1.30.0",
               "currentVersion": "1.30.0",
               "currentValue": "1.30.0",
               "newValue": "1.30.2",
               "newVersion": "1.30.2",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         },
         {
           "branchName": "renovate/rollout-operator-0.x",
           "prNo": 308,
           "prTitle": "Update Helm release rollout-operator to v0.24.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "rollout-operator",
               "displayPending": "",
               "fixedVersion": "0.23.0",
               "currentVersion": "0.23.0",
               "currentValue": "0.23.0",
               "newValue": "0.24.0",
               "newVersion": "0.24.0",
               "newDigest": "4f461a1c3f767b0ab24149b6d414484e5bf37a2dd5e61154a7f37fd6ae23e192",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "rollout-operator"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/loki)
       "stats": {"total": 18, "open": 2, "closed": 4, "merged": 12}
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": 2018, "extract": 368, "lookup": 60269, "onboarding": 1, "update": 2973},
       "total": 66261
DEBUG: Package cache statistics (repository=big-bang/product/packages/loki)
       "get": {"count": 40, "avgMs": 8, "medianMs": 2, "maxMs": 76, "totalMs": 324},
       "set": {"count": 23, "avgMs": 12, "medianMs": 6, "maxMs": 60, "totalMs": 281}
DEBUG: HTTP statistics (repository=big-bang/product/packages/loki)
       "hosts": {
         "auth.docker.io": {
           "count": 1,
           "reqAvgMs": 213,
           "reqMedianMs": 213,
           "reqMaxMs": 213,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 190,
           "reqAvgMs": 253,
           "reqMedianMs": 242,
           "reqMaxMs": 624,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 8,
           "reqAvgMs": 542,
           "reqMedianMs": 222,
           "reqMaxMs": 1438,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 28,
           "reqAvgMs": 50,
           "reqMedianMs": 29,
           "reqMaxMs": 158,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 15,
           "reqAvgMs": 255,
           "reqMedianMs": 182,
           "reqMaxMs": 741,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 242
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/loki)
DEBUG: Lookup statistics (repository=big-bang/product/packages/loki)
       "docker": {"count": 40, "avgMs": 1634, "medianMs": 2, "maxMs": 60207, "totalMs": 65363},
       "helm": {"count": 2, "avgMs": 81, "medianMs": 81, "maxMs": 81, "totalMs": 162}
 INFO: Repository finished (repository=big-bang/product/packages/loki)
       "cloned": true,
       "durationMs": 66261
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=96) (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": 509
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/renovate-runner)
       "latestCommit": {
         "hash": "bc8d8996fd6ed1e3bb5bb7abac359ff9cf808e8d",
         "date": "2025-02-28T21:47:35+00:00",
         "message": "Merge branch '31-automatically-populate-changelog-md' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Resolve \"Automatically Populate CHANGELOG.md\"\n\nCloses #31\n\nSee merge request big-bang/pipeline-templates/renovate-runner!54",
         "author_name": "Matt Vasquez",
         "author_email": "evasquez@bridgephase.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": 1343
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": 180,
           "reqMedianMs": 192,
           "reqMaxMs": 252,
           "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": 1343
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=93) (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": 417
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": 1120
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": 135,
           "reqMedianMs": 105,
           "reqMaxMs": 206,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1120
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": 558
DEBUG: latest repository commit (repository=big-bang/product/packages/vault)
       "latestCommit": {
         "hash": "d7b4ca4b281470e1fe9b6025661f2d937a0ce9fb",
         "date": "2025-03-19T16:37:45+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #141\n\nSee merge request big-bang/product/packages/vault!228",
         "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-03-19T16:37:45+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": {"regex": 17, "helm-values": 16, "helmv3": 18}
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.2" (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.5" (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.5" (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.5.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.5" (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-csi-provider, sha256:1bd08ea2d1282efeea4bb8cf34738126c198433d5729f9e1c75ab216b2c7f332, get) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/hashicorp/vault/vault-k8s, sha256:5eb6f9e43977b4af1a37938ea31770a3ae58595d6f6115aaa64d053e6e82475c, get) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/hashicorp/vault, sha256:baa8b8b102c88f46ab64fc4b045528e6092b8d9e20ec3403c623ac6893859e83, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034915",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:26:29+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": "53c37f7549664175fc09503075fa58ff3cc34679",
         "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.2",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035632",
         "mil.dso.ironbank.image.keywords": "csi,secrets,vault",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "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-03-20 01:56:36+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": "2039ac44960b2794b230dc659152c2a9bfa96a2c",
         "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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035628",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:56:02+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": "2bd6e8f911d967a6af14e6658f9223c4c743e8f7",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/hashicorp/vault/1.19",
         "org.opencontainers.image.title": "vault",
         "org.opencontainers.image.url": "https://www.vaultproject.io/",
         "org.opencontainers.image.vendor": "Hashicorp",
         "org.opencontainers.image.version": "1.18.5",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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: 1 flattened updates found: minio-instance (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": [
                   {
                     "bucket": "major",
                     "newVersion": "7.0.0",
                     "newValue": "7.0.0-bb.3",
                     "newMajor": 7,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/major-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.4",
                 "isSingleVersion": true,
                 "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.9",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"v1.6.2\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s\"\n    tag: \"v1.6.2\"",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"1.18.5\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault\"\n    tag: \"1.18.5\"",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"1.18.5\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault\"\n    tag: \"1.18.5\"",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"v1.5.0\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault-csi-provider\"\n    tag: \"v1.5.0\"",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"1.18.5\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault\"\n      tag: \"1.18.5\"",
                 "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.19",
                 "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.5",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Vault: 1.18.5",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/hashicorp/vault/1.19",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.vaultproject.io/",
                 "currentVersion": "1.18.5",
                 "fixedVersion": "1.18.5"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "1.18.5",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 1.18.5",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/hashicorp/vault/1.19",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.vaultproject.io/",
                 "currentVersion": "1.18.5",
                 "fixedVersion": "1.18.5"
               }
             ],
             "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.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/hashicorp/vault:1.18.5",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/hashicorp/vault/1.19",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.vaultproject.io/",
                 "lookupName": "ironbank/hashicorp/vault",
                 "currentVersion": "1.18.5",
                 "fixedVersion": "1.18.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s",
                 "currentValue": "v1.6.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s:v1.6.2",
                 "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.2",
                 "fixedVersion": "v1.6.2"
               },
               {
                 "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/major-ironbank (repository=big-bang/product/packages/vault)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/vault)
DEBUG: currentHourStart=2025-03-20T06: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/major-ironbank) (repository=big-bang/product/packages/vault)
DEBUG: findPr(renovate/major-ironbank, undefined, open) (repository=big-bang/product/packages/vault)
DEBUG: getPr(227) (repository=big-bang/product/packages/vault)
DEBUG: getMR(227) (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-03-20T06: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/major-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/major-ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getBranchPr(renovate/major-ironbank) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: findPr(renovate/major-ironbank, undefined, open) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getPr(227) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getMR(227) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:18:05.373Z) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-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/major-ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: isBranchConflicted(main, renovate/major-ironbank) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T16:37:45+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Branch dep minio-instance in chart/Chart.yaml is already updated (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/vault, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ironbank)
       "depName": "minio-instance"
DEBUG: No package files need updating (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T16:37:45+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getBranchPr(renovate/major-ironbank) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: findPr(renovate/major-ironbank, undefined, open) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getPr(227) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getMR(227) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Fetching changelog: https://github.com/minio/operator (6.0.4 -> 7.0.0) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
       "manager": "helmv3",
       "packageName": "registry1.dso.mil/bigbang/minio-instance",
       "sourceUrl": "https://github.com/minio/operator"
DEBUG: Processing existing PR (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
       "prTitle": "chore(deps): update minio-instance docker tag to v7"
 INFO: PR updated (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
       "pr": 227,
       "prTitle": "chore(deps): update minio-instance docker tag to v7"
DEBUG: setPrCache() (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getBranchPr(renovate/major-ironbank) (repository=big-bang/product/packages/vault)
DEBUG: findPr(renovate/major-ironbank, undefined, open) (repository=big-bang/product/packages/vault)
DEBUG: getPr(227) (repository=big-bang/product/packages/vault)
DEBUG: getMR(227) (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/major-ironbank"],
       "renovateBranches": ["renovate/major-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": "d7b4ca4b281470e1fe9b6025661f2d937a0ce9fb"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d7b4ca4b281470e1fe9b6025661f2d937a0ce9fb",
           "branchName": "renovate/major-ironbank",
           "branchSha": "5b8462e0c3f2734d95b6437f606f483c6dad1428",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/vault)
       "branchesInformation": [
         {
           "branchName": "renovate/major-ironbank",
           "prNo": 227,
           "prTitle": "chore(deps): update minio-instance docker tag to v7",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "minio-instance",
               "displayPending": "",
               "fixedVersion": "6.0.4-bb.3",
               "currentVersion": "6.0.4",
               "currentValue": "6.0.4-bb.3",
               "newValue": "7.0.0-bb.3",
               "newVersion": "7.0.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/bigbang/minio-instance"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/vault)
       "stats": {"total": 19, "open": 1, "closed": 1, "merged": 17}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/vault)
DEBUG: repository problems (repository=big-bang/product/packages/vault)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/vault)
       "splits": {"init": 2178, "extract": 270, "lookup": 544, "onboarding": 0, "update": 1260},
       "total": 4872
DEBUG: Package cache statistics (repository=big-bang/product/packages/vault)
       "get": {"count": 15, "avgMs": 6, "medianMs": 3, "maxMs": 25, "totalMs": 89},
       "set": {"count": 9, "avgMs": 6, "medianMs": 6, "maxMs": 12, "totalMs": 56}
DEBUG: HTTP statistics (repository=big-bang/product/packages/vault)
       "hosts": {
         "registry1.dso.mil": {
           "count": 19,
           "reqAvgMs": 40,
           "reqMedianMs": 36,
           "reqMaxMs": 73,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 312,
           "reqMedianMs": 239,
           "reqMaxMs": 826,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 28
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/vault)
DEBUG: Lookup statistics (repository=big-bang/product/packages/vault)
       "docker": {"count": 14, "avgMs": 211, "medianMs": 45, "maxMs": 509, "totalMs": 2955}
 INFO: Repository finished (repository=big-bang/product/packages/vault)
       "cloned": true,
       "durationMs": 4872
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": 467
DEBUG: latest repository commit (repository=big-bang/customers/template)
       "latestCommit": {
         "hash": "72fb0e3f0834934905d837aef4154b197e722bb8",
         "date": "2025-03-19T16:36: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 #111\n\nSee merge request big-bang/customers/template!123",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.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-03-19T16:36:39+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": 9}
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.48.0",
                 "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.48.0",
                 "updates": [],
                 "packageName": "https://repo1.dso.mil/big-bang/bigbang.git",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/big-bang/bigbang",
                 "currentVersion": "2.48.0",
                 "fixedVersion": "2.48.0"
               }
             ],
             "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.48.0",
                 "datasource": "git-tags",
                 "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
                 "replaceString": "tag: \"2.48.0\"",
                 "updates": [],
                 "packageName": "https://repo1.dso.mil/big-bang/bigbang.git",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/big-bang/bigbang",
                 "currentVersion": "2.48.0",
                 "fixedVersion": "2.48.0"
               }
             ],
             "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-03-20T06: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-03-20T06: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": "72fb0e3f0834934905d837aef4154b197e722bb8"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/customers/template)
       "stats": {"total": 15, "open": 0, "closed": 0, "merged": 15}
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": 1830, "extract": 221, "lookup": 392, "onboarding": 0, "update": 1},
       "total": 3415
DEBUG: Package cache statistics (repository=big-bang/customers/template)
       "get": {"count": 2, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 2, "avgMs": 24, "medianMs": 39, "maxMs": 39, "totalMs": 47}
DEBUG: HTTP statistics (repository=big-bang/customers/template)
       "hosts": {
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 242,
           "reqMedianMs": 145,
           "reqMaxMs": 692,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 7
DEBUG: HTTP cache statistics (repository=big-bang/customers/template)
DEBUG: Lookup statistics (repository=big-bang/customers/template)
       "git-tags": {"count": 2, "avgMs": 375, "medianMs": 375, "maxMs": 375, "totalMs": 749}
 INFO: Repository finished (repository=big-bang/customers/template)
       "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/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=104) (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": 446
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": 1130
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": 128,
           "reqMedianMs": 104,
           "reqMaxMs": 185,
           "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": 1130
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=104) (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": 561
DEBUG: latest repository commit (repository=big-bang/product/packages/gluon)
       "latestCommit": {
         "hash": "0fd02db33ce2eef028efa10cdb76424e52c123e8",
         "date": "2025-03-19T15:19:45+00:00",
         "message": "Merge branch 'BB-codeowners' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #64\n\nSee merge request big-bang/product/packages/gluon!107",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
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": 1459
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": 179,
           "reqMedianMs": 130,
           "reqMaxMs": 303,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1459
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=83) (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": 624
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": 1302
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": 129,
           "reqMedianMs": 119,
           "reqMaxMs": 186,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1302
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=102) (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": 526
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": 1315
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": 133,
           "reqMedianMs": 109,
           "reqMaxMs": 188,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1315
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": 530
DEBUG: latest repository commit (repository=big-bang/product/packages/renovate)
       "latestCommit": {
         "hash": "0e31a49332fc0f4167fd0528f55a1d99808e5158",
         "date": "2025-02-27T19:08:58+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 39.122.0-bb.4, origin/main, origin/HEAD",
         "body": "Update ghcr.io/renovatebot/renovate Docker tag to v39.180.3\n\nCloses #64\n\nSee merge request big-bang/product/packages/renovate!71",
         "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-02-27T19:08:58+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": 4, "helmv3": 4}
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.11.3-bb.0) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, bigbang/redis, 20.11.3-bb.0, 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/container-hardening-tools/renovate/renovate, sha256:480f8f19484c8008f0cc5e904952c71e6f0d6cbe0a5342f3c58d00d915bff9a8, 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: getManifestResponse(https://registry1.dso.mil, ironbank/bitnami/analytics/redis-exporter, sha256:c2231924e4984fe223eb8d59715ce09b155886920ec914192a4d9d8baa2c66ec, 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:3c66a0da588451cc2d3d5c5415272e9a43db5e3f291ce50582c25e924cd400bf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs18:18.20",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035773",
         "mil.dso.ironbank.image.keywords": "automation,dependency,updates",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs18:18.20@sha256:184588165ff05e8a1e50c27cd5668e6a59917906eb6cc02f4582b086176a71f3",
         "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-03-20 02:20:23+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": "1a4ce133cb4e4aa86292b3351e8c274b3ff1b505",
         "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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034952",
         "mil.dso.ironbank.image.keywords": "exporter,prometheus,redis",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:32:03+00:00",
         "org.opencontainers.image.description": "Prometheus exporter for Redis metrics.",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "b78fdfccd83d454c50927da0a28943a173a6e2d5",
         "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.69.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:84c15c9f5297427daa08d3c9a3b1a94b6362ee40b68e0ede0755acc6dd5f4d75, 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.208.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.208.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: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter, 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.6.2-bb.1",
                 "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.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.4",
             "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.69.0",
                     "newValue": "v1.69.0",
                     "newMajor": 1,
                     "newMinor": 69,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.67.0"
               },
               {
                 "depName": "ghcr.io/renovatebot/renovate",
                 "currentValue": "39.180.3",
                 "datasource": "docker",
                 "replaceString": "image: ghcr.io/renovatebot/renovate:39.180.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "39.208.1",
                     "newValue": "39.208.1",
                     "newMajor": 39,
                     "newMinor": 208,
                     "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.180.3",
                 "isSingleVersion": true,
                 "fixedVersion": "39.180.3"
               }
             ],
             "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-03-20T06: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(72) (repository=big-bang/product/packages/renovate)
DEBUG: getMR(72) (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-03-20T06: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(72) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(72) (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-03-20T06:18:22.420Z) (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-02-27T19:08:58+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.208.1",
       "foundValue": "39.207.3"
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": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
       "manager": "regex",
       "expectedValue": "v1.69.0",
       "foundValue": "v1.67.0"
DEBUG: Starting search at index 1000 (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: Found match at index 1000 (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: Contents updated (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: updateArtifacts for updatedPackageFiles (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: No updated lock files in branch (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)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: Executing command (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
       "command": "map-chart-yaml-appversion"
DEBUG: exec completed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
       "durationMs": 15,
       "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 registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
       "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: 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 registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: Executing command (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
       "command": "bump-changelog '- ghcr.io/renovatebot/renovate 39.180.3 -> 39.208.1\\n- registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter v1.67.0 -> v1.69.0\\n'"
DEBUG: exec completed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
       "durationMs": 12,
       "stdout": "\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
       "cmd": "bump-changelog '- ghcr.io/renovatebot/renovate 39.180.3 -> 39.208.1\\n- registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter v1.67.0 -> v1.69.0\\n'",
       "stderr": "",
       "stdout": "\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 registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
       "addedCount": 0,
       "modifiedCount": 1,
       "deletedCount": 0
DEBUG: Checking 1 added or modified files for post-upgrade changes (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
       "file": "chart/Chart.yaml",
       "pattern": "chart/**"
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #72 is removed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #72 (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 45 comments (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #72 is removed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #72 (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 45 comments (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: 1 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": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/ironbank",
         "commit": "487538b3c8303421d5d147da3b11b42ec8d0f140",
         "root": false,
         "summary": {"changes": 1, "insertions": 2, "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.48",
             "========================================================================",
             "View merge request for renovate/ironbank:",
             "https://repo1.dso.mil/big-bang/product/packages/renovate/-/merge_requests/72"
           ]
         }
       }
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-02-27T19:08:58+00:00"
 INFO: Branch updated (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "commitSha": "487538b3c8303421d5d147da3b11b42ec8d0f140"
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(72) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(72) (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.180.3 -> 39.208.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://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter (v1.67.0 -> v1.69.0) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/bitnami/analytics/redis-exporter (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
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": 72,
       "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(72) (repository=big-bang/product/packages/renovate)
DEBUG: getMR(72) (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": "0e31a49332fc0f4167fd0528f55a1d99808e5158"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0e31a49332fc0f4167fd0528f55a1d99808e5158",
           "branchName": "renovate/ironbank",
           "branchSha": "487538b3c8303421d5d147da3b11b42ec8d0f140",
           "isModified": false,
           "isPristine": true
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/renovate)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 72,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ghcr.io/renovatebot/renovate",
               "displayPending": "",
               "fixedVersion": "39.180.3",
               "currentVersion": "39.180.3",
               "currentValue": "39.180.3",
               "newValue": "39.208.1",
               "newVersion": "39.208.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "ghcr.io/renovatebot/renovate"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
               "displayPending": "",
               "fixedVersion": "v1.67.0",
               "currentVersion": "v1.67.0",
               "currentValue": "v1.67.0",
               "newValue": "v1.69.0",
               "newVersion": "v1.69.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/renovate)
       "stats": {"total": 24, "open": 1, "closed": 1, "merged": 22}
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": 2175, "extract": 290, "lookup": 4128, "onboarding": 0, "update": 3000},
       "total": 10183
DEBUG: Package cache statistics (repository=big-bang/product/packages/renovate)
       "get": {"count": 20, "avgMs": 2, "medianMs": 1, "maxMs": 11, "totalMs": 49},
       "set": {"count": 16, "avgMs": 8, "medianMs": 5, "maxMs": 43, "totalMs": 126}
DEBUG: HTTP statistics (repository=big-bang/product/packages/renovate)
       "hosts": {
         "ghcr.io": {
           "count": 20,
           "reqAvgMs": 133,
           "reqMedianMs": 110,
           "reqMaxMs": 292,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 17,
           "reqAvgMs": 36,
           "reqMedianMs": 18,
           "reqMaxMs": 232,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 15,
           "reqAvgMs": 248,
           "reqMedianMs": 195,
           "reqMaxMs": 916,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 52
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/renovate)
DEBUG: Lookup statistics (repository=big-bang/product/packages/renovate)
       "docker": {"count": 8, "avgMs": 785, "medianMs": 499, "maxMs": 4092, "totalMs": 6280}
 INFO: Repository finished (repository=big-bang/product/packages/renovate)
       "cloned": true,
       "durationMs": 10183
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=90) (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": 450
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": 1123
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": 125,
           "reqMedianMs": 103,
           "reqMaxMs": 181,
           "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": 1123
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=122) (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": 646
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": 1278
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": 112,
           "reqMedianMs": 122,
           "reqMaxMs": 128,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         }
       },
       "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": 1278
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=87) (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": 476
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": 1171
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": 127,
           "reqMedianMs": 115,
           "reqMaxMs": 179,
           "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": 1171
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=102) (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": 456
DEBUG: latest repository commit (repository=big-bang/infrastructure/big-bang-terraform-launcher)
       "latestCommit": {
         "hash": "789dec908b7c772ff6b2af4fc0a8d3197bb72de3",
         "date": "2025-03-19T15:19:40+00:00",
         "message": "Merge branch 'BB-codeowners' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #18\n\nSee merge request big-bang/infrastructure/big-bang-terraform-launcher!19",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.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": 1262
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": 172,
           "reqMedianMs": 168,
           "reqMaxMs": 247,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1262
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=109) (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": 465
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": 1126
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": 125,
           "reqMedianMs": 121,
           "reqMaxMs": 144,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1126
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=141) (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": 479
DEBUG: latest repository commit (repository=big-bang/apps/third-party/nexus-iq)
       "latestCommit": {
         "hash": "3236b18e4dd38fd3ff5ee9c19da398a3f6b9b487",
         "date": "2025-02-13T12:02:12-07:00",
         "message": "Adding braingu as CODEOWNERS",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Andrew Shoell",
         "author_email": "mrlunchbox777@gmail.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": 1178
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": 136,
           "reqMedianMs": 141,
           "reqMaxMs": 176,
           "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": 1178
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=102) (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": 427
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": 1090
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": 126,
           "reqMedianMs": 102,
           "reqMaxMs": 179,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1090
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=116) (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": 496
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": 1240
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": 140,
           "reqMedianMs": 116,
           "reqMaxMs": 194,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1240
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=107) (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": 436
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": 1101
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": 125,
           "reqMedianMs": 107,
           "reqMaxMs": 168,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         }
       },
       "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": 1101
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=148) (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": 444
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": 1089
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": 123,
           "reqMedianMs": 127,
           "reqMaxMs": 148,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1089
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=85) (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": 482
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": 1171
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": 123,
           "reqMedianMs": 114,
           "reqMaxMs": 170,
           "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": 1171
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": 526
DEBUG: latest repository commit (repository=big-bang/product/maintained/redis)
       "latestCommit": {
         "hash": "16ae9fbecdc003af7653ee574a2173b93176245f",
         "date": "2025-03-19T16:35:41+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #117\n\nSee merge request big-bang/product/maintained/redis!161",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.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-03-19T16:35:41+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": 19, "helmv3": 3, "helm-values": 18}
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:a4c993edd39faca2ef75f3f9d88f6c8e7a853f702d7000769ae1e3757530194a, 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-03-15T18:40:50Z",
         "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.ref.name": "12-debian-12-r40",
         "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:4034741ec437fed76167adbe36deccd19c37a309156aa9ad276ec5f2385308e0, 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-03-15T20:03:00Z",
         "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.ref.name": "1.32.3-debian-12-r1",
         "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.3"
       }
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: 2 flattened updates found: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter, registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Returning 1 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-r4",
                 "datasource": "docker",
                 "replaceString": "7.4.2-debian-12-r4",
                 "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": "1.68.0",
                 "datasource": "docker",
                 "replaceString": "1.68.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.69.0",
                     "newValue": "1.69.0",
                     "newMajor": 1,
                     "newMinor": 69,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.68.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.68.0"
               },
               {
                 "depName": "docker.io/bitnami/os-shell",
                 "currentValue": "12-debian-12-r38",
                 "datasource": "docker",
                 "replaceString": "12-debian-12-r38",
                 "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": "2025-02-18T15:03:43.214Z",
                 "currentVersionAgeInDays": 29,
                 "fixedVersion": "12-debian-12-r38"
               },
               {
                 "depName": "docker.io/bitnami/kubectl",
                 "currentValue": "1.32.2-debian-12-r2",
                 "datasource": "docker",
                 "replaceString": "1.32.2-debian-12-r2",
                 "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.2",
                 "currentVersionTimestamp": "2025-02-19T20:38:33.072Z",
                 "currentVersionAgeInDays": 28,
                 "fixedVersion": "1.32.2-debian-12-r2"
               },
               {
                 "depName": "docker.io/bitnami/os-shell",
                 "currentValue": "12-debian-12-r38",
                 "datasource": "docker",
                 "replaceString": "12-debian-12-r38",
                 "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": "2025-02-18T15:03:43.214Z",
                 "currentVersionAgeInDays": 29,
                 "fixedVersion": "12-debian-12-r38"
               }
             ],
             "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.11.3-bb.0",
             "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.68.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.68.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.69.0",
                     "newValue": "v1.69.0",
                     "newMajor": 1,
                     "newMinor": 69,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.68.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.68.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 1 branch: renovate/ironbank (repository=big-bang/product/maintained/redis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/redis)
DEBUG: currentHourStart=2025-03-20T06: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: getBranchPr(renovate/ironbank) (repository=big-bang/product/maintained/redis)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/maintained/redis)
DEBUG: getPr(160) (repository=big-bang/product/maintained/redis)
DEBUG: getMR(160) (repository=big-bang/product/maintained/redis)
DEBUG: 1 PRs are currently open (repository=big-bang/product/maintained/redis)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/maintained/redis)
DEBUG: Branch concurrent limit remaining: 9 (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: syncBranchState() (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(160) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(160) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:19:06.535Z) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T16:35:41+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter in chart/Chart.yaml is already updated (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/maintained/redis, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter in chart/values.yaml is already updated (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/maintained/redis, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: No package files need updating (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T16:35:41+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(160) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(160) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter (v1.68.0 -> v1.69.0) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter (v1.68.0 -> v1.69.0) (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter Docker tag to v1.69.0"
 INFO: PR updated (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
       "pr": 160,
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter Docker tag to v1.69.0"
DEBUG: setPrCache() (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/maintained/redis, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/maintained/redis)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/maintained/redis)
DEBUG: getPr(160) (repository=big-bang/product/maintained/redis)
DEBUG: getMR(160) (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: Branch lists (repository=big-bang/product/maintained/redis)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/maintained/redis)
DEBUG: No branches to clean up (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": "16ae9fbecdc003af7653ee574a2173b93176245f"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "16ae9fbecdc003af7653ee574a2173b93176245f",
           "branchName": "renovate/ironbank",
           "branchSha": "f94523ef468747e69708147a979ef1add5e11594",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/maintained/redis)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 160,
           "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter Docker tag to v1.69.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
               "displayPending": "",
               "fixedVersion": "v1.68.0",
               "currentVersion": "v1.68.0",
               "currentValue": "v1.68.0",
               "newValue": "v1.69.0",
               "newVersion": "v1.69.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
               "displayPending": "",
               "fixedVersion": "1.68.0",
               "currentVersion": "v1.68.0",
               "currentValue": "1.68.0",
               "newValue": "1.69.0",
               "newVersion": "v1.69.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/maintained/redis)
       "stats": {"total": 14, "open": 1, "closed": 0, "merged": 13}
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": 1868, "extract": 369, "lookup": 25402, "onboarding": 0, "update": 1611},
       "total": 29836
DEBUG: Package cache statistics (repository=big-bang/product/maintained/redis)
       "get": {"count": 18, "avgMs": 10, "medianMs": 2, "maxMs": 71, "totalMs": 171},
       "set": {"count": 12, "avgMs": 18, "medianMs": 7, "maxMs": 81, "totalMs": 213}
DEBUG: HTTP statistics (repository=big-bang/product/maintained/redis)
       "hosts": {
         "auth.docker.io": {
           "count": 2,
           "reqAvgMs": 205,
           "reqMedianMs": 205,
           "reqMaxMs": 205,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "hub.docker.com": {
           "count": 98,
           "reqAvgMs": 215,
           "reqMedianMs": 206,
           "reqMaxMs": 520,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 7,
           "reqAvgMs": 128,
           "reqMedianMs": 104,
           "reqMaxMs": 256,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 250,
           "reqMedianMs": 164,
           "reqMaxMs": 638,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 118
DEBUG: HTTP cache statistics (repository=big-bang/product/maintained/redis)
DEBUG: Lookup statistics (repository=big-bang/product/maintained/redis)
       "docker": {"count": 12, "avgMs": 2429, "medianMs": 136, "maxMs": 25354, "totalMs": 29152}
 INFO: Repository finished (repository=big-bang/product/maintained/redis)
       "cloned": true,
       "durationMs": 29836
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": 535
DEBUG: latest repository commit (repository=big-bang/product/packages/jaeger)
       "latestCommit": {
         "hash": "71cd3c19a26a931b3f04615a516c740d65d60df5",
         "date": "2025-03-18T12:15:51+00:00",
         "message": "Merge branch '154-istio-hardening' into 'main'",
         "refs": "HEAD -> main, tag: 2.57.0-bb.5, origin/main, origin/HEAD",
         "body": "Resolve \"Add Missing Auth Policy and Service Entry\"\n\nCloses #154\n\nSee merge request big-bang/product/packages/jaeger!204",
         "author_name": "Jimmy Bourque",
         "author_email": "jbourque@bridgephase.com"
       }
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": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jaeger", "renovate", "kind::maintenance", "team::Observability"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {
             "matchDatasources": ["docker", "helm"],
             "groupName": "Ironbank",
             "postUpgradeTasks": {
               "commands": [
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "executionMode": "update",
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update app version chart annotations",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Jaeger:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-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 test image references",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<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": "jaeger-operator",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://jaegertracing.github.io/helm-charts"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/jaeger)
DEBUG: No config migration necessary (repository=big-bang/product/packages/jaeger)
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": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jaeger", "renovate", "kind::maintenance", "team::Observability"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {
             "matchDatasources": ["docker", "helm"],
             "groupName": "Ironbank",
             "postUpgradeTasks": {
               "commands": [
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "executionMode": "update",
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": ["Update app version chart annotations"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Jaeger:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-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 test image references"],
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<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": "jaeger-operator",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://jaegertracing.github.io/helm-charts"
           }
         ]
       }
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-03-18T12:15:51+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/Chart\.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/Chart.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": 13, "helm-values": 12, "helmv3": 13}
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": 14}
         },
         "total": {"fileCount": 6, "depCount": 27}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: hostRules: no authentication for jaegertracing.github.io (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Using queue: host=jaegertracing.github.io, concurrency=16 (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/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-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: 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/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-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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-es-index-cleaner, sha256:f5112f517d87da585123fe84465740d3088e38133f7a5fb89fdb53931c7edb74, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-agent, sha256:a241c916485243ca51a85ceb0461fd697a54000705ecba6d470aa182e74bc4be, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-operator, sha256:f2ce26df603ea6ea65eb8dbe6189f127e5cb32fd65f381358ab8e4406a4bddfa, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035436",
         "mil.dso.ironbank.image.keywords": "testing,test suite",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 01:23:44+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034949",
         "mil.dso.ironbank.image.keywords": "jaeger",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:31:43+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034698",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:53:18+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:73df1097a55c890a89f1e23e5a919e66b4e304a8d5404d65ebbcc8479d3cc43f",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.12",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035076",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.12@sha256:7c2ced7093650f632b0f718e1ec906b35587c7f3233611f7bcb3131b7a8176f9",
         "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-03-20 00:47:17+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": "241e0c6ef0c5419a3a3aa78ccccda3efcf82d16d",
         "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.67.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-ingester, sha256:611ffb36da2ff5b9ffda7ed7a172759609c1b55ed9e3f30f4de1313f02b9de1c, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-query, sha256:48c43447148731b235b193d70d964e134c3569b982d625c8e40adebb51b2149b, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-collector, sha256:cf7993b2afea698a96bcbc61e5b7fe19b0ef24a63b69316206c9cf8523b012ae, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034638",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:42:58+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": "6ff690a7e4f16db369b6acfdb0f9a5c330d9cb5c",
         "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.67.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034972",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:35:15+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": "2bb2cb979b986ff46b2232d013f820b96421534f",
         "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.67.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035097",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:49:58+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": "9750bc44b1d03d3deb901f90f121b117939c1af0",
         "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.67.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 8 flattened updates found: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester, registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query, registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester, registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query, registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector (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.67.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner:1.67.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.67.0",
                 "fixedVersion": "1.67.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.65.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one:1.65.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "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.65.0",
                 "fixedVersion": "1.65.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.66.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester:1.66.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.67.0",
                     "newValue": "1.67.0",
                     "newMajor": 1,
                     "newMinor": 67,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.66.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.66.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
                 "currentValue": "1.66.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query:1.66.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.67.0",
                     "newValue": "1.67.0",
                     "newMajor": 1,
                     "newMinor": 67,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.66.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.66.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
                 "currentValue": "1.66.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector:1.66.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.67.0",
                     "newValue": "1.67.0",
                     "newMajor": 1,
                     "newMinor": 67,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.66.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.66.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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.5",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-operator",
                 "currentValue": "1.62.0",
                 "datasource": "docker",
                 "replaceString": "- Jaeger: 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/opensource/jaegertracing/jaeger-operator",
                 "currentValue": "1.62.0",
                 "datasource": "docker",
                 "replaceString": "appVersion: 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"
               }
             ],
             "matchStrings": [
               "- Jaeger:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-operator",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "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.65.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one:1.65.0",
                 "updates": [],
                 "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.65.0",
                 "fixedVersion": "1.65.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.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "currentValue": "1.67.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner:1.67.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.67.0",
                 "fixedVersion": "1.67.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.66.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester:1.66.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.67.0",
                     "newValue": "1.67.0",
                     "newMajor": 1,
                     "newMinor": 67,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.66.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.66.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
                 "currentValue": "1.66.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query:1.66.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.67.0",
                     "newValue": "1.67.0",
                     "newMajor": 1,
                     "newMinor": 67,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.66.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.66.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
                 "currentValue": "1.66.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector:1.66.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.67.0",
                     "newValue": "1.67.0",
                     "newMajor": 1,
                     "newMinor": 67,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.66.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.66.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "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"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "jaeger-operator",
                 "currentValue": "2.57.0",
                 "datasource": "helm",
                 "registryUrls": ["https://jaegertracing.github.io/helm-charts"],
                 "replaceString": "version: 2.57.0-bb.5",
                 "updates": [],
                 "packageName": "jaeger-operator",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jaegertracing/helm-charts",
                 "registryUrl": "https://jaegertracing.github.io/helm-charts",
                 "homepage": "https://www.jaegertracing.io/",
                 "currentVersion": "2.57.0",
                 "currentVersionTimestamp": "2024-09-30T23:29:54.323Z",
                 "currentVersionAgeInDays": 170,
                 "fixedVersion": "2.57.0"
               }
             ],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "jaeger-operator",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://jaegertracing.github.io/helm-charts",
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "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-03-20T06: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(205) (repository=big-bang/product/packages/jaeger)
DEBUG: getMR(205) (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-03-20T06: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(205) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(205) (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-03-20T06:19:12.549Z) (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-03-18T12:15:51+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/jaeger-collector 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/jaeger-collector"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector 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/jaeger-collector"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester 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/jaeger-ingester"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester 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/jaeger-ingester"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query 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/jaeger-query"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query 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/jaeger-query"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl 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/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl 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/kubernetes/kubectl"
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-03-18T12:15:51+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(205) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(205) (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/jaeger-collector (1.66.0 -> 1.67.0) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-collector (1.66.0 -> 1.67.0) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-ingester (1.66.0 -> 1.67.0) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-ingester (1.66.0 -> 1.67.0) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-query (1.66.0 -> 1.67.0) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-query (1.66.0 -> 1.67.0) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/jaegertracing/jaeger-ingester (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/jaegertracing/jaeger-ingester (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/jaegertracing/jaeger-query (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/jaegertracing/jaeger-query (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/jaegertracing/jaeger-collector (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/jaegertracing/jaeger-collector (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": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
       "pr": 205,
       "prTitle": "Update Ironbank"
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(205) (repository=big-bang/product/packages/jaeger)
DEBUG: getMR(205) (repository=big-bang/product/packages/jaeger)
DEBUG: Config does not need migration (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": "71cd3c19a26a931b3f04615a516c740d65d60df5"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "71cd3c19a26a931b3f04615a516c740d65d60df5",
           "branchName": "renovate/ironbank",
           "branchSha": "d30d454f2167aaaf347711d9555b17c3094d7447",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/jaeger)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 205,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
               "displayPending": "",
               "fixedVersion": "1.66.0",
               "currentVersion": "1.66.0",
               "currentValue": "1.66.0",
               "newValue": "1.67.0",
               "newVersion": "1.67.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
               "displayPending": "",
               "fixedVersion": "1.66.0",
               "currentVersion": "1.66.0",
               "currentValue": "1.66.0",
               "newValue": "1.67.0",
               "newVersion": "1.67.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester",
               "displayPending": "",
               "fixedVersion": "1.66.0",
               "currentVersion": "1.66.0",
               "currentValue": "1.66.0",
               "newValue": "1.67.0",
               "newVersion": "1.67.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester",
               "displayPending": "",
               "fixedVersion": "1.66.0",
               "currentVersion": "1.66.0",
               "currentValue": "1.66.0",
               "newValue": "1.67.0",
               "newVersion": "1.67.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
               "displayPending": "",
               "fixedVersion": "1.66.0",
               "currentVersion": "1.66.0",
               "currentValue": "1.66.0",
               "newValue": "1.67.0",
               "newVersion": "1.67.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
               "displayPending": "",
               "fixedVersion": "1.66.0",
               "currentVersion": "1.66.0",
               "currentValue": "1.66.0",
               "newValue": "1.67.0",
               "newVersion": "1.67.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/jaeger)
       "stats": {"total": 9, "open": 1, "closed": 1, "merged": 7}
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": 2527, "extract": 234, "lookup": 1101, "onboarding": 0, "update": 2037},
       "total": 6635
DEBUG: Package cache statistics (repository=big-bang/product/packages/jaeger)
       "get": {"count": 42, "avgMs": 4, "medianMs": 1, "maxMs": 77, "totalMs": 173},
       "set": {"count": 42, "avgMs": 13, "medianMs": 4, "maxMs": 115, "totalMs": 563}
DEBUG: HTTP statistics (repository=big-bang/product/packages/jaeger)
       "hosts": {
         "jaegertracing.github.io": {
           "count": 1,
           "reqAvgMs": 139,
           "reqMedianMs": 139,
           "reqMaxMs": 139,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 47,
           "reqAvgMs": 52,
           "reqMedianMs": 28,
           "reqMaxMs": 179,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 20,
           "reqAvgMs": 235,
           "reqMedianMs": 167,
           "reqMaxMs": 1198,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 68
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/jaeger)
DEBUG: Lookup statistics (repository=big-bang/product/packages/jaeger)
       "docker": {"count": 26, "avgMs": 380, "medianMs": 462, "maxMs": 712, "totalMs": 9876},
       "helm": {"count": 1, "avgMs": 269, "medianMs": 269, "maxMs": 269, "totalMs": 269}
 INFO: Repository finished (repository=big-bang/product/packages/jaeger)
       "cloned": true,
       "durationMs": 6635
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": 493
DEBUG: latest repository commit (repository=big-bang/product/packages/kiali)
       "latestCommit": {
         "hash": "d786c2e0d503b15bc3b126b14ddb4a8004a12eea",
         "date": "2025-03-11T12:52:02+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 2.6.0-bb.0, origin/main, origin/HEAD",
         "body": "feat(chart): Update Kiali to `v2.6.0`\n\nSee merge request big-bang/product/packages/kiali!284",
         "author_name": "David Baker",
         "author_email": "dbaker1@bridgephase.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-03-11T12:52:02+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": {"helm-values": 8, "regex": 12, "helmv3": 12}
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, 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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kiali/kiali-operator, sha256:87c5a855149c50d715ede35228e79fc3c2b4710cbc877b181108dcccab1775fe, get) (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kiali/kiali, sha256:0e7ce436928190578c1e0b090e70eda5c46f2deedc1c1bc65f7558f03434fd20, 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:d7b39a0ebb28813e49f5782ec18387d418bc378f0b728028140eed9e7b5226d3",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/python:v3.11",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035843",
         "mil.dso.ironbank.image.keywords": "istio, servicemesh",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/python:v3.11@sha256:2e5f8fedb29ccba52f5c9900af8de06d04dd8ae6d408da0c0c98e8fb9bb50d79",
         "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-03-20 02:32:59+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": "f4fadf19b474a4f2bb2fcd522eb44bca66b35157",
         "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.6.0",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035226",
         "mil.dso.ironbank.image.keywords": "istio,visualization",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 01:03:12+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": "47b7fc4048a036ec9fe66c5c624baf51a2b49b85",
         "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.7.1",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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: 4 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kiali/kiali, registry1.dso.mil/ironbank/opensource/kiali/kiali, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (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.10",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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.6.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "currentValue": "v2.6.0",
                 "datasource": "docker",
                 "replaceString": "repo: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator\n  tag: v2.6.0",
                 "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.6.0",
                 "fixedVersion": "v2.6.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali",
                 "currentValue": "v2.6.0",
                 "datasource": "docker",
                 "replaceString": "image_name: registry1.dso.mil/ironbank/opensource/kiali/kiali\n      image_version: v2.6.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.7.1",
                     "newValue": "v2.7.1",
                     "newMajor": 2,
                     "newMinor": 7,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.6.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.6.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.6.0",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "replaceString": "- Kiali: 2.6.0",
                 "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": "2.6.0",
                 "fixedVersion": "2.6.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "currentValue": "2.6.0",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "replaceString": "appVersion: 2.6.0",
                 "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": "2.6.0",
                 "fixedVersion": "2.6.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.6.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kiali/kiali:v2.6.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.7.1",
                     "newValue": "v2.7.1",
                     "newMajor": 2,
                     "newMinor": 7,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.6.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.6.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "currentValue": "v2.6.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator:v2.6.0",
                 "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.6.0",
                 "fixedVersion": "v2.6.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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-03-20T06: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(285) (repository=big-bang/product/packages/kiali)
DEBUG: getMR(285) (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-03-20T06: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(285) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(285) (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-03-20T06:19:18.030Z) (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-03-11T12:52:02+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Value is not updated (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali",
       "manager": "regex",
       "expectedValue": "v2.7.1",
       "foundValue": "v2.7.0"
DEBUG: Rebasing after outdated branch dep found (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Starting search at index 844 (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali"
DEBUG: Found match at index 844 (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali"
DEBUG: Contents updated (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali"
DEBUG: Value is not updated (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali",
       "manager": "regex",
       "expectedValue": "v2.7.1",
       "foundValue": "v2.6.0"
DEBUG: Starting search at index 6700 (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali"
DEBUG: Found match at index 6700 (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali"
DEBUG: Contents updated (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali"
DEBUG: Value is not updated (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "manager": "regex",
       "expectedValue": "v1.30.11",
       "foundValue": "v1.30.10"
DEBUG: Starting search at index 1040 (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Found match at index 1040 (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Contents updated (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Value is not updated (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "manager": "helm-values",
       "expectedValue": "v1.30.11",
       "foundValue": "v1.30.10"
DEBUG: Starting search at index 49555 (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Found match at index 49555 (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Contents updated (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updated 2 package files (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: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Executing command (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "command": "map-chart-yaml-appversion"
DEBUG: exec completed (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "durationMs": 13,
       "stdout": "Working with Chart.yaml at: ./chart/Chart.yaml\nSkipping excluded package: kiali\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "cmd": "map-chart-yaml-appversion",
       "stderr": "",
       "stdout": "Working with Chart.yaml at: ./chart/Chart.yaml\nSkipping excluded package: kiali\n"
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Executing command (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "command": "bump-changelog '- registry1.dso.mil/ironbank/opensource/kiali/kiali v2.6.0 -> v2.7.1\\n- registry1.dso.mil/ironbank/opensource/kiali/kiali v2.6.0 -> v2.7.1\\n- registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.30.10 -> v1.30.11\\n- registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.30.10 -> v1.30.11\\n'"
DEBUG: exec completed (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "durationMs": 12,
       "stdout": "\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "cmd": "bump-changelog '- registry1.dso.mil/ironbank/opensource/kiali/kiali v2.6.0 -> v2.7.1\\n- registry1.dso.mil/ironbank/opensource/kiali/kiali v2.6.0 -> v2.7.1\\n- registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.30.10 -> v1.30.11\\n- registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.30.10 -> v1.30.11\\n'",
       "stderr": "",
       "stdout": "\n"
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "addedCount": 0,
       "modifiedCount": 2,
       "deletedCount": 0
DEBUG: Checking 2 added or modified files for post-upgrade changes (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "file": "chart/Chart.yaml",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "dep": "registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kiali/kiali registry1.dso.mil/ironbank/opensource/kubernetes/kubectl registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
       "file": "chart/values.yaml",
       "pattern": "chart/**"
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #285 is removed (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #285 (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 12 comments (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #285 is removed (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #285 (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 12 comments (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: 2 file(s) to commit (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Preparing files for committing to branch renovate/ironbank (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: git commit (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/ironbank",
         "commit": "0e9a9157bd34156ec968b9f57ef610db30a9f081",
         "root": false,
         "summary": {"changes": 2, "insertions": 4, "deletions": 4}
       }
DEBUG: Pushing refSpec renovate/ironbank:renovate/ironbank (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: git push (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/ironbank"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/ironbank:",
             "https://repo1.dso.mil/big-bang/product/packages/kiali/-/merge_requests/285"
           ]
         }
       }
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-03-11T12:52:02+00:00"
 INFO: Branch updated (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "commitSha": "0e9a9157bd34156ec968b9f57ef610db30a9f081"
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(285) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(285) (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 (v2.6.0 -> v2.7.1) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kiali/kiali (v2.6.0 -> v2.7.1) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kiali/kiali (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kiali/kiali (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 ironbank"
 INFO: PR updated (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "pr": 285,
       "prTitle": "chore(deps): update ironbank"
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: setBranchCommit() (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(285) (repository=big-bang/product/packages/kiali)
DEBUG: getMR(285) (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": "d786c2e0d503b15bc3b126b14ddb4a8004a12eea"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d786c2e0d503b15bc3b126b14ddb4a8004a12eea",
           "branchName": "renovate/ironbank",
           "branchSha": "0e9a9157bd34156ec968b9f57ef610db30a9f081",
           "isModified": false,
           "isPristine": true
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/kiali)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 285,
           "prTitle": "chore(deps): update ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali",
               "displayPending": "",
               "fixedVersion": "v2.6.0",
               "currentVersion": "v2.6.0",
               "currentValue": "v2.6.0",
               "newValue": "v2.7.1",
               "newVersion": "v2.7.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali",
               "displayPending": "",
               "fixedVersion": "v2.6.0",
               "currentVersion": "v2.6.0",
               "currentValue": "v2.6.0",
               "newValue": "v2.7.1",
               "newVersion": "v2.7.1",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/kiali)
       "stats": {"total": 13, "open": 1, "closed": 2, "merged": 10}
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": 1867, "extract": 268, "lookup": 548, "onboarding": 0, "update": 3138},
       "total": 6514
DEBUG: Package cache statistics (repository=big-bang/product/packages/kiali)
       "get": {"count": 19, "avgMs": 4, "medianMs": 1, "maxMs": 45, "totalMs": 82},
       "set": {"count": 17, "avgMs": 4, "medianMs": 4, "maxMs": 14, "totalMs": 76}
DEBUG: HTTP statistics (repository=big-bang/product/packages/kiali)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 46,
           "reqMedianMs": 24,
           "reqMaxMs": 132,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 15,
           "reqAvgMs": 239,
           "reqMedianMs": 189,
           "reqMaxMs": 659,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 28
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/kiali)
DEBUG: Lookup statistics (repository=big-bang/product/packages/kiali)
       "docker": {"count": 11, "avgMs": 283, "medianMs": 440, "maxMs": 496, "totalMs": 3111}
 INFO: Repository finished (repository=big-bang/product/packages/kiali)
       "cloned": true,
       "durationMs": 6514
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=82) (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": 474
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": 1148
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": 117,
           "reqMedianMs": 89,
           "reqMaxMs": 180,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1148
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=98) (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": 499
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": 1171
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": 124,
           "reqMedianMs": 98,
           "reqMaxMs": 193,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1171
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": 562
DEBUG: latest repository commit (repository=big-bang/product/packages/nexus)
       "latestCommit": {
         "hash": "c87ecb4434d3df2bdd124273ed1c1f18f5d9632c",
         "date": "2025-03-19T17:22:50+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #164\n\nSee merge request big-bang/product/packages/nexus!220",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@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", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**", "chart/examples/**", "chart/scripts/**"],
         "labels": ["nexus", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "versioning": "loose",
             "allowedVersions": "!/-(amd64|arm64)$/"
           }
         ],
         "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: migrateAndValidate() (repository=big-bang/product/packages/nexus)
DEBUG: No config migration necessary (repository=big-bang/product/packages/nexus)
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-03-19T17:22:50+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": 6, "regex": 9, "helmv3": 10}
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:5ae02742712a919e60b557b80399381186897848af665b7c84a40394cae359e2, get) (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/nexus, baseBranch=main)
       "labels": {
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4032117",
         "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-03-19 00:30:45+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": "2d5d5816824468291b76c89fa5dfc2f0f3a360ae",
         "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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/nexus, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:c8e25f34a7712b4f964b5267f0d82b9279b7f691e6ff477da436a43d0bbc486a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17",
         "architecture": "x86_64",
         "build-date": "2025-02-06T04:39:35Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3935223",
         "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:e9682f20c1ab500056955be82c6a61cdf39bc0228f480b05506b4e9dab814373",
         "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-10 00:26:02+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": "1738816775",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "adfffabe9acacc27d15fc0ceb8e083254ca7b450",
         "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.77.1-01",
                     "newValue": "3.77.1-01",
                     "newMajor": 3,
                     "newMinor": 77,
                     "newPatch": 1,
                     "updateType": "minor",
                     "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.77.1-01",
                     "newValue": "3.77.1-01",
                     "newMajor": 3,
                     "newMinor": 77,
                     "newPatch": 1,
                     "updateType": "minor",
                     "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.77.1-01",
                     "newValue": "3.77.1-01",
                     "newMajor": 3,
                     "newMinor": 77,
                     "newPatch": 1,
                     "updateType": "minor",
                     "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.77.1-01",
                     "newValue": "3.77.1-01",
                     "newMajor": 3,
                     "newMinor": 77,
                     "newPatch": 1,
                     "updateType": "minor",
                     "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-03-20T06: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(214) (repository=big-bang/product/packages/nexus)
DEBUG: getMR(214) (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-03-20T06: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(214) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(214) (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() = true (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["matt@vasquez.com"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:214 (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #214 (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 48 comments (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #214 (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (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(214) (repository=big-bang/product/packages/nexus)
DEBUG: getMR(214) (repository=big-bang/product/packages/nexus)
DEBUG: Config does not need migration (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": "c87ecb4434d3df2bdd124273ed1c1f18f5d9632c"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c87ecb4434d3df2bdd124273ed1c1f18f5d9632c",
           "branchName": "renovate/ironbank",
           "branchSha": "094cfaa8a6a1e9d76a54383369b64e50d46a133f",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/nexus)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 214,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank to v3.77.1-01",
           "result": "pr-edited",
           "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.77.1-01",
               "newVersion": "3.77.1-01",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "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.77.1-01",
               "newVersion": "3.77.1-01",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "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.77.1-01",
               "newVersion": "3.77.1-01",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "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.77.1-01",
               "newVersion": "3.77.1-01",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/nexus)
       "stats": {"total": 11, "open": 1, "closed": 1, "merged": 9}
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": 2020, "extract": 333, "lookup": 422, "onboarding": 0, "update": 829},
       "total": 4187
DEBUG: Package cache statistics (repository=big-bang/product/packages/nexus)
       "get": {"count": 10, "avgMs": 2, "medianMs": 1, "maxMs": 11, "totalMs": 22},
       "set": {"count": 6, "avgMs": 5, "medianMs": 5, "maxMs": 11, "totalMs": 30}
DEBUG: HTTP statistics (repository=big-bang/product/packages/nexus)
       "hosts": {
         "registry1.dso.mil": {
           "count": 12,
           "reqAvgMs": 25,
           "reqMedianMs": 31,
           "reqMaxMs": 42,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 258,
           "reqMedianMs": 203,
           "reqMaxMs": 758,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 23
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/nexus)
DEBUG: Lookup statistics (repository=big-bang/product/packages/nexus)
       "docker": {"count": 8, "avgMs": 231, "medianMs": 374, "maxMs": 374, "totalMs": 1847}
 INFO: Repository finished (repository=big-bang/product/packages/nexus)
       "cloned": true,
       "durationMs": 4187
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": 431
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/podinfo)
       "latestCommit": {
         "hash": "1e646f044d114f28e3591797440540e57cd1f2f1",
         "date": "2025-02-24T22:18:49+00:00",
         "message": "Merge branch 'fix-readme' into 'main'",
         "refs": "HEAD -> main, tag: 6.7.1-bb.6, origin/main, origin/HEAD",
         "body": "fix readme and vs deployment\n\nSee merge request big-bang/apps/sandbox/podinfo!82",
         "author_name": "Danilo Patrucco",
         "author_email": "danilo.patrucco@sev1tech.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", "team::Tools & Automation"],
         "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/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", "team::Tools & Automation"],
         "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,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Podinfo Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "labels": ["kind::maintenance", "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": [
               "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/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", "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": [
               "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/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-02-24T22:18:49+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": 3, "helmv3": 3}
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.7.1 (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: 0 flattened updates found:  (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Returning 0 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.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": "6.7.1-bb.6",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/minio/minio",
                 "currentValue": "6.7.1",
                 "datasource": "docker",
                 "versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
                 "replaceString": "appVersion: 6.7.1",
                 "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 0 branches:  (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/podinfo)
DEBUG: currentHourStart=2025-03-20T06: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: 0 PRs are currently open (repository=big-bang/apps/sandbox/podinfo)
DEBUG: PR concurrent limit remaining: 10 (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-03-20T06: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: 0 already existing branches found:  (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Branch concurrent limit remaining: 10 (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: 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: No renovate branches found (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": "1e646f044d114f28e3591797440540e57cd1f2f1"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/podinfo)
       "stats": {"total": 2, "open": 0, "closed": 0, "merged": 2}
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": 1341, "extract": 198, "lookup": 24, "onboarding": 1, "update": 0},
       "total": 2099
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/podinfo)
       "get": {"count": 2, "avgMs": 2, "medianMs": 3, "maxMs": 3, "totalMs": 4},
       "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": 7,
           "reqAvgMs": 188,
           "reqMedianMs": 149,
           "reqMaxMs": 374,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 7
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/podinfo)
       "docker": {"count": 2, "avgMs": 6, "medianMs": 11, "maxMs": 11, "totalMs": 12}
 INFO: Repository finished (repository=big-bang/apps/sandbox/podinfo)
       "cloned": true,
       "durationMs": 2099
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=95) (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": 513
DEBUG: latest repository commit (repository=big-bang/apps/third-party/jfrog-platform)
       "latestCommit": {
         "hash": "ad43f0b4fe3b32d6c6d4ecb88b975301c89e302d",
         "date": "2025-03-18T08:57:37+00:00",
         "message": "Merge branch 'jp-11.0.4' into 'main'",
         "refs": "HEAD -> main, tag: 11.0.4, origin/main, origin/HEAD",
         "body": "JFrog Platform 11.0.4 release\n\nSee merge request big-bang/apps/third-party/jfrog-platform!24",
         "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": 1156
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": 111,
           "reqMedianMs": 110,
           "reqMaxMs": 127,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1156
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=104) (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": 869
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": 1673
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": 120,
           "reqMedianMs": 128,
           "reqMaxMs": 129,
           "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": 1673
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=107) (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": 1146
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": 1756
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": 114,
           "reqMedianMs": 107,
           "reqMaxMs": 158,
           "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": 1756
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=80) (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": 454
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": 1636
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": 120,
           "reqMedianMs": 90,
           "reqMaxMs": 190,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1636
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=81) (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": 478
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": 1175
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": 133,
           "reqMedianMs": 88,
           "reqMaxMs": 230,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1175
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=100) (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": 467
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": 1093
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": 115,
           "reqMedianMs": 100,
           "reqMaxMs": 159,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1093
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": 442
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": 6, "helmv3": 7}
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:abb0858fe17fbbc15b496f22ada6b643a2ff412ffc9c5c175cbb16dd18b2abcf, 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-03-15T20:24:07Z",
         "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.ref.name": "0.17.2-debian-12-r2",
         "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.17.2"
       }
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": 400,
                 "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": 425,
                     "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": 1014,
                 "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": 132,
                     "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": 944,
                 "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-03-20T06: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-03-20T06: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-03-20T06:19:45.185Z) (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": 1334, "extract": 294, "lookup": 4503, "onboarding": 0, "update": 1295},
       "total": 7985
DEBUG: Package cache statistics (repository=big-bang/apps/application-utilities/mysql)
       "get": {"count": 13, "avgMs": 6, "medianMs": 1, "maxMs": 56, "totalMs": 73},
       "set": {"count": 10, "avgMs": 9, "medianMs": 10, "maxMs": 16, "totalMs": 87}
DEBUG: HTTP statistics (repository=big-bang/apps/application-utilities/mysql)
       "hosts": {
         "auth.docker.io": {
           "count": 2,
           "reqAvgMs": 142,
           "reqMedianMs": 214,
           "reqMaxMs": 214,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 23,
           "reqAvgMs": 222,
           "reqMedianMs": 209,
           "reqMaxMs": 381,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 7,
           "reqAvgMs": 115,
           "reqMedianMs": 112,
           "reqMaxMs": 210,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 233,
           "reqMedianMs": 204,
           "reqMaxMs": 441,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 41
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": 2329, "medianMs": 2497, "maxMs": 4464, "totalMs": 6987},
       "helm": {"count": 1, "avgMs": 60, "medianMs": 60, "maxMs": 60, "totalMs": 60}
 INFO: Repository finished (repository=big-bang/apps/application-utilities/mysql)
       "cloned": true,
       "durationMs": 7985
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=170) (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": 1737
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": 2679
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": 154,
           "reqMedianMs": 170,
           "reqMaxMs": 183,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 2679
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": 482
DEBUG: latest repository commit (repository=big-bang/product/packages/mattermost-operator)
       "latestCommit": {
         "hash": "c215ab7ed12b12436fe9b5526ac5f69d631e019d",
         "date": "2025-03-19T16:34: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 #82\n\nSee merge request big-bang/product/packages/mattermost-operator!113",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.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-03-19T16:34: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:b9460dc70d2471edcc43c5896b38b9fbf6546c1341ed5ff28b720676577e89c6, 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:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034743",
         "mil.dso.ironbank.image.keywords": "chat,golang,react,mattermost",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "mattermost",
         "org.opencontainers.image.created": "2025-03-20 00:02:55+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": "9b166767d0691e1a532a120c29d18c268de750bd",
         "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": "Iron Bank",
         "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-03-20T06: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-03-20T06: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": "c215ab7ed12b12436fe9b5526ac5f69d631e019d"}],
       "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": 1526, "extract": 355, "lookup": 342, "onboarding": 0, "update": 0},
       "total": 2823
DEBUG: Package cache statistics (repository=big-bang/product/packages/mattermost-operator)
       "get": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 1},
       "set": {"count": 3, "avgMs": 7, "medianMs": 6, "maxMs": 11, "totalMs": 20}
DEBUG: HTTP statistics (repository=big-bang/product/packages/mattermost-operator)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 23,
           "reqMedianMs": 21,
           "reqMaxMs": 38,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 217,
           "reqMedianMs": 201,
           "reqMaxMs": 383,
           "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": 317, "medianMs": 317, "maxMs": 317, "totalMs": 1268}
 INFO: Repository finished (repository=big-bang/product/packages/mattermost-operator)
       "cloned": true,
       "durationMs": 2823
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=132) (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": 420
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": 1100
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": 133,
           "reqMedianMs": 132,
           "reqMaxMs": 158,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1100
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=93) (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": 511
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": 1138
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": 117,
           "reqMedianMs": 121,
           "reqMaxMs": 138,
           "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": 1138
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=108) (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": 493
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": 1138
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": 113,
           "reqMedianMs": 110,
           "reqMaxMs": 122,
           "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": 1138
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=100) (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": 496
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": 1105
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": 103,
           "reqMedianMs": 100,
           "reqMaxMs": 127,
           "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": 1105
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": 477
DEBUG: latest repository commit (repository=big-bang/product/packages/minio-operator)
       "latestCommit": {
         "hash": "7533a1fd6a58b5c63bc0190c44eb2b21755edfc1",
         "date": "2025-03-19T16:34: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 #116\n\nSee merge request big-bang/product/packages/minio-operator!160",
         "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-03-19T16:34:28+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": 7}
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:09e7f005212467d35af315fac2d32dc5b7667cdd0720ed23e987a70c35578df2, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035187",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:58:33+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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-03-20T06: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-03-20T06: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: No renovate branches found (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": "7533a1fd6a58b5c63bc0190c44eb2b21755edfc1"}],
       "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": 1475, "extract": 215, "lookup": 419, "onboarding": 1, "update": 0},
       "total": 2754
DEBUG: Package cache statistics (repository=big-bang/product/packages/minio-operator)
       "get": {"count": 5, "avgMs": 2, "medianMs": 0, "maxMs": 7, "totalMs": 8},
       "set": {"count": 3, "avgMs": 7, "medianMs": 6, "maxMs": 12, "totalMs": 22}
DEBUG: HTTP statistics (repository=big-bang/product/packages/minio-operator)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 28,
           "reqMedianMs": 28,
           "reqMaxMs": 48,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 215,
           "reqMedianMs": 161,
           "reqMaxMs": 424,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 320, "medianMs": 395, "maxMs": 396, "totalMs": 1600}
 INFO: Repository finished (repository=big-bang/product/packages/minio-operator)
       "cloned": true,
       "durationMs": 2754
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=82) (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": 450
DEBUG: latest repository commit (repository=big-bang/product/bbtoc)
       "latestCommit": {
         "hash": "38943008936d3587466c984cea5e6e5d667f260d",
         "date": "2025-02-04T19:35:18+00:00",
         "message": "Merge branch '150-move-mimir-to-incubating' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD, origin/151-proposal-to-migrate-to-nexus-repository-manager-ha-chart",
         "body": "Move Mimir to incubating status\n\nCloses #150\n\nSee merge request big-bang/product/bbtoc!175",
         "author_name": "Andrew Shoell",
         "author_email": "andrew.shoell.ctr@us.af.mil"
       }
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": 1176
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": 149,
           "reqMedianMs": 150,
           "reqMaxMs": 216,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1176
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": 726
DEBUG: latest repository commit (repository=big-bang/product/packages/harbor)
       "latestCommit": {
         "hash": "28da9c5dae9239743f24ed43f9736ef8527229a9",
         "date": "2025-03-19T17:22:38+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #131\n\nSee merge request big-bang/product/packages/harbor!166",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.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-03-19T17:22:38+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": 4, "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": 2},
           "regex": {"fileCount": 2, "depCount": 11}
         },
         "total": {"fileCount": 3, "depCount": 13}
       }
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: Found no satisfying versions with 'docker' versioning (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: 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/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-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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-registryctl, sha256:4d35482c6bdd2584444737f092258c7ca7a8fe6067794d5842a5da30ecadfb79, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-jobservice, sha256:195064027939f4dff1d82e08897903c8fb114fdde31364016e94fd35c17fee30, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/registry, sha256:3547b14040fbb50ea6b40a42c5d50dbc049201156dbcaddf63ff89c44c5a340e, 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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035671",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 02:02:36+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": "a7642c5b7d80d79ab355f6d01975217b761a1f6a",
         "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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:9867462f7fa03f8baf5a5b2840f32a6cd2b0074a50844c44728b301bd8acaa78",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.4",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035845",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.4@sha256:f1cba5bf64e41e8c6a1d3ba8e5a3180485e25c1dee8ec1f38672c0a87e152be7",
         "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-03-20 02:30:27+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": "4bb370486dfa39233e0d4501fe7acca936259f31",
         "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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035838",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 02:29:07+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": "781e3ba307b1ba9778583afe55188ab0740dea58",
         "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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035454",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:29: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": "08052302b90b0d5ee171594e85e7e1e215cc5f89",
         "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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035135",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:53:44+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": "06ca4fe64f1cd5ca23a59ffc267651753dd13e03",
         "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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-exporter, sha256:aeb1d554ea94ad3755c944b5e24e6373833d1620c7f7ac68f50e458ece94980c, 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/trivy-adapter, sha256:395ab5f2b75917fa9b829bdf30c8c393d9b290b5d1f640881a2bf0a85a1ffddf, 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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql, sha256:32d08ba54efa68e5866ac4f2a584268044f4444f672a530d0363a186e568fbfc, 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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035679",
         "mil.dso.ironbank.image.keywords": "container,registry,trivy",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 02:03:51+00:00",
         "org.opencontainers.image.description": "The Harbor Scanner Adapter for Trivy.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "daaa27e85518af7e4e4163e260fa4c4163b0281c",
         "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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034713",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:56: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": "899baba4bd05a548d03b6c41c19831db132800f0",
         "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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035691",
         "mil.dso.ironbank.image.keywords": "postgres, sql, database",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 02:07:06+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": "cec153cb96980d5605d373c2b61757ac3fe990b9",
         "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.4",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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: 2 flattened updates found: redis, registry1.dso.mil/ironbank/opensource/nginx/nginx (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": "redis",
                 "currentValue": "20.6.0-bb.2",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/redis",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "20.6.2",
                     "newValue": "20.6.2-bb.2",
                     "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.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"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.16.2-bb.2",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
                 "currentValue": "2.12.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 2.12.2",
                 "updates": [],
                 "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.2",
                 "fixedVersion": "2.12.2"
               }
             ],
             "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.27.4",
                     "newValue": "1.27.4",
                     "newMajor": 1,
                     "newMinor": 27,
                     "newPatch": 4,
                     "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.3",
                 "isSingleVersion": true,
                 "fixedVersion": "1.27.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal",
                 "currentValue": "v2.12.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal:v2.12.2",
                 "updates": [],
                 "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.2",
                 "fixedVersion": "v2.12.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
                 "currentValue": "v2.12.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-core:v2.12.2",
                 "updates": [],
                 "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.2",
                 "fixedVersion": "v2.12.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice",
                 "currentValue": "v2.12.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice:v2.12.2",
                 "updates": [],
                 "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.2",
                 "fixedVersion": "v2.12.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/registry",
                 "currentValue": "v2.12.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/registry:v2.12.2",
                 "updates": [],
                 "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.2",
                 "fixedVersion": "v2.12.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl",
                 "currentValue": "v2.12.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl:v2.12.2",
                 "updates": [],
                 "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.2",
                 "fixedVersion": "v2.12.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter",
                 "currentValue": "v2.12.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter:v2.12.2",
                 "updates": [],
                 "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.2",
                 "fixedVersion": "v2.12.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter",
                 "currentValue": "v2.12.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter:v2.12.2",
                 "updates": [],
                 "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.2",
                 "fixedVersion": "v2.12.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "17.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.4",
                 "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.4",
                 "fixedVersion": "17.4"
               },
               {
                 "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>.+)"],
             "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-03-20T06: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: 0 PRs are currently open (repository=big-bang/product/packages/harbor)
DEBUG: PR concurrent limit remaining: 10 (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-03-20T06: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: 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: recreateClosed is true. No need to check for closed PR. (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() = true (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["jeremy.hulick@gmail.com", "danilo.patrucco@gmail.com"]
DEBUG: findPr(renovate/ironbank, undefined, !open) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found old PR matching this branch - will override it (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "oldPrNumber": 165,
       "oldPrSha": "c696bc6cba85730ccc07def58b20d5b515cc6469",
       "branchSha": "c696bc6cba85730ccc07def58b20d5b515cc6469"
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:20:03.825Z) (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-03-19T17:22:38+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Rebasing branch after deps list has changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "redis"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Starting search at index 760 (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "redis"
DEBUG: Found match at index 760 (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "redis"
DEBUG: Contents updated (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "redis"
DEBUG: Value is not updated (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "manager": "regex",
       "expectedValue": "1.27.4",
       "foundValue": "1.27.3"
DEBUG: Starting search at index 1123 (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Found match at index 1123 (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Contents updated (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: helmv3.updateArtifacts(chart/Chart.yaml) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updating Helm artifacts (repository=big-bang/product/packages/harbor, 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/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Executing command (repository=big-bang/product/packages/harbor, 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/harbor, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 240,
       "stdout": "",
       "stderr": "WARNING: Using --password via the CLI is insecure. Use --password-stdin.\nLogin Succeeded\n"
DEBUG: Executing command (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "command": "helm repo add stable https://charts.helm.sh/stable --force-update"
DEBUG: exec completed (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 948,
       "stdout": "\"stable\" has been added to your repositories\n",
       "stderr": ""
DEBUG: Executing command (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "command": "helm dependency update chart"
DEBUG: rawExec err (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "err": {
         "cmd": "/bin/sh -c helm dependency update chart",
         "stderr": "Error: directory chart/deps/postgresql not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/harbor",
           "encoding": "utf-8",
           "env": {
             "HELM_EXPERIMENTAL_OCI": "1",
             "HELM_REGISTRY_CONFIG": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/__renovate-private-cache/registry.json",
             "HELM_REPOSITORY_CONFIG": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/__renovate-private-cache/repositories.yaml",
             "HELM_REPOSITORY_CACHE": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/__renovate-private-cache/repositories",
             "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/43520543",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 1,
         "name": "ExecError",
         "message": "Command failed: helm dependency update chart\nError: directory chart/deps/postgresql not found\n",
         "stack": "ExecError: Command failed: helm dependency update chart\nError: directory chart/deps/postgresql 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": 60
DEBUG: Failed to update Helm lock file (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "err": {
         "cmd": "/bin/sh -c helm dependency update chart",
         "stderr": "Error: directory chart/deps/postgresql not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/harbor",
           "encoding": "utf-8",
           "env": {
             "HELM_EXPERIMENTAL_OCI": "1",
             "HELM_REGISTRY_CONFIG": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/__renovate-private-cache/registry.json",
             "HELM_REPOSITORY_CONFIG": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/__renovate-private-cache/repositories.yaml",
             "HELM_REPOSITORY_CACHE": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/__renovate-private-cache/repositories",
             "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/43520543",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 1,
         "name": "ExecError",
         "message": "Command failed: helm dependency update chart\nError: directory chart/deps/postgresql not found\n",
         "stack": "ExecError: Command failed: helm dependency update chart\nError: directory chart/deps/postgresql 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/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: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Executing command (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "command": "map-chart-yaml-appversion"
DEBUG: exec completed (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "durationMs": 20,
       "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/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "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: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Executing command (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "command": "bump-changelog '- redis 20.6.0 -> 20.6.2\\n- registry1.dso.mil/ironbank/opensource/nginx/nginx 1.27.3 -> 1.27.4\\n'"
DEBUG: exec completed (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "durationMs": 14,
       "stdout": "\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "cmd": "bump-changelog '- redis 20.6.0 -> 20.6.2\\n- registry1.dso.mil/ironbank/opensource/nginx/nginx 1.27.3 -> 1.27.4\\n'",
       "stderr": "",
       "stdout": "\n"
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "addedCount": 0,
       "modifiedCount": 1,
       "deletedCount": 0
DEBUG: Checking 1 added or modified files for post-upgrade changes (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "dep": "redis registry1.dso.mil/ironbank/opensource/nginx/nginx",
       "file": "chart/Chart.yaml",
       "pattern": "chart/**"
DEBUG: PR has no releaseTimestamp (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: 1 file(s) to commit (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Preparing files for committing to branch renovate/ironbank (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: git commit (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/ironbank",
         "commit": "448044c4969b246d8fcf2df310fabd2828b0aab7",
         "root": false,
         "summary": {"changes": 1, "insertions": 2, "deletions": 0}
       }
DEBUG: Pushing refSpec renovate/ironbank:renovate/ironbank (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: git push (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/ironbank"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "To create a merge request for renovate/ironbank, visit:",
             "https://repo1.dso.mil/big-bang/product/packages/harbor/-/merge_requests/new?merge_request%5Bsource_branch%5D=renovate%2Fironbank"
           ],
           "pullRequestUrl": "https://repo1.dso.mil/big-bang/product/packages/harbor/-/merge_requests/new?merge_request%5Bsource_branch%5D=renovate%2Fironbank"
         }
       }
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-03-19T17:22:38+00:00"
 INFO: Branch updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "commitSha": "448044c4969b246d8fcf2df310fabd2828b0aab7"
DEBUG: Got res with 0 results (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updating status check state to failed (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: Forcing PR because of artifact errors (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
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/nginx/nginx (1.27.3 -> 1.27.4) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Creating PR (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
DEBUG: Creating Merge Request: Draft: Update Ironbank (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
 INFO: PR created (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "pr": 168,
       "prTitle": "Update Ironbank"
DEBUG: addParticipants(pr=168) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: setPrCache() (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Created Pull Request #168 (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
 WARN: artifactErrors (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "artifactErrors": [
         {
           "lockFile": "chart/Chart.lock",
           "stderr": "Command failed: helm dependency update chart\nError: directory chart/deps/postgresql not found\n"
         }
       ]
DEBUG: Getting comments for #168 (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 0 comments (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #168 (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Added comment (repository=big-bang%2Fproduct%2Fpackages%2Fharbor, baseBranch=main, branch=renovate/ironbank)
       "issueNo": 168
DEBUG: setBranchCommit() (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(168) (repository=big-bang/product/packages/harbor)
DEBUG: getMR(168) (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)
 INFO: Issue created (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": "28da9c5dae9239743f24ed43f9736ef8527229a9"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "28da9c5dae9239743f24ed43f9736ef8527229a9",
           "branchName": "renovate/ironbank",
           "branchSha": "448044c4969b246d8fcf2df310fabd2828b0aab7",
           "isModified": false,
           "isPristine": true
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/harbor)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 168,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "redis",
               "displayPending": "",
               "fixedVersion": "20.6.0-bb.2",
               "currentVersion": "20.6.0",
               "currentValue": "20.6.0-bb.2",
               "newValue": "20.6.2-bb.2",
               "newVersion": "20.6.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/redis"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
               "displayPending": "",
               "fixedVersion": "1.27.3",
               "currentVersion": "1.27.3",
               "currentValue": "1.27.3",
               "newValue": "1.27.4",
               "newVersion": "1.27.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/harbor)
       "stats": {"total": 9, "open": 1, "closed": 1, "merged": 7}
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": 2340, "extract": 110, "lookup": 709, "onboarding": 0, "update": 5457},
       "total": 9554
DEBUG: Package cache statistics (repository=big-bang/product/packages/harbor)
       "get": {"count": 34, "avgMs": 3, "medianMs": 1, "maxMs": 31, "totalMs": 118},
       "set": {"count": 25, "avgMs": 10, "medianMs": 7, "maxMs": 29, "totalMs": 238}
DEBUG: HTTP statistics (repository=big-bang/product/packages/harbor)
       "hosts": {
         "registry1.dso.mil": {
           "count": 47,
           "reqAvgMs": 27,
           "reqMedianMs": 23,
           "reqMaxMs": 80,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 17,
           "reqAvgMs": 226,
           "reqMedianMs": 189,
           "reqMaxMs": 570,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 64
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/harbor)
DEBUG: Lookup statistics (repository=big-bang/product/packages/harbor)
       "docker": {"count": 13, "avgMs": 235, "medianMs": 306, "maxMs": 368, "totalMs": 3060}
 INFO: Repository finished (repository=big-bang/product/packages/harbor)
       "cloned": true,
       "durationMs": 9554
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": 459
DEBUG: latest repository commit (repository=big-bang/product/packages/haproxy)
       "latestCommit": {
         "hash": "95fb2b26553bdf1e538811e402585a88ef61792d",
         "date": "2025-02-10T14:19:15+00:00",
         "message": "Merge branch '46-configure-renovate' into 'main'",
         "refs": "HEAD -> main, tag: 1.19.3-bb.10, origin/main, origin/HEAD",
         "body": "chore(chart): add helm.sh/images to chart.yaml file, update Renovate image ref\n\nCloses #46\n\nSee merge request big-bang/product/packages/haproxy!59",
         "author_name": "David Baker",
         "author_email": "dbaker1@bridgephase.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/haproxy24",
             "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/haproxy24",
             "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/haproxy24",
             "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/haproxy24",
             "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-02-10T14:19:15+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": {"helm-values": 4, "regex": 6}
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/haproxy24, latest) (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/haproxy/haproxy24, latest, get) (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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/haproxy/haproxy22, sha256:84d4ff6fecfdc6d7023e9b17e1fcff5a02d2043a8f5a0b2d1708603b41fb6cf5, 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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035707",
         "mil.dso.ironbank.image.keywords": "network,load balancer,proxy",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "haproxy",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-03-20 02:07:38+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": "2f53910d517cdb0b947ee082a9421cd09f5092ac",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/haproxy/haproxy24",
         "org.opencontainers.image.title": "haproxy24",
         "org.opencontainers.image.url": "www.haproxy.org",
         "org.opencontainers.image.vendor": "HAProxy Technologies, LLC",
         "org.opencontainers.image.version": "2.4.22",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Found no satisfying versions with 'docker' versioning (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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034793",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:08:47+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": "523489e5922ae8b8b7d093f89d83276c53b950c5",
         "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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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 "angular" (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: 2 flattened updates found: ironbank/opensource/haproxy/haproxy24, ironbank/opensource/haproxy/haproxy24 (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Returning 1 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/haproxy24",
                 "currentValue": "v2.2.33",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- HAProxy: v2.2.33",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.4.28",
                     "newValue": "2.4.28",
                     "newMajor": 2,
                     "newMinor": 4,
                     "newPatch": 28,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/opensource/haproxy/haproxy24",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/haproxy/haproxy24",
                 "registryUrl": "https://registry1.dso.mil",
                 "currentVersion": "v2.2.33",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.2.33"
               },
               {
                 "depName": "ironbank/opensource/haproxy/haproxy24",
                 "currentValue": "2.2.33",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 2.2.33",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.4.28",
                     "newValue": "2.4.28",
                     "newMajor": 2,
                     "newMinor": 4,
                     "newPatch": 28,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/opensource/haproxy/haproxy24",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/haproxy/haproxy24",
                 "registryUrl": "https://registry1.dso.mil",
                 "currentVersion": "2.2.33",
                 "isSingleVersion": true,
                 "fixedVersion": "2.2.33"
               }
             ],
             "matchStrings": [
               "- HAProxy:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/haproxy/haproxy24",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/haproxy)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/product/packages/haproxy)
DEBUG: processRepo() (repository=big-bang/product/packages/haproxy)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/haproxy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/haproxy)
DEBUG: currentHourStart=2025-03-20T06: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: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/haproxy)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/haproxy)
DEBUG: getPr(61) (repository=big-bang/product/packages/haproxy)
DEBUG: getMR(61) (repository=big-bang/product/packages/haproxy)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/haproxy)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/haproxy)
DEBUG: Branch concurrent limit remaining: 9 (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: syncBranchState() (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(61) (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(61) (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["dbaker1@bridgephase.com"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:61 (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #61 (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 10 comments (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #61 (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/haproxy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/haproxy)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/haproxy)
DEBUG: getPr(61) (repository=big-bang/product/packages/haproxy)
DEBUG: getMR(61) (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: Branch lists (repository=big-bang/product/packages/haproxy)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/haproxy)
DEBUG: No branches to clean up (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": "95fb2b26553bdf1e538811e402585a88ef61792d"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "95fb2b26553bdf1e538811e402585a88ef61792d",
           "branchName": "renovate/ironbank",
           "branchSha": "11a607593dc334e76ce4e17f9c189111cf00d0fd",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/haproxy)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 61,
           "prTitle": "chore(deps): update ironbank/opensource/haproxy/haproxy24 docker tag to v2.4.28",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ironbank/opensource/haproxy/haproxy24",
               "displayPending": "",
               "fixedVersion": "2.2.33",
               "currentVersion": "2.2.33",
               "currentValue": "2.2.33",
               "newValue": "2.4.28",
               "newVersion": "2.4.28",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "ironbank/opensource/haproxy/haproxy24"
             },
             {
               "datasource": "docker",
               "depName": "ironbank/opensource/haproxy/haproxy24",
               "displayPending": "",
               "fixedVersion": "v2.2.33",
               "currentVersion": "v2.2.33",
               "currentValue": "v2.2.33",
               "newValue": "2.4.28",
               "newVersion": "2.4.28",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "ironbank/opensource/haproxy/haproxy24"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/haproxy)
       "stats": {"total": 3, "open": 1, "closed": 1, "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": 1458, "extract": 240, "lookup": 335, "onboarding": 0, "update": 462},
       "total": 3185
DEBUG: Package cache statistics (repository=big-bang/product/packages/haproxy)
       "get": {"count": 6, "avgMs": 0, "medianMs": 0, "maxMs": 2, "totalMs": 2},
       "set": {"count": 6, "avgMs": 6, "medianMs": 6, "maxMs": 10, "totalMs": 34}
DEBUG: HTTP statistics (repository=big-bang/product/packages/haproxy)
       "hosts": {
         "registry1.dso.mil": {
           "count": 12,
           "reqAvgMs": 27,
           "reqMedianMs": 25,
           "reqMaxMs": 54,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 223,
           "reqMedianMs": 197,
           "reqMaxMs": 447,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 21
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/haproxy)
DEBUG: Lookup statistics (repository=big-bang/product/packages/haproxy)
       "docker": {"count": 4, "avgMs": 216, "medianMs": 281, "maxMs": 300, "totalMs": 862}
 INFO: Repository finished (repository=big-bang/product/packages/haproxy)
       "cloned": true,
       "durationMs": 3185
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=119) (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": 505
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": 1236
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": 123,
           "reqMedianMs": 119,
           "reqMaxMs": 157,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 1236
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=116) (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": 844
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": 1738
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": 152,
           "reqMedianMs": 165,
           "reqMaxMs": 176,
           "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": 1738
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": 541
DEBUG: latest repository commit (repository=big-bang/product/packages/velero)
       "latestCommit": {
         "hash": "c72289a3a744763b935d83abf609ba8d168a96b3",
         "date": "2025-03-19T16:34:09+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #134\n\nSee merge request big-bang/product/packages/velero!197",
         "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-03-19T16:34:09+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": {"helm-values": 10, "regex": 13}
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, 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://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: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f4b9e16e373777ddd82136423b0e7de9f3f00d5a84591d2d0a9b652a1c9c2cd9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034932",
         "mil.dso.ironbank.image.keywords": "configmap,velero,csi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:9d95a303c8e5961f65cf5d32c2289680d2e980e224b028d252c3710e416b3f17",
         "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-03-20 00:29:00+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: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034600",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:39:18+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:f4b9e16e373777ddd82136423b0e7de9f3f00d5a84591d2d0a9b652a1c9c2cd9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035086",
         "mil.dso.ironbank.image.keywords": "configmap,velero,azure",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:9d95a303c8e5961f65cf5d32c2289680d2e980e224b028d252c3710e416b3f17",
         "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-03-20 00:47:44+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:f4b9e16e373777ddd82136423b0e7de9f3f00d5a84591d2d0a9b652a1c9c2cd9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034838",
         "mil.dso.ironbank.image.keywords": "configmap,velero,aws",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:9d95a303c8e5961f65cf5d32c2289680d2e980e224b028d252c3710e416b3f17",
         "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-03-20 00:16:18+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": {
         "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: 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-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: 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: Using queue: host=auth.docker.io, concurrency=16 (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: 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: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {}
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: 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: 3 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, ironbank/opensource/nginx/nginx (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Returning 1 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": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "isSingleVersion": true,
                 "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": 337,
                 "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": 82,
                 "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": 63,
                 "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "isSingleVersion": true,
                 "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.27.4",
                     "newValue": "1.27.4",
                     "newMajor": 1,
                     "newMinor": 27,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "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 1 branch: renovate/ironbank (repository=big-bang/product/packages/velero)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/velero)
DEBUG: currentHourStart=2025-03-20T06: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: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/velero)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/velero)
DEBUG: getPr(194) (repository=big-bang/product/packages/velero)
DEBUG: getMR(194) (repository=big-bang/product/packages/velero)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/velero)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/velero)
DEBUG: Branch concurrent limit remaining: 9 (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: syncBranchState() (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(194) (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(194) (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": [
         "jacob.kershaw@sigmadefense.com",
         "benjamin.starks@omnifederal.com",
         "sean.thomas@sev1tech.com"
       ]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:194 (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #194 (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 28 comments (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #194 (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/velero, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/velero)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/velero)
DEBUG: getPr(194) (repository=big-bang/product/packages/velero)
DEBUG: getMR(194) (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: Branch lists (repository=big-bang/product/packages/velero)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/velero)
DEBUG: No branches to clean up (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": "c72289a3a744763b935d83abf609ba8d168a96b3"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c72289a3a744763b935d83abf609ba8d168a96b3",
           "branchName": "renovate/ironbank",
           "branchSha": "18238b118e97ed2f4fc57f38a712cf94f7315f9c",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/velero)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 194,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ironbank/opensource/nginx/nginx",
               "displayPending": "",
               "fixedVersion": "1.27.3",
               "currentVersion": "1.27.3",
               "currentValue": "1.27.3",
               "newValue": "1.27.4",
               "newVersion": "1.27.4",
               "packageFile": "chart/tests/scripts/backup-restore.sh",
               "updateType": "patch",
               "packageName": "ironbank/opensource/nginx/nginx"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.9",
               "currentVersion": "v1.30.9",
               "currentValue": "v1.30.9",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.9",
               "currentVersion": "v1.30.9",
               "currentValue": "v1.30.9",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/velero)
       "stats": {"total": 16, "open": 1, "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": 2227, "extract": 275, "lookup": 1539, "onboarding": 0, "update": 724},
       "total": 5363
DEBUG: Package cache statistics (repository=big-bang/product/packages/velero)
       "get": {"count": 34, "avgMs": 4, "medianMs": 1, "maxMs": 41, "totalMs": 140},
       "set": {"count": 30, "avgMs": 14, "medianMs": 6, "maxMs": 64, "totalMs": 414}
DEBUG: HTTP statistics (repository=big-bang/product/packages/velero)
       "hosts": {
         "auth.docker.io": {
           "count": 3,
           "reqAvgMs": 216,
           "reqMedianMs": 214,
           "reqMaxMs": 223,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "hub.docker.com": {
           "count": 3,
           "reqAvgMs": 486,
           "reqMedianMs": 515,
           "reqMaxMs": 520,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 10,
           "reqAvgMs": 134,
           "reqMedianMs": 122,
           "reqMaxMs": 258,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 26,
           "reqAvgMs": 53,
           "reqMedianMs": 27,
           "reqMaxMs": 151,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 257,
           "reqMedianMs": 209,
           "reqMaxMs": 731,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 52
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/velero)
DEBUG: Lookup statistics (repository=big-bang/product/packages/velero)
       "docker": {"count": 22, "avgMs": 531, "medianMs": 429, "maxMs": 1488, "totalMs": 11679}
 INFO: Repository finished (repository=big-bang/product/packages/velero)
       "cloned": true,
       "durationMs": 5363
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=96) (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": 1012
DEBUG: latest repository commit (repository=big-bang/team/deployments/bigbang)
       "latestCommit": {
         "hash": "2f77eaeec937e3742300f378021dc353ef068667",
         "date": "2025-03-19T19:23:38+00:00",
         "message": "Merge branch 'mimir-limits' into 'master'",
         "refs": "HEAD -> master, origin/release-2.49.x, origin/master, origin/HEAD",
         "body": "Mimir: disable max_global_series_per_user\n\nSee merge request big-bang/team/deployments/bigbang!502",
         "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": 1929
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": 133,
           "reqMedianMs": 118,
           "reqMaxMs": 185,
           "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": 1929
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": 637
DEBUG: latest repository commit (repository=big-bang/product/packages/elasticsearch-kibana)
       "latestCommit": {
         "hash": "e62f875106eaa4b42fae023c008c07c9c6c3ec6f",
         "date": "2025-03-06T18:50:04+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 1.27.0-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/elasticsearch-kibana!332",
         "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-03-06T18:50:04+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": 9, "helmv3": 10, "helm-values": 17}
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:5d5205242f78325dc0d8a37895fe48c67899bbb8951ce18721b64abc486e00c6, 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:7013caa806d93882f6bd30fdad059b0d4acdad7e84a739798a174a796caebba1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.3",
         "architecture": "x86_64",
         "build-date": "2024-02-29T13:57:42",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034546",
         "mil.dso.ironbank.image.keywords": "search,elastic,elasticsearch,java",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.3@sha256:28e262f13976468d99221145d44e2323ca60f015860701ccba7faf21de43dcad",
         "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-03-19 23:33:17+00:00",
         "org.opencontainers.image.description": "You know, for search.",
         "org.opencontainers.image.licenses": "Elastic License 2.0",
         "org.opencontainers.image.revision": "00f3c9f55995d5e03c47114a17736873219b9de3",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch7",
         "org.opencontainers.image.title": "elasticsearch",
         "org.opencontainers.image.url": "https://github.com/elastic/elasticsearch",
         "org.opencontainers.image.vendor": "Elastic",
         "org.opencontainers.image.version": "7.17.28",
         "release": "1610",
         "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-1610",
         "vcs-ref": "eb726081eeafc660c182aae53074ec6631cb473e",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.3"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7424578fb903be8ae5899366f6416e07a9b3a41f8f227efa306c13d8412b6885",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/debian/debian:12.10",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035512",
         "mil.dso.ironbank.image.keywords": "configmap,prometheus,elasticsearch,exporter",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/debian/debian:12.10@sha256:3c19e76a89f816a38279949170f6b0931a151bb4f11db2080a379d9a260ace4a",
         "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-03-20 01:37:20+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": "a9fabdd630eb5f9be51ed14effcc4bc30ae4ccfd",
         "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.9.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035911",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 02:41:49+00:00",
         "org.opencontainers.image.description": "Your window into the Elastic Stack.",
         "org.opencontainers.image.licenses": "Elastic License",
         "org.opencontainers.image.revision": "e1af25550245fb3fd241d675f93770728ea57e13",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/elastic/kibana/kibana7",
         "org.opencontainers.image.title": "kibana",
         "org.opencontainers.image.url": "https://www.elastic.co/products/kibana",
         "org.opencontainers.image.vendor": "Elastic",
         "org.opencontainers.image.version": "7.17.28",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035420",
         "mil.dso.ironbank.image.keywords": "json,processor",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 01:22:39+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 7 flattened updates found: registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter, registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter, registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Returning 1 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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.9.0",
                     "newValue": "1.9.0",
                     "newMajor": 1,
                     "newMinor": 9,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "fixedVersion": "1.8.0"
               }
             ],
             "packageFile": "chart/deps/prometheus-elasticsearch-exporter/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "currentValue": "8.17.3",
                 "datasource": "docker",
                 "replaceString": "8.17.3",
                 "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/kibana7",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/products/kibana",
                 "lookupName": "ironbank/elastic/kibana/kibana",
                 "currentVersion": "8.17.3",
                 "fixedVersion": "8.17.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "currentValue": "8.17.3",
                 "datasource": "docker",
                 "replaceString": "8.17.3",
                 "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/elasticsearch7",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.3",
                 "fixedVersion": "8.17.3"
               },
               {
                 "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.9.0",
                     "newValue": "1.9.0",
                     "newMajor": 1,
                     "newMinor": 9,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "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.10",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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.1",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "prometheus-elasticsearch-exporter"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.27.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "currentValue": "8.17.3",
                 "datasource": "docker",
                 "replaceString": "Elasticsearch version\n  version: 8.17.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch7",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.3",
                 "fixedVersion": "8.17.3"
               }
             ],
             "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.3",
                 "datasource": "docker",
                 "replaceString": "Kibana version\n  version: 8.17.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/kibana/kibana7",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/products/kibana",
                 "lookupName": "ironbank/elastic/kibana/kibana",
                 "currentVersion": "8.17.3",
                 "fixedVersion": "8.17.3"
               }
             ],
             "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.3",
                 "datasource": "docker",
                 "replaceString": "- Elasticsearch: 8.17.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch7",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.3",
                 "fixedVersion": "8.17.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "currentValue": "8.17.3",
                 "datasource": "docker",
                 "replaceString": "appVersion: 8.17.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch7",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.3",
                 "fixedVersion": "8.17.3"
               }
             ],
             "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.3",
                 "datasource": "docker",
                 "replaceString": "- Kibana: 8.17.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/kibana/kibana7",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/products/kibana",
                 "lookupName": "ironbank/elastic/kibana/kibana",
                 "currentVersion": "8.17.3",
                 "fixedVersion": "8.17.3"
               }
             ],
             "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.9.0",
                     "newValue": "1.9.0",
                     "newMajor": 1,
                     "newMinor": 9,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "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.3",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/elastic/kibana/kibana:8.17.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/kibana/kibana7",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/products/kibana",
                 "lookupName": "ironbank/elastic/kibana/kibana",
                 "currentVersion": "8.17.3",
                 "fixedVersion": "8.17.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "currentValue": "8.17.3",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch:8.17.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch7",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.3",
                 "fixedVersion": "8.17.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/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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.9.0",
                     "newValue": "1.9.0",
                     "newMajor": 1,
                     "newMinor": 9,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "fixedVersion": "1.8.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.9.0",
                     "newValue": "1.9.0",
                     "newMajor": 1,
                     "newMinor": 9,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "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 1 branch: renovate/ironbank (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: currentHourStart=2025-03-20T06: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: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: getPr(335) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: getMR(335) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Branch concurrent limit remaining: 9 (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: syncBranchState() (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(335) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(335) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:20:26.979Z) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/elasticsearch-kibana, 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/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-06T18:50:04+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter in chart/Chart.yaml is already updated (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter in chart/Chart.yaml is already updated (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter in tests/images.txt is already updated (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, packageFile=tests/images.txt, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter in chart/values.yaml is already updated (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter in chart/deps/prometheus-elasticsearch-exporter/values.yaml is already updated (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, packageFile=chart/deps/prometheus-elasticsearch-exporter/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/Chart.yaml is already updated (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/elasticsearch-kibana, 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/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/elasticsearch-kibana, 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/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-06T18:50:04+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(335) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(335) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter (1.8.0 -> 1.9.0) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter (1.8.0 -> 1.9.0) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter (1.8.0 -> 1.9.0) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter (1.8.0 -> 1.9.0) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter (1.8.0 -> 1.9.0) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/bitnami/elasticsearch-exporter (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/bitnami/elasticsearch-exporter (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/bitnami/elasticsearch-exporter (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/bitnami/elasticsearch-exporter (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/bitnami/elasticsearch-exporter (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
       "pr": 335,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: getPr(335) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: getMR(335) (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: Branch lists (repository=big-bang/product/packages/elasticsearch-kibana)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: No branches to clean up (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": "e62f875106eaa4b42fae023c008c07c9c6c3ec6f"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "e62f875106eaa4b42fae023c008c07c9c6c3ec6f",
           "branchName": "renovate/ironbank",
           "branchSha": "964bfcfa15e893310a8244d53b26df74424cdb34",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/elasticsearch-kibana)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 335,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
               "displayPending": "",
               "fixedVersion": "1.8.0",
               "currentVersion": "1.8.0",
               "currentValue": "1.8.0",
               "newValue": "1.9.0",
               "newVersion": "1.9.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
               "displayPending": "",
               "fixedVersion": "1.8.0",
               "currentVersion": "1.8.0",
               "currentValue": "1.8.0",
               "newValue": "1.9.0",
               "newVersion": "1.9.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
               "displayPending": "",
               "fixedVersion": "1.8.0",
               "currentVersion": "1.8.0",
               "currentValue": "1.8.0",
               "newValue": "1.9.0",
               "newVersion": "1.9.0",
               "packageFile": "tests/images.txt",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
               "displayPending": "",
               "fixedVersion": "1.8.0",
               "currentVersion": "1.8.0",
               "currentValue": "1.8.0",
               "newValue": "1.9.0",
               "newVersion": "1.9.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
               "displayPending": "",
               "fixedVersion": "1.8.0",
               "currentVersion": "1.8.0",
               "currentValue": "1.8.0",
               "newValue": "1.9.0",
               "newVersion": "1.9.0",
               "packageFile": "chart/deps/prometheus-elasticsearch-exporter/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/elasticsearch-kibana)
       "stats": {"total": 13, "open": 1, "closed": 2, "merged": 10}
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": 2045, "extract": 340, "lookup": 734, "onboarding": 0, "update": 1708},
       "total": 5370
DEBUG: Package cache statistics (repository=big-bang/product/packages/elasticsearch-kibana)
       "get": {"count": 23, "avgMs": 3, "medianMs": 1, "maxMs": 13, "totalMs": 67},
       "set": {"count": 25, "avgMs": 27, "medianMs": 8, "maxMs": 224, "totalMs": 686}
DEBUG: HTTP statistics (repository=big-bang/product/packages/elasticsearch-kibana)
       "hosts": {
         "registry1.dso.mil": {
           "count": 22,
           "reqAvgMs": 47,
           "reqMedianMs": 28,
           "reqMaxMs": 203,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 14,
           "reqAvgMs": 217,
           "reqMedianMs": 159,
           "reqMaxMs": 627,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 36
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": 313, "medianMs": 421, "maxMs": 668, "totalMs": 6891}
 INFO: Repository finished (repository=big-bang/product/packages/elasticsearch-kibana)
       "cloned": true,
       "durationMs": 5370
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": 495
DEBUG: latest repository commit (repository=big-bang/product/packages/fluentbit)
       "latestCommit": {
         "hash": "18f6d13946f8dd9366570643d371641fd25b25f7",
         "date": "2025-03-04T17:35:28+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 0.48.6-bb.0, origin/main, origin/HEAD",
         "body": "Update registry1.dso.mil/ironbank/opensource/fluent/fluent-bit Docker tag to v3.2.7\n\nSee merge request big-bang/product/packages/fluentbit!229",
         "author_name": "Brian Jackson",
         "author_email": "bjackson@fullvisibility.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": "SKIP UPDATE CHECK Renovate: Upgrade Fluentbit Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "fluentbit",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "packageRules": [
           {
             "groupName": "Ironbank",
             "matchDatasources": ["docker", "helm"],
             "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": [
               "- 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: migrateAndValidate() (repository=big-bang/product/packages/fluentbit)
DEBUG: No config migration necessary (repository=big-bang/product/packages/fluentbit)
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(SKIP UPDATE CHECK 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-03-04T17:35:28+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/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/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": {"helm-values": 6, "regex": 8, "helmv3": 8}
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:3bf5c519834a3d7ea1248a5894c81b1637bcec3229847f514184d84417e77de8, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035758",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 02:15:31+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": "78d718a03a2ec60751fd817bac77750e7d82d21a",
         "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.9",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 4 flattened updates found: registry1.dso.mil/ironbank/opensource/fluent/fluent-bit, 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.7",
                 "datasource": "docker",
                 "replaceString": "3.2.7",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.2.9",
                     "newValue": "3.2.9",
                     "newMajor": 3,
                     "newMinor": 2,
                     "newPatch": 9,
                     "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.7",
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.7"
               },
               {
                 "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.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.48.6-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "currentValue": "3.2.7",
                 "datasource": "docker",
                 "replaceString": "- Fluent Bit: 3.2.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.2.9",
                     "newValue": "3.2.9",
                     "newMajor": 3,
                     "newMinor": 2,
                     "newPatch": 9,
                     "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.7",
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.7"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "currentValue": "3.2.7",
                 "datasource": "docker",
                 "replaceString": "appVersion: 3.2.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.2.9",
                     "newValue": "3.2.9",
                     "newMajor": 3,
                     "newMinor": 2,
                     "newPatch": 9,
                     "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.7",
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.7"
               }
             ],
             "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.7",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/fluent/fluent-bit:3.2.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.2.9",
                     "newValue": "3.2.9",
                     "newMajor": 3,
                     "newMinor": 2,
                     "newPatch": 9,
                     "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.7",
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.7"
               },
               {
                 "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-03-20T06: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(231) (repository=big-bang/product/packages/fluentbit)
DEBUG: getMR(231) (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-03-20T06: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(231) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(231) (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() = false (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:20:31.960Z) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/fluentbit, 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/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-04T17:35:28+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/fluent/fluent-bit in chart/Chart.yaml is already updated (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/fluentbit, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/fluent/fluent-bit in chart/Chart.yaml is already updated (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/fluentbit, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/fluent/fluent-bit in chart/Chart.yaml is already updated (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/fluentbit, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/fluent/fluent-bit in chart/values.yaml is already updated (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/fluentbit, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit"
DEBUG: No package files need updating (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-04T17:35:28+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (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(231) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(231) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit (3.2.7 -> 3.2.9) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit (3.2.7 -> 3.2.9) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit (3.2.7 -> 3.2.9) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit (3.2.7 -> 3.2.9) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/fluent/fluent-bit (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/fluent/fluent-bit (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/fluent/fluent-bit (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/fluent/fluent-bit (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/fluent/fluent-bit Docker tag to v3.2.9"
 INFO: PR updated (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
       "pr": 231,
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/fluent/fluent-bit Docker tag to v3.2.9"
DEBUG: setPrCache() (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (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(231) (repository=big-bang/product/packages/fluentbit)
DEBUG: getMR(231) (repository=big-bang/product/packages/fluentbit)
DEBUG: Config does not need migration (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": "18f6d13946f8dd9366570643d371641fd25b25f7"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "18f6d13946f8dd9366570643d371641fd25b25f7",
           "branchName": "renovate/ironbank",
           "branchSha": "2220f0e6f22f006e126ba59baee68b4826d1d5db",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/fluentbit)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 231,
           "prTitle": "Update registry1.dso.mil/ironbank/opensource/fluent/fluent-bit Docker tag to v3.2.9",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
               "displayPending": "",
               "fixedVersion": "3.2.7",
               "currentVersion": "3.2.7",
               "currentValue": "3.2.7",
               "newValue": "3.2.9",
               "newVersion": "3.2.9",
               "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.7",
               "currentVersion": "3.2.7",
               "currentValue": "3.2.7",
               "newValue": "3.2.9",
               "newVersion": "3.2.9",
               "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.7",
               "currentVersion": "3.2.7",
               "currentValue": "3.2.7",
               "newValue": "3.2.9",
               "newVersion": "3.2.9",
               "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.7",
               "currentVersion": "3.2.7",
               "currentValue": "3.2.7",
               "newValue": "3.2.9",
               "newVersion": "3.2.9",
               "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": 16, "open": 1, "closed": 0, "merged": 15}
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": 1937, "extract": 245, "lookup": 531, "onboarding": 0, "update": 1652},
       "total": 4884
DEBUG: Package cache statistics (repository=big-bang/product/packages/fluentbit)
       "get": {"count": 14, "avgMs": 3, "medianMs": 1, "maxMs": 18, "totalMs": 42},
       "set": {"count": 20, "avgMs": 4, "medianMs": 3, "maxMs": 17, "totalMs": 79}
DEBUG: HTTP statistics (repository=big-bang/product/packages/fluentbit)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 27,
           "reqMedianMs": 26,
           "reqMaxMs": 48,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 236,
           "reqMedianMs": 173,
           "reqMaxMs": 692,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 19
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/fluentbit)
DEBUG: Lookup statistics (repository=big-bang/product/packages/fluentbit)
       "docker": {"count": 9, "avgMs": 228, "medianMs": 42, "maxMs": 484, "totalMs": 2053}
 INFO: Repository finished (repository=big-bang/product/packages/fluentbit)
       "cloned": true,
       "durationMs": 4884
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": 565
DEBUG: latest repository commit (repository=big-bang/product/packages/eck-operator)
       "latestCommit": {
         "hash": "64f81ad3497525c3b55b1f893eb3e7fb5da22f94",
         "date": "2025-02-28T13:21:59+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #126\n\nSee merge request big-bang/product/packages/eck-operator!164",
         "author_name": "Brian Jackson",
         "author_email": "bjackson@fullvisibility.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-02-28T13:21:59+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": 3, "helm-values": 8, "helmv3": 9}
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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034839",
         "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-03-20 00:16:25+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": 61,
                 "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-03-20T06: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-03-20T06: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": "64f81ad3497525c3b55b1f893eb3e7fb5da22f94"}],
       "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": 1679, "extract": 234, "lookup": 396, "onboarding": 1, "update": 0},
       "total": 2963
DEBUG: Package cache statistics (repository=big-bang/product/packages/eck-operator)
       "get": {"count": 6, "avgMs": 21, "medianMs": 2, "maxMs": 114, "totalMs": 123},
       "set": {"count": 4, "avgMs": 10, "medianMs": 14, "maxMs": 15, "totalMs": 38}
DEBUG: HTTP statistics (repository=big-bang/product/packages/eck-operator)
       "hosts": {
         "helm.elastic.co": {
           "count": 1,
           "reqAvgMs": 111,
           "reqMedianMs": 111,
           "reqMaxMs": 111,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 18,
           "reqMedianMs": 18,
           "reqMaxMs": 27,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 234,
           "reqMedianMs": 182,
           "reqMaxMs": 442,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 297, "medianMs": 366, "maxMs": 367, "totalMs": 1483},
       "helm": {"count": 1, "avgMs": 243, "medianMs": 243, "maxMs": 243, "totalMs": 243}
 INFO: Repository finished (repository=big-bang/product/packages/eck-operator)
       "cloned": true,
       "durationMs": 2963
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": 488
DEBUG: latest repository commit (repository=big-bang/product/packages/istio-controlplane)
       "latestCommit": {
         "hash": "27c67d9a023962c2620713d18294d9b45a1354b7",
         "date": "2025-02-21T20:07:18+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 1.23.5-bb.0, origin/main, origin/HEAD",
         "body": "Renovate Update Istio to 1.23.5\n\nSee merge request big-bang/product/packages/istio-controlplane!336",
         "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-02-21T20:07:18+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": 6}
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.25) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/istio/install-cni, 1.25, 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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/istio/install-cni, sha256:3c33e417813a9d348a141712ef13a24e9bf33be5418e88a44288f77ba7f51291, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/tetrate/istio/proxyv2, 1.25) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/proxyv2, 1.25, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/proxyv2, sha256:ec9a98cef3fa818467aa75787a3a76576ca46dabd401c7a9e22e034648c82f64, 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": {
         "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:72c770b33e8efeabed2f05a6065632500630b755a649673a6c904a05fae87b4d",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034717",
         "mil.dso.ironbank.image.keywords": "istio,servicemesh",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:c083e072b7889f0238d6d8dc2f98cc01a52e357bc5770a86ff3f6461c0da5e2a",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "istio",
         "org.opencontainers.image.created": "2025-03-19 23:57:09+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": "c0255d392b44c4a98de75c8c72afdff81b841a09",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/istio/1.25/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.25.0"
       }
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:6df04c2c8c2b83c46f4ff56649d5d9c27910b9c838039eef1f63121a74d0399d",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/chainguard-dev/wolfi/static:stable",
         "dev.chainguard.package.main": "",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035230",
         "mil.dso.ironbank.image.keywords": "proxy,servicemesh",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/chainguard-dev/wolfi/static:stable@sha256:3c9e37323e450de4eee79602a821f236a3ea02b3b538f53d87bdb29c555a3478",
         "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-03-20 01:03:41+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": "7381d0aeda0a3d22c3d33522c96e72aad0f53e57",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/tetrate/istio/1.25/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.25.0"
       }
DEBUG: getLabels(https://registry1.dso.mil, ironbank/tetrate/istio/install-cni, 1.25) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/install-cni, 1.25, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/install-cni, sha256:b36c3a478332b055c6e9c1d274dbecbb3cf8fbb37413dcd0dc276952e65cb699, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/tetrate/istio/pilot, 1.25) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/pilot, 1.25, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/pilot, sha256:12ee4552acb3453ca22d47df91f76dd03a3709a55d3149576e552cb9476ebcfc, 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:72c770b33e8efeabed2f05a6065632500630b755a649673a6c904a05fae87b4d",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034749",
         "mil.dso.ironbank.image.keywords": "container, proxy, routing",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:c083e072b7889f0238d6d8dc2f98cc01a52e357bc5770a86ff3f6461c0da5e2a",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "Istio",
         "org.opencontainers.image.created": "2025-03-20 00:03:49+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": "0f6979f241b51cd792b0e164e96ae767dce76c78",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/tetrate/istio/1.25/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.25.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:72c770b33e8efeabed2f05a6065632500630b755a649673a6c904a05fae87b4d",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034566",
         "mil.dso.ironbank.image.keywords": "istio,servicemesh",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:c083e072b7889f0238d6d8dc2f98cc01a52e357bc5770a86ff3f6461c0da5e2a",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "istio",
         "org.opencontainers.image.created": "2025-03-19 23:35:28+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": "c8e3080749910aedd04d15250a3313ad9acc9396",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/tetrate/istio/1.25/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.25.0"
       }
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.5",
                 "datasource": "docker",
                 "replaceString": "all images\ntag: 1.23.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.25.0",
                     "newValue": "1.25.0",
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 0,
                     "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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5"
               }
             ],
             "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.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
                 "currentValue": "1.23.5",
                 "datasource": "docker",
                 "replaceString": "install-cni\n    tag: 1.23.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.25.0",
                     "newValue": "1.25.0",
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 0,
                     "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.25/install-cni",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io/",
                 "lookupName": "ironbank/opensource/istio/install-cni",
                 "currentVersion": "1.23.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5"
               }
             ],
             "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.5",
                 "datasource": "docker",
                 "replaceString": "- Istio: 1.23.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.25.0",
                     "newValue": "1.25.0",
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 0,
                     "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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
                 "currentValue": "1.23.5",
                 "datasource": "docker",
                 "replaceString": "appVersion: 1.23.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.25.0",
                     "newValue": "1.25.0",
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 0,
                     "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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5"
               }
             ],
             "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.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "tidTag: 1.23.5-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.25/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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5-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.5",
                 "datasource": "docker",
                 "replaceString": "- Tetrate Istio Distro: 1.23.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.25.0",
                     "newValue": "1.25.0",
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 0,
                     "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.25/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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5"
               }
             ],
             "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.5",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/istio/install-cni:1.23.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.25.0",
                     "newValue": "1.25.0",
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 0,
                     "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.25/install-cni",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io/",
                 "lookupName": "ironbank/opensource/istio/install-cni",
                 "currentVersion": "1.23.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni",
                 "currentValue": "1.23.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/tetrate/istio/install-cni:1.23.5-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.25/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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "currentValue": "1.23.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.23.5-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.25/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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/pilot",
                 "currentValue": "1.23.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/tetrate/istio/pilot:1.23.5-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.25/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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5-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.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/istio/pilot:1.23.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.25.0",
                     "newValue": "1.25.0",
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 0,
                     "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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
                 "currentValue": "1.23.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/istio/proxyv2:1.23.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.25.0",
                     "newValue": "1.25.0",
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 0,
                     "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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
                 "currentValue": "1.23.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/istio/install-cni:1.23.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.25.0",
                     "newValue": "1.25.0",
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 0,
                     "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.25/install-cni",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io/",
                 "lookupName": "ironbank/opensource/istio/install-cni",
                 "currentVersion": "1.23.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni",
                 "currentValue": "1.23.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/tetrate/istio/install-cni:1.23.5-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.25/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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "currentValue": "1.23.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.23.5-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.25/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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/pilot",
                 "currentValue": "1.23.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.23.5-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.25/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.5",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.5-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.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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-03-20T06: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(337) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: getMR(337) (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-03-20T06: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(337) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(337) (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-03-20T06:20:41.042Z) (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-02-21T20:07:18+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-02-21T20:07:18+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(337) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(337) (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.25/install-cni (1.23.5 -> 1.25.0) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/istio/1.25/install-cni (1.23.5 -> 1.25.0) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/istio/1.25/install-cni (1.23.5 -> 1.25.0) (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.5 -> 1.25.0) (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.5 -> 1.25.0) (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.5 -> 1.25.0) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.25/install-cni (1.23.5 -> 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.25/install-cni (1.23.5 -> 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.25/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.25/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.25/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.25/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.25/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.25/pilot (1.23.5 -> 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.25/pilot (1.23.5 -> 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.25/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.25/pilot (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.25/proxyv2 (1.23.5 -> 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.25/proxyv2 (1.23.5 -> 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.25/proxyv2 (1.23.5 -> 1.25.0) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.25/proxyv2 (1.23.5 -> 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.25/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.25/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.25/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.25/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": 337,
       "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(337) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: getMR(337) (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": "27c67d9a023962c2620713d18294d9b45a1354b7"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "27c67d9a023962c2620713d18294d9b45a1354b7",
           "branchName": "renovate/ironbank",
           "branchSha": "2d4956ab948506b5a77ed488a9d78293e87d6734",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/istio-controlplane)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 337,
           "prTitle": "chore(deps): update ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
               "displayPending": "",
               "fixedVersion": "1.23.5",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5",
               "newValue": "1.25.0",
               "newVersion": "1.25.0",
               "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.5",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5",
               "newValue": "1.25.0",
               "newVersion": "1.25.0",
               "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.5",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5",
               "newValue": "1.25.0",
               "newVersion": "1.25.0",
               "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.5",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5",
               "newValue": "1.25.0",
               "newVersion": "1.25.0",
               "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.5",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5",
               "newValue": "1.25.0",
               "newVersion": "1.25.0",
               "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.5",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5",
               "newValue": "1.25.0",
               "newVersion": "1.25.0",
               "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.5",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5",
               "newValue": "1.25.0",
               "newVersion": "1.25.0",
               "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.5",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5",
               "newValue": "1.25.0",
               "newVersion": "1.25.0",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.5-tetratefips-v0",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5-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.5-tetratefips-v0",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5-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.5-tetratefips-v0",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5-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.5-tetratefips-v0",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5-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.5-tetratefips-v0",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5-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.5-tetratefips-v0",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5-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.5",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5",
               "newValue": "1.25.0",
               "newVersion": "1.25.0",
               "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.5-tetratefips-v0",
               "currentVersion": "1.23.5",
               "currentValue": "1.23.5-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": 10, "open": 1, "closed": 1, "merged": 8}
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": 1892, "extract": 276, "lookup": 1746, "onboarding": 0, "update": 2721},
       "total": 7281
DEBUG: Package cache statistics (repository=big-bang/product/packages/istio-controlplane)
       "get": {"count": 63, "avgMs": 4, "medianMs": 1, "maxMs": 82, "totalMs": 255},
       "set": {"count": 111, "avgMs": 15, "medianMs": 3, "maxMs": 250, "totalMs": 1717}
DEBUG: HTTP statistics (repository=big-bang/product/packages/istio-controlplane)
       "hosts": {
         "registry1.dso.mil": {
           "count": 35,
           "reqAvgMs": 86,
           "reqMedianMs": 44,
           "reqMaxMs": 293,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 26,
           "reqAvgMs": 181,
           "reqMedianMs": 145,
           "reqMaxMs": 530,
           "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": 545, "medianMs": 544, "maxMs": 1173, "totalMs": 11454}
 INFO: Repository finished (repository=big-bang/product/packages/istio-controlplane)
       "cloned": true,
       "durationMs": 7281
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": 451
DEBUG: latest repository commit (repository=big-bang/product/packages/istio-operator)
       "latestCommit": {
         "hash": "3185acf40337cb7d8e6f75cafdeb074d52561556",
         "date": "2025-02-21T20:06:55+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 1.23.5-bb.0, origin/main, origin/HEAD",
         "body": "Renovate Update Istio Operator to 1.23.5\n\nSee merge request big-bang/product/packages/istio-operator!200",
         "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-02-21T20:06:55+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": 2, "regex": 4, "helmv3": 5}
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/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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/operator, sha256:ead1cceb3c498167fb9c4514660cdaf3cdbd6311957f57621a462a39a86d7e7a, 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:72c770b33e8efeabed2f05a6065632500630b755a649673a6c904a05fae87b4d",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034960",
         "mil.dso.ironbank.image.keywords": "istio,servicemesh,operator",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:c083e072b7889f0238d6d8dc2f98cc01a52e357bc5770a86ff3f6461c0da5e2a",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "istio",
         "org.opencontainers.image.created": "2025-03-20 00:34:37+00:00",
         "org.opencontainers.image.description": "Tetrate's distribution of the Istio operator.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "189f8886f7b2e80c62971d6be5cbab37c420e12b",
         "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.5"
       }
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.5",
                 "datasource": "docker",
                 "replaceString": "tag: 1.23.5",
                 "updates": [],
                 "packageName": "ironbank/opensource/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "currentVersion": "1.23.5",
                 "fixedVersion": "1.23.5"
               }
             ],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/istio/operator",
                 "currentValue": "1.23.5",
                 "datasource": "docker",
                 "replaceString": "- Istio Operator: 1.23.5",
                 "updates": [],
                 "packageName": "ironbank/opensource/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "currentVersion": "1.23.5",
                 "fixedVersion": "1.23.5"
               },
               {
                 "depName": "ironbank/opensource/istio/operator",
                 "currentValue": "1.23.5",
                 "datasource": "docker",
                 "replaceString": "appVersion: 1.23.5",
                 "updates": [],
                 "packageName": "ironbank/opensource/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "currentVersion": "1.23.5",
                 "fixedVersion": "1.23.5"
               }
             ],
             "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.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "tidTag: 1.23.5-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.5",
                 "fixedVersion": "1.23.5-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.5",
                 "datasource": "docker",
                 "replaceString": "- Tetrate Istio Distro Operator: 1.23.5",
                 "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.5",
                 "fixedVersion": "1.23.5"
               }
             ],
             "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.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/tetrate/istio/operator:1.23.5-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.5",
                 "fixedVersion": "1.23.5-tetratefips-v0"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/operator",
                 "currentValue": "1.23.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/istio/operator:1.23.5",
                 "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.5",
                 "fixedVersion": "1.23.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/operator",
                 "currentValue": "1.23.5-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/tetrate/istio/operator:1.23.5-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.5",
                 "fixedVersion": "1.23.5-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-03-20T06: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-03-20T06: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": "3185acf40337cb7d8e6f75cafdeb074d52561556"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/istio-operator)
       "stats": {"total": 9, "open": 0, "closed": 2, "merged": 7}
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": 1765, "extract": 314, "lookup": 929, "onboarding": 0, "update": 0},
       "total": 3622
DEBUG: Package cache statistics (repository=big-bang/product/packages/istio-operator)
       "get": {"count": 6, "avgMs": 6, "medianMs": 2, "maxMs": 31, "totalMs": 35},
       "set": {"count": 6, "avgMs": 11, "medianMs": 8, "maxMs": 26, "totalMs": 67}
DEBUG: HTTP statistics (repository=big-bang/product/packages/istio-operator)
       "hosts": {
         "registry1.dso.mil": {
           "count": 12,
           "reqAvgMs": 64,
           "reqMedianMs": 53,
           "reqMaxMs": 200,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 259,
           "reqMedianMs": 171,
           "reqMaxMs": 602,
           "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": 550, "medianMs": 642, "maxMs": 904, "totalMs": 4947}
 INFO: Repository finished (repository=big-bang/product/packages/istio-operator)
       "cloned": true,
       "durationMs": 3622
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=91) (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": 530
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": 1194
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": 119,
           "reqMedianMs": 105,
           "reqMaxMs": 162,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 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/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": 587
DEBUG: latest repository commit (repository=big-bang/product/packages/authservice)
       "latestCommit": {
         "hash": "59e99771afda1c2a10afc2babb0096c05dcae110",
         "date": "2025-02-11T20:15:07+00:00",
         "message": "Merge branch 'network-policies' into 'main'",
         "refs": "HEAD -> main, tag: 1.0.4-bb.1, origin/main, origin/HEAD",
         "body": "Updated istiod egress network policy\n\nSee merge request big-bang/product/packages/authservice!257",
         "author_name": "Jimmy Bourque",
         "author_email": "jbourque@bridgephase.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-02-11T20:15:07+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": 5, "helmv3": 5}
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.4-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:dd15599071f246a5a4e96d450e4482feba7e953789315a59ef82351f2336dd3a, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035177",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:57:15+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 0 flattened updates found:  (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Returning 0 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.6.2-bb.2",
                 "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.2"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.0.4-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "currentValue": "1.0.4",
                 "datasource": "docker",
                 "replaceString": "appVersion: 1.0.4",
                 "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": "1.0.4",
                 "fixedVersion": "1.0.4"
               }
             ],
             "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.4-ubi9\"",
                 "datasource": "docker",
                 "replaceString": "tag: \"1.0.4-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.4",
                 "datasource": "docker",
                 "replaceString": "- Authservice: 1.0.4",
                 "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": "1.0.4",
                 "fixedVersion": "1.0.4"
               }
             ],
             "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.4-ubi9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.4-ubi9",
                 "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": "1.0.4",
                 "fixedVersion": "1.0.4-ubi9"
               },
               {
                 "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>.+)"],
             "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 0 branches:  (repository=big-bang/product/packages/authservice)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/authservice)
DEBUG: currentHourStart=2025-03-20T06: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: 0 PRs are currently open (repository=big-bang/product/packages/authservice)
DEBUG: PR concurrent limit remaining: 10 (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-03-20T06: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: 0 already existing branches found:  (repository=big-bang/product/packages/authservice)
DEBUG: Branch concurrent limit remaining: 10 (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: 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: No renovate branches found (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": "59e99771afda1c2a10afc2babb0096c05dcae110"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/authservice)
       "stats": {"total": 5, "open": 0, "closed": 1, "merged": 4}
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": 1675, "extract": 218, "lookup": 331, "onboarding": 0, "update": 0},
       "total": 2823
DEBUG: Package cache statistics (repository=big-bang/product/packages/authservice)
       "get": {"count": 7, "avgMs": 3, "medianMs": 2, "maxMs": 10, "totalMs": 23},
       "set": {"count": 3, "avgMs": 8, "medianMs": 7, "maxMs": 14, "totalMs": 25}
DEBUG: HTTP statistics (repository=big-bang/product/packages/authservice)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 20,
           "reqMedianMs": 22,
           "reqMaxMs": 30,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 219,
           "reqMedianMs": 167,
           "reqMaxMs": 443,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 14
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/authservice)
DEBUG: Lookup statistics (repository=big-bang/product/packages/authservice)
       "docker": {"count": 7, "avgMs": 180, "medianMs": 303, "maxMs": 304, "totalMs": 1263}
 INFO: Repository finished (repository=big-bang/product/packages/authservice)
       "cloned": true,
       "durationMs": 2823
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=91) (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": 487
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": 1752
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": 128,
           "reqMedianMs": 134,
           "reqMaxMs": 160,
           "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": 1752
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": 1455
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": 2215
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": 114,
           "reqMedianMs": 104,
           "reqMaxMs": 153,
           "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": 2215
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=86) (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": 448
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": 1056
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": 113,
           "reqMedianMs": 86,
           "reqMaxMs": 171,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1056
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=92) (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": 1581
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/package-validation)
       "latestCommit": {
         "hash": "cf521b6c7605a59d961755b1ad17138e459d94b6",
         "date": "2025-03-19T15:19:35+00:00",
         "message": "Merge branch 'BB-codeowners' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #20\n\nSee merge request big-bang/pipeline-templates/package-validation!560",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
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": 2388
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": 162,
           "reqMedianMs": 166,
           "reqMaxMs": 227,
           "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": 2388
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": 486
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": 4, "helm-values": 5}
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:ba7dae651e42515d29180d1e9783517b047b6ae01f566529f585c9e48c493be1, 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:72c770b33e8efeabed2f05a6065632500630b755a649673a6c904a05fae87b4d",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034571",
         "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:c083e072b7889f0238d6d8dc2f98cc01a52e357bc5770a86ff3f6461c0da5e2a",
         "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-03-19 23:35:26+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-03-20T06: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-03-20T06: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": 1537, "extract": 243, "lookup": 352, "onboarding": 0, "update": 1},
       "total": 2671
DEBUG: Package cache statistics (repository=big-bang/product/packages/cluster-auditor)
       "get": {"count": 3, "avgMs": 1, "medianMs": 1, "maxMs": 2, "totalMs": 3},
       "set": {"count": 3, "avgMs": 6, "medianMs": 4, "maxMs": 12, "totalMs": 19}
DEBUG: HTTP statistics (repository=big-bang/product/packages/cluster-auditor)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 27,
           "reqMedianMs": 26,
           "reqMaxMs": 44,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 215,
           "reqMedianMs": 172,
           "reqMaxMs": 442,
           "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": 333, "medianMs": 333, "maxMs": 333, "totalMs": 1332}
 INFO: Repository finished (repository=big-bang/product/packages/cluster-auditor)
       "cloned": true,
       "durationMs": 2671
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": 994
DEBUG: latest repository commit (repository=big-bang/bigbang)
       "latestCommit": {
         "hash": "fc7f6106d466b694945a9994692e28a3e97f3378",
         "date": "2025-03-19T20:39:58+00:00",
         "message": "Merge branch 'update-tempo-tag-1.18.3-bb.0' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "tempo update to 1.18.3-bb.0\n\nCloses big-bang/product/packages/tempo#108\n\nSee merge request big-bang/bigbang!5913",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.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-03-19T20:39:58+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 54 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-core/values.yaml, chart/templates/istio-gateway/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-core/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-gateway/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": 3, "helm-values": 301}
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": 7}},
         "total": {"fileCount": 2, "depCount": 7}
       }
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/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/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: 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: 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/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: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/source-controller, sha256:17f82990d49bafa9bd1584b9a9000f60906c1e8c6233d34e4c623806bd2f8124, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/helm-controller, sha256:c24c15d13e6e142e7d22aa546403f300409bbe21244905f4b503712df36eb0a4, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/notification-controller, sha256:8a2af48dd6e21affc776b8deb92de82054f71a9c52ec495463c9160e8ecc6321, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/kustomize-controller, sha256:75353d44ec738166cad2353a73750f38f6283ac677e30cda2fa2363b8346c9c0, 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: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: found labels in manifest (repository=big-bang/bigbang, baseBranch=master)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034741",
         "mil.dso.ironbank.image.keywords": "gitops,helm,kubernetes",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:02:33+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": "bf9482ef09e107e80b85adc84d6563fb88c3239e",
         "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.2.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:f4b9e16e373777ddd82136423b0e7de9f3f00d5a84591d2d0a9b652a1c9c2cd9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034930",
         "mil.dso.ironbank.image.keywords": "gitops,kubernetes",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:9d95a303c8e5961f65cf5d32c2289680d2e980e224b028d252c3710e416b3f17",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "fluxcd",
         "org.opencontainers.image.created": "2025-03-20 00:29:01+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": "e59fad306987734299c3545576bcd9c912a1c13f",
         "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.5.0"
       }
DEBUG: found labels in manifest (repository=big-bang/bigbang, baseBranch=master)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035459",
         "mil.dso.ironbank.image.keywords": "gitops,kubernetes,kustomize",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:29:48+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": "bc11ed20886d3821be68d16826bae103da600f05",
         "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.5.1",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034986",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:35:31+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": "6265ec15f2eb842a50409068dc86dba23767d302",
         "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.5.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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 "angular" (repository=big-bang/bigbang, baseBranch=master)
DEBUG: semanticCommits: enabled (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.2.0",
                 "datasource": "docker",
                 "replaceString": "newName: registry1.dso.mil/ironbank/fluxcd/helm-controller\n  newTag: v1.2.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.2.0",
                 "fixedVersion": "v1.2.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/fluxcd/kustomize-controller",
                 "currentValue": "v1.5.1",
                 "datasource": "docker",
                 "replaceString": "newName: registry1.dso.mil/ironbank/fluxcd/kustomize-controller\n  newTag: v1.5.1",
                 "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.5.1",
                 "fixedVersion": "v1.5.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/fluxcd/notification-controller",
                 "currentValue": "v1.5.0",
                 "datasource": "docker",
                 "replaceString": "newName: registry1.dso.mil/ironbank/fluxcd/notification-controller\n  newTag: v1.5.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.5.0",
                 "fixedVersion": "v1.5.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/fluxcd/source-controller",
                 "currentValue": "v1.5.0",
                 "datasource": "docker",
                 "replaceString": "newName: registry1.dso.mil/ironbank/fluxcd/source-controller\n  newTag: v1.5.0",
                 "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.5.0",
                 "fixedVersion": "v1.5.0"
               }
             ],
             "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/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.4",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernocli:v1.13.4",
                 "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.4",
                 "fixedVersion": "v1.13.4"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/bigbang)
DEBUG: semanticCommits: returning "enabled" 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-03-20T06: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-03-20T06: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": "fc7f6106d466b694945a9994692e28a3e97f3378"}],
       "branches": [],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/bigbang)
       "stats": {"total": 5, "open": 0, "closed": 2, "merged": 3}
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": 2044, "extract": 581, "lookup": 377, "onboarding": 0, "update": 1},
       "total": 3561
DEBUG: Package cache statistics (repository=big-bang/bigbang)
       "get": {"count": 19, "avgMs": 3, "medianMs": 1, "maxMs": 11, "totalMs": 52},
       "set": {"count": 15, "avgMs": 9, "medianMs": 6, "maxMs": 26, "totalMs": 128}
DEBUG: HTTP statistics (repository=big-bang/bigbang)
       "hosts": {
         "registry1.dso.mil": {
           "count": 30,
           "reqAvgMs": 28,
           "reqMedianMs": 26,
           "reqMaxMs": 71,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 214,
           "reqMedianMs": 163,
           "reqMaxMs": 382,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 37
DEBUG: HTTP cache statistics (repository=big-bang/bigbang)
DEBUG: Lookup statistics (repository=big-bang/bigbang)
       "docker": {"count": 7, "avgMs": 228, "medianMs": 291, "maxMs": 355, "totalMs": 1597}
 INFO: Repository finished (repository=big-bang/bigbang)
       "cloned": true,
       "durationMs": 3561
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=103) (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": 477
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": 1780
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": 126,
           "reqMedianMs": 109,
           "reqMaxMs": 166,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1780
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=112) (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": 464
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": 1640
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": 108,
           "reqMedianMs": 112,
           "reqMaxMs": 116,
           "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": 1640
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=99) (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": 440
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": 1107
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": 108,
           "reqMedianMs": 99,
           "reqMaxMs": 129,
           "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": 1107
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": 586
DEBUG: latest repository commit (repository=big-bang/product/packages/fortify)
       "latestCommit": {
         "hash": "dc62f5ec9604d45a29bb140e287b392eb2b797c9",
         "date": "2025-03-19T17:22:24+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #149\n\nSee merge request big-bang/product/packages/fortify!189",
         "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-03-19T17:22:24+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": 4}
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:10bb73e04fb9c350cdabd520f3f73216cd15c6d18286b550858ad72d4ec2891b, 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:4c83a5ec9d79d323cd36b80ed19b33395bc2217b907571d181ec9cf4dc2ef3b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034746",
         "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:805f1f0212df8eba29fb85f911c64a72b34dd1ecbac7b4fbb1643bfef80094ee",
         "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-03-20 00:03:05+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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-03-20T06: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-03-20T06: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": "dc62f5ec9604d45a29bb140e287b392eb2b797c9"}],
       "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": 1439, "extract": 105, "lookup": 448, "onboarding": 0, "update": 0},
       "total": 1999
DEBUG: Package cache statistics (repository=big-bang/product/packages/fortify)
       "get": {"count": 7, "avgMs": 3, "medianMs": 2, "maxMs": 9, "totalMs": 23},
       "set": {"count": 3, "avgMs": 7, "medianMs": 6, "maxMs": 11, "totalMs": 20}
DEBUG: HTTP statistics (repository=big-bang/product/packages/fortify)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 35,
           "reqMedianMs": 36,
           "reqMaxMs": 56,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 153,
           "reqMedianMs": 130,
           "reqMaxMs": 255,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 226, "medianMs": 422, "maxMs": 424, "totalMs": 1355}
 INFO: Repository finished (repository=big-bang/product/packages/fortify)
       "cloned": true,
       "durationMs": 1999
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": 487
DEBUG: latest repository commit (repository=big-bang/product/packages/minio)
       "latestCommit": {
         "hash": "623069a05567430f3a216199cf00eaff6dd0fc24",
         "date": "2025-03-19T16:33:44+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #152\n\nSee merge request big-bang/product/packages/minio!230",
         "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-03-19T16:33:44+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": 5, "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/minio, sha256:eaafc575c1d505fd3da826479fe84f06337ffe8cdd1aedeedd5e5f66247fb7dd, get) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/minio/mc, sha256:aa7906511c5464b6e96611a499f0327382e4f8cede15f283d1c3765049fa2bcb, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034580",
         "mil.dso.ironbank.image.keywords": "object,s3,storage",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:36:24+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034565",
         "mil.dso.ironbank.image.keywords": "utilities",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:35:01+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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.3",
             "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-03-20T06: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-03-20T06: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": "623069a05567430f3a216199cf00eaff6dd0fc24"}],
       "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": 2133, "extract": 263, "lookup": 354, "onboarding": 0, "update": 1},
       "total": 3463
DEBUG: Package cache statistics (repository=big-bang/product/packages/minio)
       "get": {"count": 8, "avgMs": 1, "medianMs": 1, "maxMs": 5, "totalMs": 10},
       "set": {"count": 6, "avgMs": 7, "medianMs": 6, "maxMs": 14, "totalMs": 42}
DEBUG: HTTP statistics (repository=big-bang/product/packages/minio)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 27,
           "reqMedianMs": 21,
           "reqMaxMs": 80,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 320,
           "reqMedianMs": 195,
           "reqMaxMs": 845,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "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": 158, "medianMs": 307, "maxMs": 329, "totalMs": 1267}
 INFO: Repository finished (repository=big-bang/product/packages/minio)
       "cloned": true,
       "durationMs": 3463
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": 598
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/pipeline-templates)
       "latestCommit": {
         "hash": "6fab23dbe9b489ac4defb5c02e2dc999b8251ec5",
         "date": "2025-03-19T20:31:46+00:00",
         "message": "Merge branch 'cp/prevent-auto-tag-on-triggered-package-pipeline' into 'master'",
         "refs": "HEAD -> master, tag: 2.21.64, origin/master, origin/HEAD",
         "body": "Skip the auto tag job when triggered by a parent (IB) pipeline\n\nSee merge request big-bang/pipeline-templates/pipeline-templates!896",
         "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-03-19T20:31:46+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": 2}
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.10.0",
                     "newValue": "v23.10.0",
                     "newMajor": 23,
                     "newMinor": 10,
                     "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.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/bigbang-ci/bb-ci:2.21.1",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "v23.10.0",
                     "newValue": "v23.10.0",
                     "newMajor": 23,
                     "newMinor": 10,
                     "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.1",
                 "isSingleVersion": true,
                 "fixedVersion": "2.21.1"
               }
             ],
             "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(863) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getMR(863) (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(864) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getMR(864) (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(863) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: getMR(863) (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-03-20T06:21:18.581Z) (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-03-19T20:31:46+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-03-19T20:31:46+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(863) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: getMR(863) (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.10.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": 863,
       "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(864) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: getMR(864) (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-03-20T06:21:19.947Z) (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-03-19T20:31:46+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-03-19T20:31:46+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(864) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: getMR(864) (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.1 -> v23.10.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": 864,
       "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(863) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getMR(863) (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(864) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getMR(864) (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": "6fab23dbe9b489ac4defb5c02e2dc999b8251ec5"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "6fab23dbe9b489ac4defb5c02e2dc999b8251ec5",
           "branchName": "renovate/github",
           "branchSha": "b20fae3e9846bc01bc890bbd6e6c7e1f7de31e68",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "6fab23dbe9b489ac4defb5c02e2dc999b8251ec5",
           "branchName": "renovate/major-github",
           "branchSha": "9a510e6e9ca0a21ee7248f63c50429a2628302db",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/pipeline-templates/pipeline-templates)
       "branchesInformation": [
         {
           "branchName": "renovate/github",
           "prNo": 863,
           "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.10.0",
               "newVersion": "v23.10.0",
               "packageFile": "pipelines/repo-sync.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             }
           ]
         },
         {
           "branchName": "renovate/major-github",
           "prNo": 864,
           "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.1",
               "currentVersion": "2.21.1",
               "currentValue": "2.21.1",
               "newValue": "v23.10.0",
               "newVersion": "v23.10.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": 16, "open": 2, "closed": 4, "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": 2370, "extract": 239, "lookup": 117, "onboarding": 0, "update": 2502},
       "total": 5987
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/pipeline-templates)
       "get": {"count": 64, "avgMs": 0, "medianMs": 0, "maxMs": 14, "totalMs": 29},
       "set": {"count": 68, "avgMs": 1, "medianMs": 1, "maxMs": 6, "totalMs": 86}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/pipeline-templates)
       "hosts": {
         "repo1.dso.mil": {
           "count": 16,
           "reqAvgMs": 254,
           "reqMedianMs": 187,
           "reqMaxMs": 890,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 35, "medianMs": 15, "maxMs": 74, "totalMs": 104}
 INFO: Repository finished (repository=big-bang/pipeline-templates/pipeline-templates)
       "cloned": true,
       "durationMs": 5987
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": 641
DEBUG: latest repository commit (repository=big-bang/product/packages/argocd)
       "latestCommit": {
         "hash": "78c47263bd9679f83c62efafb20e02841465e7e0",
         "date": "2025-03-19T17:22: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 #245\n\nSee merge request big-bang/product/packages/argocd!338",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.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-03-19T17:22:12+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": 9, "helmv3": 11}
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=7) (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/big-bang/argocd, sha256:ae739672528dd7e19a3395cc461519c925e931127d4791fc4e6e6f81789033e6, get) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/dexidp/dex, sha256:2aa0a98905a905902f814bd0b6bb78194c368b93124bd2d374cf84befec85266, 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:9f4e0cb451b83b5121e00c2b282aa4d5a3e838b2b365fa6724935773555eae4d",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/argoproj/argocd:v2.14.6",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035246",
         "mil.dso.ironbank.image.keywords": "cicd,gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/argoproj/argocd:v2.14.6@sha256:30185df79822ca15296be7b90fb0f21883619192806a5e36d4b2f8bf9e67206f",
         "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-03-20 01:04:48+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": "0e664b62472482d2ce54af6633c05ed5c3144189",
         "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.14.6",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035208",
         "mil.dso.ironbank.image.keywords": "idp,sso",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 01:01:06+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 6 flattened updates found: redis, ironbank/big-bang/argocd, registry1.dso.mil/ironbank/big-bang/argocd, ironbank/big-bang/argocd, registry1.dso.mil/ironbank/big-bang/argocd, registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter (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": [
                   {
                     "bucket": "latest",
                     "newVersion": "20.11.3",
                     "newValue": "20.11.3-bb.0",
                     "newMajor": 20,
                     "newMinor": 11,
                     "newPatch": 3,
                     "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.6.2",
                 "isSingleVersion": true,
                 "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.8.7-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/big-bang/argocd",
                 "currentValue": "v2.14.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.14.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.14.6",
                     "newValue": "v2.14.6",
                     "newMajor": 2,
                     "newMinor": 14,
                     "newPatch": 6,
                     "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.14.3",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.14.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.2",
                 "datasource": "docker",
                 "replaceString": "image:\n    # -- Redis repository\n    repository: ironbank/bitnami/redis\n    # -- Redis tag\n    tag: 7.4.2",
                 "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.14.3",
                 "datasource": "docker",
                 "replaceString": "appVersion: v2.14.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.14.6",
                     "newValue": "v2.14.6",
                     "newMajor": 2,
                     "newMinor": 14,
                     "newPatch": 6,
                     "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.14.3",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.14.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.14.3",
                 "datasource": "docker",
                 "replaceString": "- Argocd: v2.14.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.14.6",
                     "newValue": "v2.14.6",
                     "newMajor": 2,
                     "newMinor": 14,
                     "newPatch": 6,
                     "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.14.3",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.14.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.14.3",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/argocd:v2.14.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.14.6",
                     "newValue": "v2.14.6",
                     "newMajor": 2,
                     "newMinor": 14,
                     "newPatch": 6,
                     "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.14.3",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.14.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": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.69.0",
                     "newValue": "v1.69.0",
                     "newMajor": 1,
                     "newMinor": 69,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "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-03-20T06: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(337) (repository=big-bang/product/packages/argocd)
DEBUG: getMR(337) (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-03-20T06: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(337) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(337) (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() = true (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["cnowicki@bridgephase.com"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:337 (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #337 (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 31 comments (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #337 (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Added comment (repository=big-bang%2Fproduct%2Fpackages%2Fargocd, baseBranch=main, branch=renovate/ironbank)
       "issueNo": 337
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/argocd)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/argocd)
DEBUG: getPr(337) (repository=big-bang/product/packages/argocd)
DEBUG: getMR(337) (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": "78c47263bd9679f83c62efafb20e02841465e7e0"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "78c47263bd9679f83c62efafb20e02841465e7e0",
           "branchName": "renovate/ironbank",
           "branchSha": "08812c02dff5b76ee357f0c3d714f4159adb4ca7",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/argocd)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 337,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ironbank/big-bang/argocd",
               "displayPending": "",
               "fixedVersion": "v2.14.3",
               "currentVersion": "v2.14.3",
               "currentValue": "v2.14.3",
               "newValue": "v2.14.6",
               "newVersion": "v2.14.6",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "ironbank/big-bang/argocd"
             },
             {
               "datasource": "docker",
               "depName": "ironbank/big-bang/argocd",
               "displayPending": "",
               "fixedVersion": "v2.14.3",
               "currentVersion": "v2.14.3",
               "currentValue": "v2.14.3",
               "newValue": "v2.14.6",
               "newVersion": "v2.14.6",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "ironbank/big-bang/argocd"
             },
             {
               "datasource": "docker",
               "depName": "redis",
               "displayPending": "",
               "fixedVersion": "20.6.2-bb.0",
               "currentVersion": "20.6.2",
               "currentValue": "20.6.2-bb.0",
               "newValue": "20.11.3-bb.0",
               "newVersion": "20.11.3",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/bigbang/redis"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/argocd",
               "displayPending": "",
               "fixedVersion": "v2.14.3",
               "currentVersion": "v2.14.3",
               "currentValue": "v2.14.3",
               "newValue": "v2.14.6",
               "newVersion": "v2.14.6",
               "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.14.3",
               "currentVersion": "v2.14.3",
               "currentValue": "v2.14.3",
               "newValue": "v2.14.6",
               "newVersion": "v2.14.6",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/big-bang/argocd"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
               "displayPending": "",
               "fixedVersion": "v1.67.0",
               "currentVersion": "v1.67.0",
               "currentValue": "v1.67.0",
               "newValue": "v1.69.0",
               "newVersion": "v1.69.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/argocd)
       "stats": {"total": 17, "open": 1, "closed": 0, "merged": 16}
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": 2111, "extract": 343, "lookup": 465, "onboarding": 0, "update": 1070},
       "total": 4496
DEBUG: Package cache statistics (repository=big-bang/product/packages/argocd)
       "get": {"count": 17, "avgMs": 9, "medianMs": 6, "maxMs": 44, "totalMs": 154},
       "set": {"count": 6, "avgMs": 6, "medianMs": 4, "maxMs": 13, "totalMs": 38}
DEBUG: HTTP statistics (repository=big-bang/product/packages/argocd)
       "hosts": {
         "registry1.dso.mil": {
           "count": 16,
           "reqAvgMs": 35,
           "reqMedianMs": 25,
           "reqMaxMs": 114,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 266,
           "reqMedianMs": 212,
           "reqMaxMs": 754,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 27
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/argocd)
DEBUG: Lookup statistics (repository=big-bang/product/packages/argocd)
       "docker": {"count": 14, "avgMs": 190, "medianMs": 117, "maxMs": 407, "totalMs": 2663}
 INFO: Repository finished (repository=big-bang/product/packages/argocd)
       "cloned": true,
       "durationMs": 4496
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": 472
DEBUG: latest repository commit (repository=big-bang/product/packages/gitlab-runner)
       "latestCommit": {
         "hash": "91ae3854681d39ba631e56218b5d8f629513ca3d",
         "date": "2025-03-19T17:22:00+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #157\n\nSee merge request big-bang/product/packages/gitlab-runner!213",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.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-03-19T17:22:00+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": 5, "helmv3": 4}
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: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner, sha256:b29d2c69b39cf4f9c1c28b6738e0e89f24fc536468b6d9b66ca67c2ba04c8b92, 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:da24ff1020624332e7ac466ae75ce4fda499ef7121dac1bd35a9e03e5dce65eb",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035807",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base:9.5@sha256:a79229a26f08329287e1cb39a219c3f07655b7d7a680c0e54e59fe67f9db8b75",
         "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-03-20 02:24:43+00:00",
         "org.opencontainers.image.description": "GitLab Runner for use with GitLab CI/CD",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "b7651d51beafd066b3705418372c8dd13a3c6a73",
         "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": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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.1",
             "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-03-20T06: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-03-20T06: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": "91ae3854681d39ba631e56218b5d8f629513ca3d"}],
       "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": 1657, "extract": 278, "lookup": 361, "onboarding": 0, "update": 1},
       "total": 2887
DEBUG: Package cache statistics (repository=big-bang/product/packages/gitlab-runner)
       "get": {"count": 9, "avgMs": 10, "medianMs": 4, "maxMs": 55, "totalMs": 91},
       "set": {"count": 3, "avgMs": 6, "medianMs": 4, "maxMs": 13, "totalMs": 19}
DEBUG: HTTP statistics (repository=big-bang/product/packages/gitlab-runner)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 27,
           "reqMedianMs": 22,
           "reqMaxMs": 55,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 242,
           "reqMedianMs": 181,
           "reqMaxMs": 488,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 14
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": 126, "medianMs": 65, "maxMs": 332, "totalMs": 1388}
 INFO: Repository finished (repository=big-bang/product/packages/gitlab-runner)
       "cloned": true,
       "durationMs": 2887
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": 737
DEBUG: latest repository commit (repository=big-bang/product/packages/keycloak)
       "latestCommit": {
         "hash": "1820d7d479e75f6dbbcc54abc9cc5f9006f70549",
         "date": "2025-02-18T14:37:26+00:00",
         "message": "Merge branch '238-fix-readme' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "SKIP UPDATE CHECK docs(values): updated comments in `values.yaml` to format expected by helm-docs\n\nCloses #238\n\nSee merge request big-bang/product/packages/keycloak!282",
         "author_name": "Zach Callahan",
         "author_email": "zach@zmc.dev"
       }
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-02-18T14:37:26+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": 3, "helmv3": 6}
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/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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql-alpine, sha256:e172f89aae6d6fad91bb5ffec8b284e1853c1f6f69c80f990cfb34e41de84733, get) (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/keycloak/keycloak, sha256:2b24b6bdb7dd78b7595763371e096ddfdd49c8657e886dfc1e92c0f3ae35dd59, 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:a57d906c9f2bea38fe51b6217ca712aec90c28a55d23f55293c8ff68c07fe830",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk21-devel:1.21",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034823",
         "mil.dso.ironbank.image.keywords": "auth,idam,sso",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk21-devel:1.21@sha256:eca05a68f6f8017a140ae69c92140a8554f1ae1be52815aed6929c1ad0552734",
         "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-03-20 00:15:37+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": "9779f158834cb0348477a81ee1fd284a7f7109d5",
         "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.4",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/keycloak, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f4b9e16e373777ddd82136423b0e7de9f3f00d5a84591d2d0a9b652a1c9c2cd9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035301",
         "mil.dso.ironbank.image.keywords": "postgres, sql, database",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:9d95a303c8e5961f65cf5d32c2289680d2e980e224b028d252c3710e416b3f17",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "postgres",
         "org.opencontainers.image.created": "2025-03-20 01:09:04+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": "e8a89b002a7216f51fde4f596313df5b82344da6",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-16/postgresql16-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": "16.8"
       }
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.6",
             "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.4",
                     "newValue": "26.1.4",
                     "newMajor": 26,
                     "newMinor": 1,
                     "newPatch": 4,
                     "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.4",
                     "newValue": "26.1.4",
                     "newMajor": 26,
                     "newMinor": 1,
                     "newPatch": 4,
                     "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.4",
                     "newValue": "26.1.4",
                     "newMajor": 26,
                     "newMinor": 1,
                     "newPatch": 4,
                     "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.4",
                     "newValue": "17.4",
                     "newMajor": 17,
                     "newMinor": 4,
                     "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-16/postgresql16-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-03-20T06: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-03-20T06: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 15 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": "1820d7d479e75f6dbbcc54abc9cc5f9006f70549"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "1820d7d479e75f6dbbcc54abc9cc5f9006f70549",
           "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.4",
               "newVersion": "26.1.4",
               "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.4",
               "newVersion": "26.1.4",
               "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.4",
               "newVersion": "26.1.4",
               "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.4",
               "newVersion": "17.4",
               "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": 1865, "extract": 333, "lookup": 414, "onboarding": 0, "update": 463},
       "total": 3682
DEBUG: Package cache statistics (repository=big-bang/product/packages/keycloak)
       "get": {"count": 10, "avgMs": 2, "medianMs": 1, "maxMs": 8, "totalMs": 22},
       "set": {"count": 6, "avgMs": 8, "medianMs": 4, "maxMs": 19, "totalMs": 46}
DEBUG: HTTP statistics (repository=big-bang/product/packages/keycloak)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 28,
           "reqMedianMs": 19,
           "reqMaxMs": 109,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 228,
           "reqMedianMs": 203,
           "reqMaxMs": 396,
           "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": 205, "medianMs": 343, "maxMs": 366, "totalMs": 1437}
 INFO: Repository finished (repository=big-bang/product/packages/keycloak)
       "cloned": true,
       "durationMs": 3682
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": 714
DEBUG: latest repository commit (repository=big-bang/product/maintained/confluence)
       "latestCommit": {
         "hash": "574e4a8491ddc07555e8114aea5366841e7b8092",
         "date": "2025-03-19T16:33:15+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #139\n\nSee merge request big-bang/product/maintained/confluence!190",
         "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-03-19T16:33:15+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: Npm: unable to parse lockfile (repository=big-bang/product/maintained/confluence, baseBranch=main)
       "filePath": "chart/tests/package-lock.json",
       "err": {
         "message": "Schema error",
         "stack": "ZodError: Schema error\n    at Object.get error [as error] (/usr/local/renovate/node_modules/.pnpm/zod@3.24.1/node_modules/zod/lib/types.js:55:31)\n    at getNpmLock (/usr/local/renovate/lib/modules/manager/npm/extract/npm.ts:16:39)\n    at getLockedVersions (/usr/local/renovate/lib/modules/manager/npm/extract/post/locked-versions.ts:55:23)\n    at postExtract (/usr/local/renovate/lib/modules/manager/npm/extract/post/index.ts:10:3)\n    at Object.extractAllPackageFiles (/usr/local/renovate/lib/modules/manager/npm/extract/index.ts:244:3)\n    at extractAllPackageFiles (/usr/local/renovate/lib/modules/manager/index.ts:53:17)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:45:29)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 2)\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",
         "issues": "Invalid JSON"
       }
 WARN: Found unsupported npm lockfile version (repository=big-bang/product/maintained/confluence, baseBranch=main)
       "lockfileVersion": undefined,
       "npmLock": "chart/tests/package-lock.json"
DEBUG: manager extract durations (ms) (repository=big-bang/product/maintained/confluence, baseBranch=main)
       "managers": {"regex": 16, "helmv3": 5, "helm-values": 16, "npm": 23}
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: Using queue: host=registry.npmjs.org, concurrency=999 (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=71) (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:a1d762fdd224e8186fd7d32fff7b08ad031e73be64c051115b3a829623932501, 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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035801",
         "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:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 02:23:05+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": "608cde8d2bed1a80aa6e50141c4b9132d057026c",
         "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.3.2",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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: 0 flattened updates found:  (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Returning 0 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.3.2",
                 "datasource": "docker",
                 "replaceString": "9.3.2",
                 "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.3.2",
                 "fixedVersion": "9.3.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "17.4",
                 "datasource": "docker",
                 "replaceString": "17.4",
                 "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.4",
                 "fixedVersion": "17.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"
               }
             ],
             "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": 191,
                 "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.32.0",
                 "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.32.0",
                 "currentVersionTimestamp": "2025-02-28T03:15:46.236Z",
                 "currentVersionAgeInDays": 20,
                 "fixedVersion": "2.32.0"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.22.5-bb.2",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "cypress",
                 "currentValue": "^14.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "updates": [],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "14.2.0",
                 "currentVersionTimestamp": "2025-03-12T19:22:17.987Z",
                 "currentVersionAgeInDays": 7
               }
             ],
             "extractedConstraints": {},
             "managerData": {
               "hasPackageManager": false,
               "npmLock": "chart/tests/package-lock.json",
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "chart/tests/package.json"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentValue": "9.3.2",
                 "datasource": "docker",
                 "replaceString": "- Confluence: 9.3.2",
                 "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.3.2",
                 "fixedVersion": "9.3.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentValue": "9.3.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 9.3.2",
                 "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.3.2",
                 "fixedVersion": "9.3.2"
               }
             ],
             "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.3.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:9.3.2",
                 "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.3.2",
                 "fixedVersion": "9.3.2"
               },
               {
                 "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.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.4",
                 "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.4",
                 "fixedVersion": "17.4"
               }
             ],
             "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 0 branches:  (repository=big-bang/product/maintained/confluence)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/confluence)
DEBUG: currentHourStart=2025-03-20T06: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: 0 PRs are currently open (repository=big-bang/product/maintained/confluence)
DEBUG: PR concurrent limit remaining: 10 (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-03-20T06: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: 0 already existing branches found:  (repository=big-bang/product/maintained/confluence)
DEBUG: Branch concurrent limit remaining: 10 (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: 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": [],
       "renovateBranches": ["renovate/common-1.x"]
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": "574e4a8491ddc07555e8114aea5366841e7b8092"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/maintained/confluence)
       "stats": {"total": 35, "open": 0, "closed": 9, "merged": 26}
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: Found unsupported npm lockfile version",
         "WARN: Package lookup failures"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/maintained/confluence)
       "splits": {"init": 2599, "extract": 385, "lookup": 590, "onboarding": 1, "update": 0},
       "total": 4226
DEBUG: Package cache statistics (repository=big-bang/product/maintained/confluence)
       "get": {"count": 13, "avgMs": 9, "medianMs": 5, "maxMs": 44, "totalMs": 118},
       "set": {"count": 6, "avgMs": 50, "medianMs": 8, "maxMs": 192, "totalMs": 300}
DEBUG: HTTP statistics (repository=big-bang/product/maintained/confluence)
       "hosts": {
         "atlassian.github.io": {
           "count": 1,
           "reqAvgMs": 116,
           "reqMedianMs": 116,
           "reqMaxMs": 116,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "opensearch-project.github.io": {
           "count": 1,
           "reqAvgMs": 230,
           "reqMedianMs": 230,
           "reqMaxMs": 230,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry.npmjs.org": {
           "count": 1,
           "reqAvgMs": 218,
           "reqMedianMs": 218,
           "reqMaxMs": 218,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 10,
           "reqAvgMs": 33,
           "reqMedianMs": 28,
           "reqMaxMs": 71,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 345,
           "reqMedianMs": 179,
           "reqMaxMs": 1221,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 20
DEBUG: HTTP cache statistics (repository=big-bang/product/maintained/confluence)
       "https://registry.npmjs.org": {"/cypress": {"hit": 0, "miss": 1, "localMiss": 1}}
DEBUG: Lookup statistics (repository=big-bang/product/maintained/confluence)
       "docker": {"count": 12, "avgMs": 225, "medianMs": 120, "maxMs": 559, "totalMs": 2695},
       "helm": {"count": 2, "avgMs": 322, "medianMs": 325, "maxMs": 325, "totalMs": 644},
       "npm": {"count": 1, "avgMs": 351, "medianMs": 351, "maxMs": 351, "totalMs": 351}
 INFO: Repository finished (repository=big-bang/product/maintained/confluence)
       "cloned": true,
       "durationMs": 4226
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": 558
DEBUG: latest repository commit (repository=big-bang/product/packages/sonarqube)
       "latestCommit": {
         "hash": "4c075f322e772b1699f4c77e47a7a7afed95398a",
         "date": "2025-03-19T17:21:41+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #165\n\nSee merge request big-bang/product/packages/sonarqube!238",
         "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-03-19T17:21:41+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": 10, "regex": 14, "helmv3": 15}
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:fde19448a9bab33f80312038eb7e47a67f819d0a818dbdd30d2164adb56b1142, 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:2b34a7f585a2fbbedf5dfd70699014e5a46d75e90ae2fdfd69f01d3725201cb8, 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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035892",
         "mil.dso.ironbank.image.keywords": "exporter,java,prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 02:38:04+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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:4c83a5ec9d79d323cd36b80ed19b33395bc2217b907571d181ec9cf4dc2ef3b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035047",
         "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:805f1f0212df8eba29fb85f911c64a72b34dd1ecbac7b4fbb1643bfef80094ee",
         "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-03-20 00:43:46+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:fb68f9a11adbd506d29457c1d9900eb48c57eaf305099129dcf757e389425a89",
         "org.opencontainers.image.base.name": "registry.access.redhat.com/ubi8:8.10",
         "architecture": "x86_64",
         "build-date": "2025-03-12T16:05:25",
         "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.38.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": "4035166",
         "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-03-20 00:57:12+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": "38b62968e818c3c4de84648eb868fe9de4201ffd",
         "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.1741795395",
         "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.1741795395",
         "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.4",
                     "newValue": "17.4",
                     "newMajor": 17,
                     "newMinor": 4,
                     "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.4",
                     "newValue": "17.4",
                     "newMajor": 17,
                     "newMinor": 4,
                     "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.5.3",
                     "newValue": "16.5.3",
                     "releaseTimestamp": "2025-03-20T00:21:38.829Z",
                     "newVersionAgeInDays": 0,
                     "newMajor": 16,
                     "newMinor": 5,
                     "newPatch": 3,
                     "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": 313,
                 "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-03-20T06: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-03-20T06: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-03-20T06:21:39.517Z) (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-03-19T17:21:41+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Value is not updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "postgresql",
       "manager": "helmv3",
       "expectedValue": "16.5.3",
       "foundValue": "16.5.2"
DEBUG: Rebasing after outdated branch dep found (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "postgresql"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Starting search at index 2745 (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "postgresql"
DEBUG: Found match at index 2745 (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "postgresql"
DEBUG: Contents updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "postgresql"
DEBUG: Value is not updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "manager": "helm-values",
       "expectedValue": "17.4",
       "foundValue": "16.2"
DEBUG: Starting search at index 10392 (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Found match at index 10392 (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Value is not updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "manager": "helm-values",
       "expectedValue": "17.4",
       "foundValue": "16.2"
DEBUG: Found match at index 19927 (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Contents updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Value is not updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "manager": "helm-values",
       "expectedValue": "17.4",
       "foundValue": "16.2"
DEBUG: Starting search at index 10334 (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Found match at index 10334 (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Contents updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: helmv3.updateArtifacts(chart/Chart.yaml) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updating Helm artifacts (repository=big-bang/product/packages/sonarqube, 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/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Executing command (repository=big-bang/product/packages/sonarqube, 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/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 237,
       "stdout": "",
       "stderr": "WARNING: Using --password via the CLI is insecure. Use --password-stdin.\nLogin Succeeded\n"
DEBUG: Executing command (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "command": "helm repo add stable https://charts.helm.sh/stable --force-update"
DEBUG: exec completed (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 907,
       "stdout": "\"stable\" has been added to your repositories\n",
       "stderr": ""
DEBUG: Executing command (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "command": "helm dependency update chart"
DEBUG: exec completed (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 2736,
       "stdout": "Hang tight while we grab the latest from your chart repositories...\n...Successfully got an update from the \"stable\" chart repository\nUpdate Complete. ⎈Happy Helming!⎈\nSaving 2 charts\nDownloading postgresql from repo oci://registry-1.docker.io/bitnamicharts\nDownloading gluon from repo oci://registry1.dso.mil/bigbang\nDeleting outdated charts\n",
       "stderr": "Pulled: registry-1.docker.io/bitnamicharts/postgresql:16.5.3\nDigest: sha256:d71573ce0abeb07bfb5fb8892d9b21add14b4d18c996f62d1949249fc01713b3\nPulled: registry1.dso.mil/bigbang/gluon:0.5.14\nDigest: sha256:b6532e1c9f5c27bec907731accb587972cb48cdf2db7e27e3e91a1d5f2fd33ef\n"
DEBUG: Returning updated Helm artifacts (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updated 2 package files (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updated 3 lock files (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "updatedArtifacts": [
         "chart/Chart.lock",
         "chart/charts/postgresql-16.5.3.tgz",
         "chart/charts/postgresql-15.2.10.tgz (delete)"
       ]
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Executing command (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "command": "map-chart-yaml-appversion"
DEBUG: exec completed (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "durationMs": 18,
       "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/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "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: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Executing command (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "command": "bump-changelog '- postgresql 15.2.10 -> 16.5.3\\n- registry1.dso.mil/ironbank/opensource/postgres/postgresql 16.2 -> 17.4\\n- registry1.dso.mil/ironbank/opensource/postgres/postgresql 16.2 -> 17.4\\n'"
DEBUG: exec completed (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "durationMs": 12,
       "stdout": "\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "cmd": "bump-changelog '- postgresql 15.2.10 -> 16.5.3\\n- registry1.dso.mil/ironbank/opensource/postgres/postgresql 16.2 -> 17.4\\n- registry1.dso.mil/ironbank/opensource/postgres/postgresql 16.2 -> 17.4\\n'",
       "stderr": "",
       "stdout": "\n"
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "addedCount": 1,
       "modifiedCount": 3,
       "deletedCount": 1
DEBUG: Checking 4 added or modified files for post-upgrade changes (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "file": "chart/charts/postgresql-16.5.3.tgz",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "file": "chart/Chart.lock",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "file": "chart/Chart.yaml",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "file": "chart/values.yaml",
       "pattern": "chart/**"
DEBUG: Post-upgrade file removed (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "dep": "postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql registry1.dso.mil/ironbank/opensource/postgres/postgresql",
       "file": "chart/charts/postgresql-15.2.10.tgz",
       "pattern": "chart/**"
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #235 is removed (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #235 (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 82 comments (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #235 is removed (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #235 (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 82 comments (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: 5 file(s) to commit (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Preparing files for committing to branch renovate/ironbank (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: git commit (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "deletedFiles": ["chart/charts/postgresql-15.2.10.tgz"],
       "ignoredFiles": ["chart/charts/postgresql-15.2.10.tgz"],
       "result": {
         "author": null,
         "branch": "renovate/ironbank",
         "commit": "843c190190ea948fe613edf18ee80e8e38c4b89a",
         "root": false,
         "summary": {"changes": 5, "insertions": 6, "deletions": 5}
       }
DEBUG: Pushing refSpec renovate/ironbank:renovate/ironbank (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: git push (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/ironbank"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.48",
             "========================================================================",
             "View merge request for renovate/ironbank:",
             "https://repo1.dso.mil/big-bang/product/packages/sonarqube/-/merge_requests/235"
           ]
         }
       }
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-03-19T17:21:41+00:00"
 INFO: Branch updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "commitSha": "843c190190ea948fe613edf18ee80e8e38c4b89a"
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.5.3) (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.4) (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.4) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/postgres/postgresql-17/postgresql17 (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/postgres/postgresql-17/postgresql17 (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: setBranchCommit() (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": "4c075f322e772b1699f4c77e47a7a7afed95398a"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4c075f322e772b1699f4c77e47a7a7afed95398a",
           "branchName": "renovate/ironbank",
           "branchSha": "843c190190ea948fe613edf18ee80e8e38c4b89a",
           "isModified": false,
           "isPristine": true
         }
       ],
       "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.5.3",
               "newVersion": "16.5.3",
               "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.4",
               "newVersion": "17.4",
               "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.4",
               "newVersion": "17.4",
               "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": 1697, "extract": 277, "lookup": 520, "onboarding": 0, "update": 8324},
       "total": 11401
DEBUG: Package cache statistics (repository=big-bang/product/packages/sonarqube)
       "get": {"count": 29, "avgMs": 7, "medianMs": 0, "maxMs": 74, "totalMs": 206},
       "set": {"count": 34, "avgMs": 3, "medianMs": 1, "maxMs": 19, "totalMs": 97}
DEBUG: HTTP statistics (repository=big-bang/product/packages/sonarqube)
       "hosts": {
         "registry1.dso.mil": {
           "count": 18,
           "reqAvgMs": 31,
           "reqMedianMs": 23,
           "reqMaxMs": 83,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 17,
           "reqAvgMs": 220,
           "reqMedianMs": 208,
           "reqMaxMs": 456,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 35
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/sonarqube)
DEBUG: Lookup statistics (repository=big-bang/product/packages/sonarqube)
       "docker": {"count": 19, "avgMs": 272, "medianMs": 410, "maxMs": 410, "totalMs": 5173}
 INFO: Repository finished (repository=big-bang/product/packages/sonarqube)
       "cloned": true,
       "durationMs": 11401
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": 586
DEBUG: latest repository commit (repository=big-bang/product/maintained/jira)
       "latestCommit": {
         "hash": "bf6762b4e6c2aca634631870913dfbdf91758523",
         "date": "2025-03-19T16:33:00+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #112\n\nSee merge request big-bang/product/maintained/jira!174",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.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-03-19T16:33:00+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": 9, "regex": 10, "helmv3": 10, "npm": 14}
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/opensource/fluentd/fluentd-kubernetes-daemonset, sha256:35c5fef053a36725a84272a229b08d3113dc24ea9d2839c51d62d76e626cc531, get) (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/atlassian/jira-data-center/jira-node-lts, sha256:eab1a6dca10c8b2c5ec17f78dc19625270c51514f053c8086c9876efb908c2ab, 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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035496",
         "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:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:35:25+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": "a9e40b288a0de977c7e9e53605d746c50acecdaf",
         "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.4",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:355feb582cec449cb02c898fe08a47835947205790a099a4455c0bc229090cef",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/fluentd/fluentd:1.18.0",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035821",
         "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:29580145f75e74dcb40533977f0edf40c441cae73323ca9add5d194c7025653b",
         "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-03-20 02:27:03+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 1 flattened updates found: cypress (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Returning 1 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.4",
                 "datasource": "docker",
                 "replaceString": "10.3.4",
                 "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.4",
                 "fixedVersion": "10.3.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"
               }
             ],
             "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": 191,
                 "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.5-bb.2",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "cypress",
                 "currentValue": "^14.0.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "14.1.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.2.0",
                     "newValue": "^14.0.3",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "updateType": "minor",
                     "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.1.0",
                 "currentVersionTimestamp": "2025-02-25T20:29:55.245Z",
                 "currentVersionAgeInDays": 22,
                 "isSingleVersion": true,
                 "fixedVersion": "14.1.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/jira-data-center/jira-node-lts",
                 "currentValue": "10.3.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts:10.3.4",
                 "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.4",
                 "fixedVersion": "10.3.4"
               },
               {
                 "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 1 branch: renovate/cypress-14.x-lockfile (repository=big-bang/product/maintained/jira)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/jira)
DEBUG: currentHourStart=2025-03-20T06: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: getBranchPr(renovate/cypress-14.x-lockfile) (repository=big-bang/product/maintained/jira)
DEBUG: findPr(renovate/cypress-14.x-lockfile, undefined, open) (repository=big-bang/product/maintained/jira)
DEBUG: getPr(173) (repository=big-bang/product/maintained/jira)
DEBUG: getMR(173) (repository=big-bang/product/maintained/jira)
DEBUG: 1 PRs are currently open (repository=big-bang/product/maintained/jira)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/cypress-14.x-lockfile (repository=big-bang/product/maintained/jira)
DEBUG: Branch concurrent limit remaining: 9 (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: syncBranchState() (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getBranchPr(renovate/cypress-14.x-lockfile) (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: findPr(renovate/cypress-14.x-lockfile, undefined, open) (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getPr(173) (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getMR(173) (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: branch.isModified() = true (repository=big-bang/product/maintained/jira, 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/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: PR has been edited, PrNo:173 (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Getting comments for #173 (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Found 20 comments (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #173 (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Comment is already update-to-date (repository=big-bang/product/maintained/jira, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getBranchPr(renovate/cypress-14.x-lockfile) (repository=big-bang/product/maintained/jira)
DEBUG: findPr(renovate/cypress-14.x-lockfile, undefined, open) (repository=big-bang/product/maintained/jira)
DEBUG: getPr(173) (repository=big-bang/product/maintained/jira)
DEBUG: getMR(173) (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": ["renovate/cypress-14.x-lockfile"],
       "renovateBranches": ["renovate/cypress-14.x", "renovate/cypress-14.x-lockfile"]
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: Orphan Branch is modified - skipping branch deletion (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": "bf6762b4e6c2aca634631870913dfbdf91758523"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "bf6762b4e6c2aca634631870913dfbdf91758523",
           "branchName": "renovate/cypress-14.x-lockfile",
           "branchSha": "9dbe907add671ac45c5a747f1bc784aa65eb7a10",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/maintained/jira)
       "branchesInformation": [
         {
           "branchName": "renovate/cypress-14.x-lockfile",
           "prNo": 173,
           "prTitle": "SKIP UPDATE CHECK Update dependency cypress to v14.2.0",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "fixedVersion": "14.1.0",
               "currentVersion": "14.1.0",
               "currentValue": "^14.0.3",
               "newValue": "^14.0.3",
               "newVersion": "14.2.0",
               "packageFile": "chart/tests/package.json",
               "updateType": "minor",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/maintained/jira)
       "stats": {"total": 41, "open": 1, "closed": 12, "merged": 28}
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": 3085, "extract": 455, "lookup": 567, "onboarding": 0, "update": 448},
       "total": 5189
DEBUG: Package cache statistics (repository=big-bang/product/maintained/jira)
       "get": {"count": 14, "avgMs": 7, "medianMs": 6, "maxMs": 24, "totalMs": 102},
       "set": {"count": 6, "avgMs": 7, "medianMs": 8, "maxMs": 12, "totalMs": 40}
DEBUG: HTTP statistics (repository=big-bang/product/maintained/jira)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 45,
           "reqMedianMs": 49,
           "reqMaxMs": 53,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 387,
           "reqMedianMs": 189,
           "reqMaxMs": 1860,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 22
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": 10, "medianMs": 10, "maxMs": 10, "totalMs": 10},
       "docker": {"count": 6, "avgMs": 270, "medianMs": 491, "maxMs": 530, "totalMs": 1618},
       "npm": {"count": 1, "avgMs": 25, "medianMs": 25, "maxMs": 25, "totalMs": 25}
 INFO: Repository finished (repository=big-bang/product/maintained/jira)
       "cloned": true,
       "durationMs": 5189
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": 648
DEBUG: latest repository commit (repository=big-bang/product/packages/anchore-enterprise)
       "latestCommit": {
         "hash": "f2f8fb7652b42055357d106e7693488b8661a2b8",
         "date": "2025-03-14T22:19:59+00:00",
         "message": "Merge branch '208-anchore-add-dynamic-network-policy-support' into 'main'",
         "refs": "HEAD -> main, tag: 3.5.0-bb.1, origin/main, origin/HEAD",
         "body": "Resolve \"Anchore - Add Dynamic Network Policy support\"\n\nSee merge request big-bang/product/packages/anchore-enterprise!330",
         "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-03-14T22:19:59+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: 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: npm file chart/tests/package.json has name undefined (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
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": 13, "regex": 19, "helmv3": 18, "npm": 27}
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/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: 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: getManifestResponse(https://registry1.dso.mil, ironbank/anchore/enterpriseui/enterpriseui, sha256:9e89e8290156682db67b20347c20c20e8387564aae9e1085ccc38614c6269b22, get) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/anchore/enterprise/enterprise, sha256:066b6fbc60552fa4dc09137d76694f81abb74dd44e15e6dd6b2c2c49447dc558, 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 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: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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034486",
         "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-03-19 23:27:06+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": "37a3f6347a961a6f5bf63b0f9dd5b69604be8435",
         "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.15.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 labels in manifest (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035599",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 01:50:47+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": "9e46114650abf197e38894af63f280870ace9e9d",
         "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.15.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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: 4 flattened updates found: redis, 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": [
                   {
                     "bucket": "latest",
                     "newVersion": "20.11.3",
                     "newValue": "20.11.3-bb.0",
                     "newMajor": 20,
                     "newMinor": 11,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/anchore"
                   }
                 ],
                 "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",
                 "isSingleVersion": true,
                 "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.5.0-bb.1",
             "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.2.0",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-03-12T19:22:17.987Z",
                     "newVersionAgeInDays": 7,
                     "newMajor": 14,
                     "newMinor": 2,
                     "newPatch": 0,
                     "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": 120,
                 "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.15.0",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image: registry1.dso.mil/ironbank/anchore/enterprise/enterprise:5.15.0",
                 "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.15.0",
                 "fixedVersion": "5.15.0"
               }
             ],
             "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.15.0",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image: registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:5.15.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.15.0",
                 "fixedVersion": "5.15.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.11.3-bb.0",
                     "newValue": "20.11.3-bb.0",
                     "newMajor": 20,
                     "newMinor": 11,
                     "newPatch": 3,
                     "updateType": "minor",
                     "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.15.0",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 5.15.0",
                 "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.15.0",
                 "fixedVersion": "5.15.0"
               }
             ],
             "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.15.0",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Enterprise: 5.15.0",
                 "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.15.0",
                 "fixedVersion": "5.15.0"
               }
             ],
             "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.15.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/anchore/enterprise/enterprise:5.15.0",
                 "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.15.0",
                 "fixedVersion": "5.15.0"
               },
               {
                 "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.4",
                     "newValue": "17.4",
                     "newMajor": 17,
                     "newMinor": 4,
                     "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.15.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:5.15.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.15.0",
                 "fixedVersion": "5.15.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.15.0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/anchore/enterprise/enterprise:5.15.0",
                 "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.15.0",
                 "fixedVersion": "5.15.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui",
                 "currentValue": "5.15.0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:5.15.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.15.0",
                 "fixedVersion": "5.15.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-03-20T06: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(331) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: getMR(331) (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-03-20T06: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(331) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: getMR(331) (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-03-20T06:21:57.202Z) (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-03-14T22:19:59+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 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-03-14T22:19:59+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(331) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: getMR(331) (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.11.3-bb.0) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Fetching changelog: https://github.com/bitnami/charts (20.6.2 -> 20.11.3) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
       "manager": "helmv3",
       "packageName": "registry1.dso.mil/bigbang/redis",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17 (16.2 -> 17.4) (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": 331,
       "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 6 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(331) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: getMR(331) (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": "f2f8fb7652b42055357d106e7693488b8661a2b8"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "f2f8fb7652b42055357d106e7693488b8661a2b8",
           "branchName": "renovate/anchore",
           "branchSha": "a0ece83988f556bbed3314165d491a54024a727c",
           "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": 331,
           "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.11.3-bb.0",
               "newVersion": "20.11.3-bb.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "https://repo1.dso.mil/big-bang/product/maintained/redis"
             },
             {
               "datasource": "docker",
               "depName": "redis",
               "displayPending": "",
               "fixedVersion": "20.6.2-bb.0",
               "currentVersion": "20.6.2",
               "currentValue": "20.6.2-bb.0",
               "newValue": "20.11.3-bb.0",
               "newVersion": "20.11.3",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/bigbang/redis"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
               "displayPending": "",
               "fixedVersion": "16.2",
               "currentVersion": "16.2",
               "currentValue": "16.2",
               "newValue": "17.4",
               "newVersion": "17.4",
               "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.2.0",
               "packageFile": "chart/tests/package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/anchore-enterprise)
       "stats": {"total": 28, "open": 1, "closed": 10, "merged": 17}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: repository problems (repository=big-bang/product/packages/anchore-enterprise)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/anchore-enterprise)
       "splits": {"init": 2817, "extract": 351, "lookup": 487, "onboarding": 0, "update": 2165},
       "total": 6420
DEBUG: Package cache statistics (repository=big-bang/product/packages/anchore-enterprise)
       "get": {"count": 41, "avgMs": 4, "medianMs": 1, "maxMs": 49, "totalMs": 169},
       "set": {"count": 26, "avgMs": 4, "medianMs": 3, "maxMs": 13, "totalMs": 92}
DEBUG: HTTP statistics (repository=big-bang/product/packages/anchore-enterprise)
       "hosts": {
         "registry1.dso.mil": {
           "count": 18,
           "reqAvgMs": 34,
           "reqMedianMs": 35,
           "reqMaxMs": 59,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 16,
           "reqAvgMs": 265,
           "reqMedianMs": 165,
           "reqMaxMs": 1365,
           "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": 191, "medianMs": 173, "maxMs": 431, "totalMs": 2294},
       "npm": {"count": 1, "avgMs": 53, "medianMs": 53, "maxMs": 53, "totalMs": 53},
       "git-tags": {"count": 1, "avgMs": 195, "medianMs": 195, "maxMs": 195, "totalMs": 195}
 INFO: Repository finished (repository=big-bang/product/packages/anchore-enterprise)
       "cloned": true,
       "durationMs": 6420
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": 551
DEBUG: latest repository commit (repository=big-bang/product/packages/twistlock)
       "latestCommit": {
         "hash": "c12b9f434b8cbd45c02edd472b98b9a7d6dcf9a5",
         "date": "2025-03-14T20:59:02+00:00",
         "message": "Merge branch '189-twistlock-add-dynamic-network-policy-support' into 'main'",
         "refs": "HEAD -> main, tag: 0.19.0-bb.3, origin/main, origin/HEAD",
         "body": "Resolve \"Twistlock - Add Dynamic Network Policy support\"\n\nSee merge request big-bang/product/packages/twistlock!246",
         "author_name": "Abimbola Abiola",
         "author_email": "aabiola@oteemo.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-03-14T20:59:02+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": 11}
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": 10}
         },
         "total": {"fileCount": 6, "depCount": 16}
       }
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:641da4238952e28f6915c505e3ba9de52d4cc9a92dd5efa8ad64ff372937e319, 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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034530",
         "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-03-19 23:33:30+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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035164",
         "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-03-20 00:57:11+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 "angular" (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: 3 flattened updates found: 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/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.03.138",
                 "datasource": "docker",
                 "replaceString": "33.03.138",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "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.03.138",
                 "fixedVersion": "33.03.138"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
                 "currentValue": "33.03.138",
                 "datasource": "docker",
                 "replaceString": "33.03.138",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "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.03.138",
                 "fixedVersion": "33.03.138"
               },
               {
                 "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.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": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "isSingleVersion": true,
                 "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.19.0-bb.3",
             "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.9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.9"
               }
             ],
             "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.03.138",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/twistlock/defender/defender:33.03.138",
                 "updates": [],
                 "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.03.138",
                 "fixedVersion": "33.03.138"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "currentValue": "33.03.138",
                 "datasource": "docker",
                 "replaceString": "- Twistlock: 33.03.138",
                 "updates": [],
                 "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.03.138",
                 "fixedVersion": "33.03.138"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "currentValue": "33.03.138",
                 "datasource": "docker",
                 "replaceString": "appVersion: 33.03.138",
                 "updates": [],
                 "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.03.138",
                 "fixedVersion": "33.03.138"
               }
             ],
             "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.03.138",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/twistlock/console/console:33.03.138",
                 "updates": [],
                 "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.03.138",
                 "fixedVersion": "33.03.138"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
                 "currentValue": "33.03.138",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/twistlock/defender/defender:33.03.138",
                 "updates": [],
                 "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.03.138",
                 "fixedVersion": "33.03.138"
               },
               {
                 "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": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.9"
               },
               {
                 "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/twistlock)
DEBUG: semanticCommits: returning "enabled" 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-03-20T06: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: 0 PRs are currently open (repository=big-bang/product/packages/twistlock)
DEBUG: PR concurrent limit remaining: 10 (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-03-20T06: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: 0 already existing branches found:  (repository=big-bang/product/packages/twistlock)
DEBUG: Branch concurrent limit remaining: 10 (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: branchExists=false (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: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: findPr(renovate/twistlock, chore(deps): update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl docker tag to v1.30.11, !open) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Found closed PR with current title (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: getPr(248) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: getMR(248) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl docker tag to v1.30.11"
DEBUG: Getting comments for #248 (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Found 12 comments (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #248 (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/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: No renovate branches found (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": "c12b9f434b8cbd45c02edd472b98b9a7d6dcf9a5"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": ["renovate/twistlock"]
DEBUG: branches info extended (repository=big-bang/product/packages/twistlock)
       "branchesInformation": [
         {
           "branchName": "renovate/twistlock",
           "prNo": 248,
           "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl docker tag to v1.30.11",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.9",
               "currentVersion": "v1.30.9",
               "currentValue": "v1.30.9",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.9",
               "currentVersion": "v1.30.9",
               "currentValue": "v1.30.9",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.9",
               "currentVersion": "v1.30.9",
               "currentValue": "v1.30.9",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/twistlock)
       "stats": {"total": 11, "open": 0, "closed": 5, "merged": 6}
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": 1784, "extract": 355, "lookup": 618, "onboarding": 0, "update": 415},
       "total": 3877
DEBUG: Package cache statistics (repository=big-bang/product/packages/twistlock)
       "get": {"count": 14, "avgMs": 11, "medianMs": 3, "maxMs": 76, "totalMs": 152},
       "set": {"count": 6, "avgMs": 7, "medianMs": 6, "maxMs": 15, "totalMs": 43}
DEBUG: HTTP statistics (repository=big-bang/product/packages/twistlock)
       "hosts": {
         "registry1.dso.mil": {
           "count": 12,
           "reqAvgMs": 62,
           "reqMedianMs": 32,
           "reqMaxMs": 217,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 245,
           "reqMedianMs": 199,
           "reqMaxMs": 443,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 21
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/twistlock)
DEBUG: Lookup statistics (repository=big-bang/product/packages/twistlock)
       "docker": {"count": 16, "avgMs": 291, "medianMs": 216, "maxMs": 569, "totalMs": 4650}
 INFO: Repository finished (repository=big-bang/product/packages/twistlock)
       "cloned": true,
       "durationMs": 3877
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": 523
DEBUG: latest repository commit (repository=big-bang/product/packages/mattermost)
       "latestCommit": {
         "hash": "116e6c171d2fbc7ed3fa28bbd4e72f29565269d7",
         "date": "2025-03-19T20:22:04+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 10.6.1-bb.0, origin/main, origin/HEAD",
         "body": "Update registry1.dso.mil/ironbank/opensource/mattermost/mattermost Docker tag to v10.6.1\n\nSee merge request big-bang/product/packages/mattermost!299",
         "author_name": "Daniel Chen",
         "author_email": "daniel.chen@us.isobar.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-03-19T20:22:04+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": 5, "helmv3": 7}
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.2025-01-20T14-49-07Z (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.2025-01-17T23-25-50Z (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/mattermost/mattermost, sha256:1274493b197d06dd448338616fb2121a25ec37e636943315eb72ef866a303072, 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/minio/operator-sidecar, sha256:b23094a80bd2bc38fadd786d0b827929f9b0793e2b6650c54b8fc3a12cf8e8b6, get) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql12, sha256:a64c7f3f241e08c917dbc350a0d696d0e7f027a02b54e2865be13ee6fa9f70fa, 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: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: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:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035455",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:29:21+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": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035173",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:57:11+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 0 flattened updates found:  (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Returning 0 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": "7.0.0-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": "7.0.0",
                 "fixedVersion": "7.0.0-bb.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"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "10.6.1-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.6.1",
                 "datasource": "docker",
                 "replaceString": "image:\n  name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost\n  tag: 10.6.1",
                 "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.6.1",
                 "fixedVersion": "10.6.1"
               }
             ],
             "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.6.1",
                 "datasource": "docker",
                 "replaceString": "- Mattermost: 10.6.1",
                 "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.6.1",
                 "fixedVersion": "10.6.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
                 "currentValue": "10.6.1",
                 "datasource": "docker",
                 "replaceString": "appVersion: 10.6.1",
                 "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.6.1",
                 "fixedVersion": "10.6.1"
               }
             ],
             "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.6.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.6.1",
                 "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.6.1",
                 "fixedVersion": "10.6.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "currentValue": "RELEASE.2025-01-20T14-49-07Z",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2025-01-20T14-49-07Z",
                 "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.2025-01-17T23-25-50Z",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2025-01-17T23-25-50Z",
                 "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": "v7.0.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v7.0.0",
                 "updates": [],
                 "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": "v7.0.0",
                 "fixedVersion": "v7.0.0"
               },
               {
                 "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.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.4",
                 "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.4",
                 "fixedVersion": "17.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar",
                 "currentValue": "v7.0.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v7.0.0",
                 "updates": [],
                 "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": "v7.0.0",
                 "fixedVersion": "v7.0.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.11",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.11",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.11",
                 "fixedVersion": "v1.30.11"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "17.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.4",
                 "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.4",
                 "fixedVersion": "17.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.11",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.11",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.11",
                 "fixedVersion": "v1.30.11"
               }
             ],
             "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 0 branches:  (repository=big-bang/product/packages/mattermost)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/mattermost)
DEBUG: currentHourStart=2025-03-20T06: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: 0 PRs are currently open (repository=big-bang/product/packages/mattermost)
DEBUG: PR concurrent limit remaining: 10 (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-03-20T06: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: 0 already existing branches found:  (repository=big-bang/product/packages/mattermost)
DEBUG: Branch concurrent limit remaining: 10 (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: 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: No renovate branches found (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": "116e6c171d2fbc7ed3fa28bbd4e72f29565269d7"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/mattermost)
       "stats": {"total": 19, "open": 0, "closed": 0, "merged": 19}
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": 2502, "extract": 311, "lookup": 599, "onboarding": 0, "update": 0},
       "total": 3881
DEBUG: Package cache statistics (repository=big-bang/product/packages/mattermost)
       "get": {"count": 20, "avgMs": 8, "medianMs": 2, "maxMs": 45, "totalMs": 165},
       "set": {"count": 12, "avgMs": 30, "medianMs": 10, "maxMs": 114, "totalMs": 355}
DEBUG: HTTP statistics (repository=big-bang/product/packages/mattermost)
       "hosts": {
         "registry1.dso.mil": {
           "count": 24,
           "reqAvgMs": 44,
           "reqMedianMs": 43,
           "reqMaxMs": 77,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 341,
           "reqMedianMs": 176,
           "reqMaxMs": 1298,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 31
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/mattermost)
DEBUG: Lookup statistics (repository=big-bang/product/packages/mattermost)
       "docker": {"count": 17, "avgMs": 267, "medianMs": 146, "maxMs": 569, "totalMs": 4547}
 INFO: Repository finished (repository=big-bang/product/packages/mattermost)
       "cloned": true,
       "durationMs": 3881
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": 761
DEBUG: latest repository commit (repository=big-bang/product/packages/gitlab)
       "latestCommit": {
         "hash": "4510b22ce8d292e2b8e7f5c1ec638547eb0f6bcf",
         "date": "2025-03-19T17:21: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 #314\n\nSee merge request big-bang/product/packages/gitlab!375",
         "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-03-19T17:21:11+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": 39, "helm-values": 38}
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: 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/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: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-webservice, sha256:1afadb429cecbdbd23f6ed5fad0aee3cca66703175cbcfa92133dd36336e3fc0, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/cfssl-self-sign, sha256:6ae4de1b2ef1e8278e47ff557ea78d623842df0f36ec6c466518e8dfb36a9cc5, 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: 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/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-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: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035907",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2@sha256:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "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-03-20 02:41:33+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": "5c6d51490e48b9d01f5e95dc3fc5d80573aff439",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:b6a57fa1ef00d2e05f910f8f68bdbfc60b4799af477b360f8f64d7909c33569e",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-micro:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035635",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-micro:9.5@sha256:8f74b4b5a697e228bbace08518009a5d26fd400e2301d633acc32935b0e42b73",
         "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-03-20 01:56:57+00:00",
         "org.opencontainers.image.description": "Base container for building GitLab application containers.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "87dcb3dafbecf0d4ca919d337a7582b4dc1b32eb",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:b6a57fa1ef00d2e05f910f8f68bdbfc60b4799af477b360f8f64d7909c33569e",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-micro:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035567",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-micro:9.5@sha256:8f74b4b5a697e228bbace08518009a5d26fd400e2301d633acc32935b0e42b73",
         "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-03-20 01:45:22+00:00",
         "org.opencontainers.image.description": "GitLab kubectl used to configure Kubernetes.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "2e2ceb8e51c128a7fb2119d690c08e7e91c7deb6",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035695",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2@sha256:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "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-03-20 02:07:06+00:00",
         "org.opencontainers.image.description": "Gitlab Shell container.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "0544943105cbe4e5010571c03f2e1d33421c9529",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:b6de8f2bf6503727dd10003538a8c8f10a7522ac2c24e76922e86ceea0640656",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-ruby:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035900",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-ruby:17.9.2@sha256:b6de8f2bf6503727dd10003538a8c8f10a7522ac2c24e76922e86ceea0640656",
         "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-03-20 02:39:33+00:00",
         "org.opencontainers.image.description": "Prometheus Web exporter for GitLab.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "118505e19833caa2bf5d9bae2f4660a72eb19d8d",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035705",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2@sha256:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "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-03-20 02:07:37+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": "270a0daa94896c95ea0a82e31aed46902c1443d7",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:87edb18203943682a56f40f60dade6cb78121c598b1ea591bf7c590438552655",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035934",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.9.2@sha256:87edb18203943682a56f40f60dade6cb78121c598b1ea591bf7c590438552655",
         "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-03-20 02:44:07+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": "4c24a032b87cdfc473cbf6a80ab973189a6352bb",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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: 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: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035882",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2@sha256:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "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-03-20 02:37:05+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": "1e294253c4c274c9fab69e3480085c2a23161a7b",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035702",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2@sha256:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "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-03-20 02:07:18+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": "aae89af74de52c4976149fc8b49ac7c463c9ea80",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:2b34a7f585a2fbbedf5dfd70699014e5a46d75e90ae2fdfd69f01d3725201cb8",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.10",
         "architecture": "x86_64",
         "build-date": "2025-03-12T16:05:25",
         "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.38.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": "4035794",
         "mil.dso.ironbank.image.keywords": "certificates,cfssl,gitlab",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.10@sha256:f4fddac5ec53c5355508a520c66d9bf2d5016c8d8bb14121c63a5a32d4c8ebf8",
         "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-03-20 02:20:16+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.1741795395",
         "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.1741795395",
         "vcs-ref": "967861a8dbbb288b8cec9f1fee7ccbf6c7ee9a20",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
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: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:87edb18203943682a56f40f60dade6cb78121c598b1ea591bf7c590438552655",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035899",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.9.2@sha256:87edb18203943682a56f40f60dade6cb78121c598b1ea591bf7c590438552655",
         "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-03-20 02:39:32+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": "88f4b0fe6e5269e2994bcb381bc56acad59cc9d6",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:87edb18203943682a56f40f60dade6cb78121c598b1ea591bf7c590438552655",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035898",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.9.2@sha256:87edb18203943682a56f40f60dade6cb78121c598b1ea591bf7c590438552655",
         "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-03-20 02:39:31+00:00",
         "org.opencontainers.image.description": "GitLab Sidekiq daemon.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "3e85ea76e7d04f60212d20959b085ea8658191c1",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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": {
         "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: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:b6de8f2bf6503727dd10003538a8c8f10a7522ac2c24e76922e86ceea0640656",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-ruby:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035820",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-ruby:17.9.2@sha256:b6de8f2bf6503727dd10003538a8c8f10a7522ac2c24e76922e86ceea0640656",
         "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-03-20 02:26:00+00:00",
         "org.opencontainers.image.description": "Gitlab Mailroom container.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "4a6d79148742e117f7779708687d045bab08ad1d",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "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:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2",
         "architecture": "x86_64",
         "build-date": "2025-03-13T10:28:55Z",
         "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.38.1",
         "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": "4035703",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2@sha256:fd7eff95670416da39d351cc4447ddcbb42bdcf6ff61b6ccaa4c649dabf568b4",
         "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-03-20 02:07:15+00:00",
         "org.opencontainers.image.description": "Serve static websites from GitLab repositories.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "8417da9ff7acbf5be730b023b665df69626ad008",
         "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.9.2",
         "release": "1741861735",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "6dff53527db12d92c8199eb8cb541efb85a4a903",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
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: 2 flattened updates found: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter, registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Returning 1 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.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "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.68.0",
                 "datasource": "docker",
                 "replaceString": "v1.68.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.69.0",
                     "newValue": "v1.69.0",
                     "newMajor": 1,
                     "newMinor": 69,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.68.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.68.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.17",
                 "datasource": "docker",
                 "replaceString": "14.17",
                 "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.17",
                 "fixedVersion": "14.17"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "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.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "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.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitaly",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-mailroom",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-pages",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitaly",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "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.9.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               }
             ],
             "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.68.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.68.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.69.0",
                     "newValue": "v1.69.0",
                     "newMajor": 1,
                     "newMinor": 69,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.68.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.68.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.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/certificates:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "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.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitaly:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-pages",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-pages:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "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.17",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:14.17",
                 "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.17",
                 "fixedVersion": "14.17"
               },
               {
                 "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.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "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.9.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse\n      tag: 17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               }
             ],
             "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.9.2",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentValue": "17.9.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Gitlab: 17.9.2",
                 "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.9.2",
                 "fixedVersion": "17.9.2"
               }
             ],
             "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 1 branch: renovate/ironbank (repository=big-bang/product/packages/gitlab)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/gitlab)
DEBUG: currentHourStart=2025-03-20T06: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: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/gitlab)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/gitlab)
DEBUG: getPr(374) (repository=big-bang/product/packages/gitlab)
DEBUG: getMR(374) (repository=big-bang/product/packages/gitlab)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/gitlab)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/gitlab)
DEBUG: Branch concurrent limit remaining: 9 (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: syncBranchState() (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(374) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(374) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:22:12.068Z) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/gitlab, 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/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T17:21:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter in chart/Chart.yaml is already updated (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/gitlab, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter in chart/values.yaml is already updated (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/gitlab, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
DEBUG: No package files need updating (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-19T17:21:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(374) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(374) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter (v1.68.0 -> v1.69.0) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter (v1.68.0 -> v1.69.0) (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter Docker tag to v1.69.0"
 INFO: PR updated (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
       "pr": 374,
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter Docker tag to v1.69.0"
DEBUG: setPrCache() (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/gitlab, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/gitlab)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/gitlab)
DEBUG: getPr(374) (repository=big-bang/product/packages/gitlab)
DEBUG: getMR(374) (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: Branch lists (repository=big-bang/product/packages/gitlab)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/gitlab)
DEBUG: No branches to clean up (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": "4510b22ce8d292e2b8e7f5c1ec638547eb0f6bcf"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4510b22ce8d292e2b8e7f5c1ec638547eb0f6bcf",
           "branchName": "renovate/ironbank",
           "branchSha": "18375ce04130e4c1d3d46029fc189713ba84ad38",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/gitlab)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 374,
           "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter Docker tag to v1.69.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
               "displayPending": "",
               "fixedVersion": "v1.68.0",
               "currentVersion": "v1.68.0",
               "currentValue": "v1.68.0",
               "newValue": "v1.69.0",
               "newVersion": "v1.69.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
               "displayPending": "",
               "fixedVersion": "v1.68.0",
               "currentVersion": "v1.68.0",
               "currentValue": "v1.68.0",
               "newValue": "v1.69.0",
               "newVersion": "v1.69.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/gitlab)
       "stats": {"total": 22, "open": 1, "closed": 1, "merged": 20}
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": 2456, "extract": 314, "lookup": 1533, "onboarding": 0, "update": 1493},
       "total": 6336
DEBUG: Package cache statistics (repository=big-bang/product/packages/gitlab)
       "get": {"count": 57, "avgMs": 9, "medianMs": 1, "maxMs": 98, "totalMs": 495},
       "set": {"count": 47, "avgMs": 31, "medianMs": 6, "maxMs": 315, "totalMs": 1447}
DEBUG: HTTP statistics (repository=big-bang/product/packages/gitlab)
       "hosts": {
         "registry1.dso.mil": {
           "count": 78,
           "reqAvgMs": 49,
           "reqMedianMs": 41,
           "reqMaxMs": 204,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 262,
           "reqMedianMs": 170,
           "reqMaxMs": 856,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 89
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/gitlab)
DEBUG: Lookup statistics (repository=big-bang/product/packages/gitlab)
       "docker": {"count": 49, "avgMs": 314, "medianMs": 158, "maxMs": 1009, "totalMs": 15380}
 INFO: Repository finished (repository=big-bang/product/packages/gitlab)
       "cloned": true,
       "durationMs": 6336
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=112) (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": 441
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": 1237
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": 158,
           "reqMedianMs": 121,
           "reqMaxMs": 242,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "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": 1237
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": 567
DEBUG: latest repository commit (repository=big-bang/product/packages/policy)
       "latestCommit": {
         "hash": "82c5fecffd585b8c1ace937a0ff8ee2ea4417093",
         "date": "2025-03-20T00:23:57+00:00",
         "message": "Merge branch 'renovate/migrate-config' into 'main'",
         "refs": "HEAD -> main, tag: 3.18.2-bb.2, origin/main, origin/HEAD",
         "body": "Migrate Renovate Config\n\nSee merge request big-bang/product/packages/policy!305",
         "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"]
           }
         ],
         "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: migrateAndValidate() (repository=big-bang/product/packages/policy)
DEBUG: No config migration necessary (repository=big-bang/product/packages/policy)
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-03-20T00:23:57+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": 9, "regex": 13, "helmv3": 14}
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:7a2fb6a100918c1a3f0815f31fd63344787a6e195bf5f6e7a99e2d2c0f3a3992, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034648",
         "mil.dso.ironbank.image.keywords": "policy,governance",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:45:22+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": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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: 8 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 (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.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "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.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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": "3.18.2-bb.2",
             "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.30.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "crdRepository: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl\n  crdRelease: v1.30.10",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               }
             ],
             "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.30.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.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/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-03-20T06: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: getPr(311) (repository=big-bang/product/packages/policy)
DEBUG: getMR(311) (repository=big-bang/product/packages/policy)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/policy)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: getPr(311) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(311) (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: PR rebase requested=false (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() = false (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-03-20T06:22:18.240Z) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-20T00:23:57+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/policy, 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/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-03-20T00:23:57+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (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: getPr(311) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(311) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11"
 INFO: PR updated (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
       "pr": 311,
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11"
DEBUG: setPrCache() (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (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: getPr(311) (repository=big-bang/product/packages/policy)
DEBUG: getMR(311) (repository=big-bang/product/packages/policy)
DEBUG: Config does not need migration (repository=big-bang/product/packages/policy)
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"],
       "renovateBranches": ["renovate/ironbank"]
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": "82c5fecffd585b8c1ace937a0ff8ee2ea4417093"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "82c5fecffd585b8c1ace937a0ff8ee2ea4417093",
           "branchName": "renovate/ironbank",
           "branchSha": "e6bd18b50b1ad8aaba2dc8931e8c22dd25478cea",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/policy)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 311,
           "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/policy)
       "stats": {"total": 7, "open": 1, "closed": 2, "merged": 4}
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": 1832, "extract": 324, "lookup": 781, "onboarding": 0, "update": 1918},
       "total": 5402
DEBUG: Package cache statistics (repository=big-bang/product/packages/policy)
       "get": {"count": 11, "avgMs": 7, "medianMs": 3, "maxMs": 40, "totalMs": 78},
       "set": {"count": 11, "avgMs": 7, "medianMs": 7, "maxMs": 12, "totalMs": 78}
DEBUG: HTTP statistics (repository=big-bang/product/packages/policy)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 77,
           "reqMedianMs": 23,
           "reqMaxMs": 384,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 225,
           "reqMedianMs": 179,
           "reqMaxMs": 583,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 18
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/policy)
DEBUG: Lookup statistics (repository=big-bang/product/packages/policy)
       "docker": {"count": 21, "avgMs": 285, "medianMs": 384, "maxMs": 711, "totalMs": 5991}
 INFO: Repository finished (repository=big-bang/product/packages/policy)
       "cloned": true,
       "durationMs": 5402
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": 898
DEBUG: latest repository commit (repository=big-bang/product/packages/monitoring)
       "latestCommit": {
         "hash": "7f6d60a3272e43d36e7c6dd4b5fab9b53d49814a",
         "date": "2025-03-14T14:53:18+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 69.7.3-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/monitoring!407",
         "author_name": "Peter Sigur",
         "author_email": "sigur_peter@bah.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-03-14T14:53:18+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": 9, "helmv3": 11, "helm-values": 47}
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-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-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: 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/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: 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/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: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus-operator/prometheus-operator, sha256:5f842da7dc047384b9245d8cf82505222b56c29cbbd138a14622b6280055f2e0, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus-operator/prometheus-config-reloader, sha256:77c4758b479b02e0573eba7e5a4a5f7bf49a667a49013ea7774f77bc9afa3ab8, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/snmp_exporter, sha256:f519aeb4436f1981700a9360ec3bdea57848bcb35d1c3ba72534376ad90a1b0c, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/alertmanager, sha256:2594bb194c17ecdcda3745857aa289bd60deab5d3e8a1a84a8a793a8811c77fc, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes/kube-state-metrics, sha256:eb042bb34acdc703225af880d947dc76ba270d5444d4cdccf9d77926e1f48c0a, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/prometheus, sha256:a00bf9ca6183c59bdc0fd382ed89b17f695570c3bf4a893b8981ed4d8ffd5063, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/node-exporter, sha256:7156faa9c03bf71563f1ac67c7f519a3255def70bcbfac634e28351fbe1c1830, 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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035375",
         "mil.dso.ironbank.image.keywords": "configmap,prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 01:17:01+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": "93fa2fb32aac94ee02e0cbc2221b339dfffbb3d6",
         "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.81.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034586",
         "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:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-19 23:38:14+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": "471d91735c660367be2a3e26574b3d899ae262d5",
         "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.2.1",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:a6c13025969f0e6c4d50af36d7c76b0ddc975e355aa21809cca837db7c5c34b6",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035092",
         "mil.dso.ironbank.image.keywords": "kubernetes,metrics",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:8d6687c06d4578e6919df29677f12e9168ef45ef7bf55bd298b6bd8bff97f9a0",
         "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-03-20 00:49:52+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": "f31a33d5057c8fa054b5a6ce5a2ebc0bb3830261",
         "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.15.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035924",
         "mil.dso.ironbank.image.keywords": "prometheus,metrics,collector",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 02:42:25+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": "db6b78eaa8117a144846b195c735660cf7faf91f",
         "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.9.0",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "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:f4b9e16e373777ddd82136423b0e7de9f3f00d5a84591d2d0a9b652a1c9c2cd9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.38.1",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034744",
         "mil.dso.ironbank.image.keywords": "prom,prometheus,exporter,snmp",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:9d95a303c8e5961f65cf5d32c2289680d2e980e224b028d252c3710e416b3f17",
         "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-03-20 00:02:55+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": "c21a577975dc49d25e97064a389e73468299976a",
         "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.28.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:07890f2cc2c5247aee038dc7f5a87c6aa9298e23d16e454ea8e104e7b22e5f09",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-02-04T04:32:30Z",
         "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.38.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 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4035601",
         "mil.dso.ironbank.image.keywords": "operator,monitoring,prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:22ef807417001ad0b6e92141181140e439c52f5db518beb42d51d2641aacc65a",
         "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-03-20 01:50:46+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": "eb8ebb426b2bd94e590254baedf337834306203e",
         "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.81.0",
         "release": "1738643550",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "f4371344f505f230dd8b447590dba1946ab022b7",
         "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:901e987bc9562c91d3404615caea5ea81d474fc0149afc89d5681065cbef54cf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-03-13T07:15:09Z",
         "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.38.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 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "4034924",
         "mil.dso.ironbank.image.keywords": "metrics,prometheus,alert",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:65485f7a4fc5720efcb51651831c13be3abfac77ac9f665e5d5f8dfe8a70360d",
         "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-03-20 00:28:16+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": "df7739a86ba27ebe36a9a8c40548dfb280dfd725",
         "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.1",
         "release": "1741850109",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "7865437f00d10c54ee1c3a6268b5ff65b38afba5",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: getLabels(https://quay.io, prometheus-operator/prometheus-config-reloader, v0.81.0) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://quay.io, prometheus-operator/prometheus-config-reloader, v0.81.0, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://quay.io, prometheus-operator/prometheus-config-reloader, sha256:6bfe763f260e3dda51615147b1fb9e2cac3ca2c53ad9825c7b5a11935b328a8a, 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: 14 flattened updates found: quay.io/prometheus-operator/prometheus-config-reloader, registry1.dso.mil/ironbank/opensource/prometheus/alertmanager, registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar, registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader, registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator, registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator, registry1.dso.mil/ironbank/opensource/prometheus/alertmanager, registry1.dso.mil/ironbank/opensource/prometheus/alertmanager, registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader, registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Returning 1 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.80.1",
                 "datasource": "docker",
                 "replaceString": "v0.80.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.81.0",
                     "newValue": "v0.81.0",
                     "newMajor": 0,
                     "newMinor": 81,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "quay.io/prometheus-operator/prometheus-config-reloader",
                 "warnings": [],
                 "registryUrl": "https://quay.io",
                 "lookupName": "prometheus-operator/prometheus-config-reloader",
                 "currentVersion": "v0.80.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.80.1"
               }
             ],
             "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.28.0",
                 "datasource": "docker",
                 "replaceString": "v0.28.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.28.1",
                     "newValue": "v0.28.1",
                     "newMajor": 0,
                     "newMinor": 28,
                     "newPatch": 1,
                     "updateType": "patch",
                     "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.28.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.28.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.5.2",
                 "datasource": "docker",
                 "replaceString": "11.5.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "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.5.2",
                 "fixedVersion": "11.5.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "currentValue": "1.30.0",
                 "datasource": "docker",
                 "replaceString": "1.30.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.30.2",
                     "newValue": "1.30.2",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 2,
                     "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.30.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.30.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.15.0",
                 "datasource": "docker",
                 "replaceString": "v2.15.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.15.0",
                 "fixedVersion": "v2.15.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/node-exporter",
                 "currentValue": "v1.9.0",
                 "datasource": "docker",
                 "replaceString": "v1.9.0",
                 "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.9.0",
                 "fixedVersion": "v1.9.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/snmp_exporter",
                 "currentValue": "v0.28.0",
                 "datasource": "docker",
                 "replaceString": "v0.28.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.28.0",
                 "fixedVersion": "v0.28.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "currentValue": "v0.80.1",
                 "datasource": "docker",
                 "replaceString": "v0.80.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.81.0",
                     "newValue": "v0.81.0",
                     "newMajor": 0,
                     "newMinor": 81,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.80.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.80.1"
               },
               {
                 "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.80.1",
                 "datasource": "docker",
                 "replaceString": "v0.80.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.81.0",
                     "newValue": "v0.81.0",
                     "newMajor": 0,
                     "newMinor": 81,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.80.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.80.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "currentValue": "v0.80.1",
                 "datasource": "docker",
                 "replaceString": "v0.80.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.81.0",
                     "newValue": "v0.81.0",
                     "newMajor": 0,
                     "newMinor": 81,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.80.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.80.1"
               },
               {
                 "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.10",
                 "datasource": "docker",
                 "replaceString": "v1.30.10",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
                 "currentValue": "v3.2.1",
                 "datasource": "docker",
                 "replaceString": "v3.2.1",
                 "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.2.1",
                 "fixedVersion": "v3.2.1"
               },
               {
                 "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.30.*",
                 "registryUrls": [
                   "https://prometheus-community.github.io/helm-charts"
                 ],
                 "updates": [],
                 "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.30.1",
                 "currentVersionTimestamp": "2025-03-01T18:31:47.341Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "depName": "prometheus-node-exporter",
                 "currentValue": "4.44.*",
                 "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.44.1",
                 "currentVersionTimestamp": "2025-02-25T21:40:48.579Z",
                 "currentVersionAgeInDays": 22
               },
               {
                 "depName": "grafana",
                 "currentValue": "8.10.*",
                 "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.10.4",
                 "currentVersionTimestamp": "2025-03-16T20:05:01.934Z",
                 "currentVersionAgeInDays": 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"
               },
               {
                 "depName": "prometheus-windows-exporter",
                 "currentValue": "0.9.*",
                 "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.9.1",
                 "currentVersionTimestamp": "2025-03-15T22:43:40.122Z",
                 "currentVersionAgeInDays": 4
               },
               {
                 "depName": "prometheus-snmp-exporter",
                 "currentValue": "8.0.0",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "prometheus-snmp-exporter"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "69.7.3-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
                 "currentValue": "v0.80.1",
                 "datasource": "docker",
                 "replaceString": "appVersion: v0.80.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.81.0",
                     "newValue": "v0.81.0",
                     "newMajor": 0,
                     "newMinor": 81,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.80.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.80.1"
               }
             ],
             "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.2.1",
                 "datasource": "docker",
                 "replaceString": "- Prometheus: 3.2.1",
                 "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.2.1",
                 "fixedVersion": "3.2.1"
               }
             ],
             "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.5.2",
                 "datasource": "docker",
                 "replaceString": "- Grafana: 11.5.2",
                 "updates": [],
                 "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.5.2",
                 "fixedVersion": "11.5.2"
               }
             ],
             "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.28.0",
                 "datasource": "docker",
                 "replaceString": "- Alertmanager: 0.28.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.28.1",
                     "newValue": "0.28.1",
                     "newMajor": 0,
                     "newMinor": 28,
                     "newPatch": 1,
                     "updateType": "patch",
                     "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.28.0",
                 "isSingleVersion": true,
                 "fixedVersion": "0.28.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.28.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus/alertmanager:v0.28.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.28.1",
                     "newValue": "v0.28.1",
                     "newMajor": 0,
                     "newMinor": 28,
                     "newPatch": 1,
                     "updateType": "patch",
                     "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.28.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.28.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.5.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:11.5.2",
                 "updates": [],
                 "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.5.2",
                 "fixedVersion": "11.5.2"
               },
               {
                 "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.30.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.30.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.30.2",
                     "newValue": "1.30.2",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 2,
                     "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.30.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.30.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.10",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.11",
                     "newValue": "v1.30.11",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 11,
                     "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.30/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.10",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics",
                 "currentValue": "v2.15.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics:v2.15.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.15.0",
                 "fixedVersion": "v2.15.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.2.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v3.2.1",
                 "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.2.1",
                 "fixedVersion": "v3.2.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "currentValue": "v0.80.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader:v0.80.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.81.0",
                     "newValue": "v0.81.0",
                     "newMajor": 0,
                     "newMinor": 81,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.80.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.80.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
                 "currentValue": "v0.80.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator:v0.80.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.81.0",
                     "newValue": "v0.81.0",
                     "newMajor": 0,
                     "newMinor": 81,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "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.80.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.80.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/node-exporter",
                 "currentValue": "v1.9.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus/node-exporter:v1.9.0",
                 "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.9.0",
                 "fixedVersion": "v1.9.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/snmp_exporter",
                 "currentValue": "v0.28.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus/snmp_exporter:v0.28.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.28.0",
                 "fixedVersion": "v0.28.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 1 branch: renovate/ironbank (repository=big-bang/product/packages/monitoring)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/monitoring)
DEBUG: currentHourStart=2025-03-20T06: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/ironbank) (repository=big-bang/product/packages/monitoring)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/monitoring)
DEBUG: getPr(417) (repository=big-bang/product/packages/monitoring)
DEBUG: getMR(417) (repository=big-bang/product/packages/monitoring)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/monitoring)
DEBUG: PR concurrent limit remaining: 9 (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-03-20T06: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: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/monitoring)
DEBUG: Branch concurrent limit remaining: 9 (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/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(417) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(417) (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-03-20T06:22:26.979Z) (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: Setting git author name: Renovate Bot (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (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-03-14T14:53:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep quay.io/prometheus-operator/prometheus-config-reloader in chart/deps/prometheus-snmp-exporter/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/deps/prometheus-snmp-exporter/values.yaml, branch=renovate/ironbank)
       "depName": "quay.io/prometheus-operator/prometheus-config-reloader"
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/kubernetes/kubectl 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/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl 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/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader 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-operator/prometheus-config-reloader"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader 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-operator/prometheus-config-reloader"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader 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-operator/prometheus-config-reloader"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator 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-operator/prometheus-operator"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator 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-operator/prometheus-operator"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator 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-operator/prometheus-operator"
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-03-14T14:53:18+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(417) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(417) (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/kiwigrid/k8s-sidecar (1.30.0 -> 1.30.2) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar (1.30.0 -> 1.30.2) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.30/kubectl (v1.30.10 -> v1.30.11) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader (v0.80.1 -> v0.81.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader (v0.80.1 -> v0.81.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader (v0.80.1 -> v0.81.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator (v0.80.1 -> v0.81.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator (v0.80.1 -> v0.81.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator (v0.80.1 -> v0.81.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/prometheus-operator/prometheus-config-reloader (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/prometheus-operator/prometheus-config-reloader (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/prometheus-operator/prometheus-config-reloader (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/prometheus-operator/prometheus-operator (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/prometheus-operator/prometheus-operator (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/prometheus-operator/prometheus-operator (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager (v0.28.0 -> v0.28.1) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager (v0.28.0 -> v0.28.1) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager (v0.28.0 -> v0.28.1) (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": 417,
       "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/ironbank) (repository=big-bang/product/packages/monitoring)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/monitoring)
DEBUG: getPr(417) (repository=big-bang/product/packages/monitoring)
DEBUG: getMR(417) (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"],
       "renovateBranches": ["renovate/ironbank"]
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": "7f6d60a3272e43d36e7c6dd4b5fab9b53d49814a"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "7f6d60a3272e43d36e7c6dd4b5fab9b53d49814a",
           "branchName": "renovate/ironbank",
           "branchSha": "6caa2beb19cd5056fdec162617a62c01ed6bdc9b",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/monitoring)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 417,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "quay.io/prometheus-operator/prometheus-config-reloader",
               "displayPending": "",
               "fixedVersion": "v0.80.1",
               "currentVersion": "v0.80.1",
               "currentValue": "v0.80.1",
               "newValue": "v0.81.0",
               "newVersion": "v0.81.0",
               "packageFile": "chart/deps/prometheus-snmp-exporter/values.yaml",
               "updateType": "minor",
               "packageName": "quay.io/prometheus-operator/prometheus-config-reloader"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
               "displayPending": "",
               "fixedVersion": "1.30.0",
               "currentVersion": "1.30.0",
               "currentValue": "1.30.0",
               "newValue": "1.30.2",
               "newVersion": "1.30.2",
               "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.30.0",
               "currentVersion": "1.30.0",
               "currentValue": "1.30.0",
               "newValue": "1.30.2",
               "newVersion": "1.30.2",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "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.10",
               "currentVersion": "v1.30.10",
               "currentValue": "v1.30.10",
               "newValue": "v1.30.11",
               "newVersion": "v1.30.11",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
               "displayPending": "",
               "fixedVersion": "v0.80.1",
               "currentVersion": "v0.80.1",
               "currentValue": "v0.80.1",
               "newValue": "v0.81.0",
               "newVersion": "v0.81.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
               "displayPending": "",
               "fixedVersion": "v0.80.1",
               "currentVersion": "v0.80.1",
               "currentValue": "v0.80.1",
               "newValue": "v0.81.0",
               "newVersion": "v0.81.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
               "displayPending": "",
               "fixedVersion": "v0.80.1",
               "currentVersion": "v0.80.1",
               "currentValue": "v0.80.1",
               "newValue": "v0.81.0",
               "newVersion": "v0.81.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
               "displayPending": "",
               "fixedVersion": "v0.80.1",
               "currentVersion": "v0.80.1",
               "currentValue": "v0.80.1",
               "newValue": "v0.81.0",
               "newVersion": "v0.81.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
               "displayPending": "",
               "fixedVersion": "v0.80.1",
               "currentVersion": "v0.80.1",
               "currentValue": "v0.80.1",
               "newValue": "v0.81.0",
               "newVersion": "v0.81.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
               "displayPending": "",
               "fixedVersion": "v0.80.1",
               "currentVersion": "v0.80.1",
               "currentValue": "v0.80.1",
               "newValue": "v0.81.0",
               "newVersion": "v0.81.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
               "displayPending": "",
               "fixedVersion": "v0.28.0",
               "currentVersion": "v0.28.0",
               "currentValue": "v0.28.0",
               "newValue": "v0.28.1",
               "newVersion": "v0.28.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
               "displayPending": "",
               "fixedVersion": "0.28.0",
               "currentVersion": "v0.28.0",
               "currentValue": "0.28.0",
               "newValue": "0.28.1",
               "newVersion": "v0.28.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
               "displayPending": "",
               "fixedVersion": "v0.28.0",
               "currentVersion": "v0.28.0",
               "currentValue": "v0.28.0",
               "newValue": "v0.28.1",
               "newVersion": "v0.28.1",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/monitoring)
       "stats": {"total": 26, "open": 1, "closed": 18, "merged": 7}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/monitoring)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/monitoring)
       "splits": {"init": 2380, "extract": 332, "lookup": 3501, "onboarding": 0, "update": 2551},
       "total": 9291
DEBUG: Package cache statistics (repository=big-bang/product/packages/monitoring)
       "get": {"count": 57, "avgMs": 27, "medianMs": 4, "maxMs": 224, "totalMs": 1567},
       "set": {"count": 50, "avgMs": 25, "medianMs": 3, "maxMs": 220, "totalMs": 1229}
DEBUG: HTTP statistics (repository=big-bang/product/packages/monitoring)
       "hosts": {
         "prometheus-community.github.io": {
           "count": 1,
           "reqAvgMs": 328,
           "reqMedianMs": 328,
           "reqMaxMs": 328,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "quay.io": {
           "count": 11,
           "reqAvgMs": 291,
           "reqMedianMs": 143,
           "reqMaxMs": 1459,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 43,
           "reqAvgMs": 255,
           "reqMedianMs": 75,
           "reqMaxMs": 1141,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 22,
           "reqAvgMs": 181,
           "reqMedianMs": 123,
           "reqMaxMs": 782,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 77
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/monitoring)
DEBUG: Lookup statistics (repository=big-bang/product/packages/monitoring)
       "docker": {"count": 42, "avgMs": 747, "medianMs": 207, "maxMs": 3403, "totalMs": 31375},
       "helm": {"count": 4, "avgMs": 1197, "medianMs": 1514, "maxMs": 1514, "totalMs": 4787}
 INFO: Repository finished (repository=big-bang/product/packages/monitoring)
       "cloned": true,
       "durationMs": 9291
DEBUG: Checking file package cache for expired items
DEBUG: Deleted 4 of 1500 file cached entries in 558ms

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

section_end:1742451753:archive_cache
section_start:1742451753: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=43520543 responseStatus=201 Created token=glcbt-64

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

section_end:1742451754:cleanup_file_variables
Job succeeded