Skip to content

Cannot find path '/home/dependabot/dependabot-updater/repo' #12386

@BenjaminMichaelis

Description

@BenjaminMichaelis

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

nuget

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

https://github.com/IntelliTect/EssentialCSharp.Web/blob/main/Directory.Packages.props

dependabot.yml content

version: 2
registries:
  nuget-azure-artifacts:
    type: nuget-feed
    url: https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json
    username: ${{secrets.AZURE_DEVOPS_PAT_USERNAME}}
    password: ${{secrets.AZURE_DEVOPS_PAT}}
updates:
  - package-ecosystem: "nuget" # See documentation for possible values
    directories:
      - "**/*"
    registries:
      - nuget-azure-artifacts
    schedule:
      interval: "daily"
      time: "04:00"
      timezone: "America/Los_Angeles"
    groups:
       tooling-dependencies:
          applies-to: version-updates
          patterns:
            - "ContentFeedNuget"
            - "EssentialCSharp.Shared.Models"

  - package-ecosystem: "github-actions" # See documentation for possible values
    directory: "/" # Location of package manifests
    schedule:
      interval: "weekly" 

  - package-ecosystem: "docker"
    # Look for a `Dockerfile` in the `root` directory
    directory: "/EssentialCSharp.Web/"
    # Check for updates once a week
    schedule:
      interval: "weekly"

Updated dependency

Just for an example of one dep I expect to be updated, I expect to see https://www.nuget.org/packages/EssentialCSharp.Shared.Models get updated to 1.1.1.5458 from it's current version of 1.1.1.4632 and ContentFeedNuget get updated to the same version.

What you expected to see, versus what you actually saw

Packages get updated

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

Logs: (https://github.com/IntelliTect/EssentialCSharp.Web/actions/runs/15441154392/job/43459052814)

updater | Job: {
"allowed-updates": [
{
"dependency-type": "direct",
"update-type": "all"
}
],
"commit-message-options": {
"prefix": null,
"prefix-development": null,
"include-scope": null
},
"credentials-metadata": [
{
"type": "nuget_feed",
"url": "https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json"
},
{
"type": "git_source",
"host": "github.com"
}
],
"debug": null,
"dependencies": null,
"dependency-groups": [
{
"name": "tooling-dependencies",
"rules": {
"patterns": [
"ContentFeedNuget",
"EssentialCSharp.Shared.Models"
]
},
"applies-to": "version-updates"
}
],
"dependency-group-to-refresh": null,
"existing-pull-requests": [],
"existing-group-pull-requests": [],
"experiments": {
"record-ecosystem-versions": true,
"record-update-job-unknown-error": true,
"proxy-cached": true,
"move-job-token": true,
"dependency-change-validation": true,
"nuget-install-dotnet-sdks": true,
"nuget-native-analysis": true,
"nuget-native-updater": true,
"nuget-use-direct-discovery": true,
"nuget-use-legacy-updater-when-updating-pr": true,
"nuget-use-legacy-update-handler": true,
"enable-file-parser-python-local": true,
"npm-fallback-version-above-v6": true,
"lead-security-dependency": true,
"enable-record-ecosystem-meta": true,
"enable-shared-helpers-command-timeout": true,
"enable-dependabot-setting-up-cronjob": true,
"enable-engine-version-detection": true,
"avoid-duplicate-updates-package-json": true,
"allow-refresh-for-existing-pr-dependencies": true,
"allow-refresh-group-with-all-dependencies": true,
"exclude-local-composer-packages": true,
"enable-enhanced-error-details-for-updater": true,
"enable-cooldown-for-python": true,
"enable-cooldown-for-uv": true,
"enable-cooldown-for-npm-and-yarn": true,
"enable-cooldown-for-bun": true,
"enable-cooldown-for-bundler": true,
"enable-cooldown-for-cargo": true,
"enable-cooldown-for-maven": true,
"enable-cooldown-for-gomodules": true,
"enable-cooldown-metrics-collection": true,
"enable-cooldown-for-composer": true,
"enable-cooldown-for-gradle": true
},
"ignore-conditions": [],
"lockfile-only": false,
"max-updater-run-time": 2700,
"package-manager": "nuget",
"proxy-log-response-body-on-auth-failure": true,
"requirements-update-strategy": null,
"reject-external-code": false,
"security-advisories": [],
"security-updates-only": false,
"source": {
"provider": "github",
"repo": "IntelliTect/EssentialCSharp.Web",
"branch": null,
"directory": null,
"api-endpoint": "https://api.github.com/",
"hostname": "github.com",
"directories": [
"/**/*"
]
},
"updating-a-pull-request": false,
"update-subdependencies": false,
"vendor-dependencies": false,
"enable-beta-ecosystems": false,
"repo-private": false,
"multi-ecosystem-update": false
}
updater | 2025/06/04 11:32:35 INFO Running command: git clone --no-tags --depth 1 --recurse-submodules --shallow-submodules https://github.com/IntelliTect/EssentialCSharp.Web /home/dependabot/dependabot-updater/repo
updater | Cannot find path '/home/dependabot/dependabot-updater/repo' because it does not exist.
updater | System.Management.Automation.ItemNotFoundException: Cannot find path '/home/dependabot/dependabot-updater/repo' because it does not exist.
at System.Management.Automation.LocationGlobber.ExpandMshGlobPath(String path, Boolean allowNonexistingPaths, PSDriveInfo drive, ContainerCmdletProvider provider, CmdletProviderContext context)
at System.Management.Automation.LocationGlobber.ResolveDriveQualifiedPath(String path, CmdletProviderContext context, Boolean allowNonexistingPaths, CmdletProvider& providerInstance)
at System.Management.Automation.LocationGlobber.GetGlobbedMonadPathsFromMonadPath(String path, Boolean allowNonexistingPaths, CmdletProviderContext context, CmdletProvider& providerInstance)
at System.Management.Automation.LocationGlobber.GetGlobbedProviderPathsFromMonadPath(String path, Boolean allowNonexistingPaths, CmdletProviderContext context, ProviderInfo& provider, CmdletProvider& providerInstance)
at System.Management.Automation.SessionStateInternal.GetChildItems(String path, Boolean recurse, UInt32 depth, CmdletProviderContext context)
at Microsoft.PowerShell.Commands.GetChildItemCommand.ProcessRecord()
updater | at Repair-FileCasingForName, /home/dependabot/dependabot-updater/bin/common.ps1: line 148
at Repair-FileCasing, /home/dependabot/dependabot-updater/bin/common.ps1: line 160
at Get-Files, /home/dependabot/dependabot-updater/bin/main.ps1: line 34
at <ScriptBupdater | lock>, /home/dependabot/dependabot-updater/bin/main.ps1: line 65

Smallest manifest that reproduces the issue

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    L: dotnet:nugetNuGet packages via nuget or dotnetT: bug 🐞Something isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions