azure-dependabot icon indicating copy to clipboard operation
azure-dependabot copied to clipboard

Companion to Updating dependencies in Azure DevOps repos

Results 14 azure-dependabot issues
Sort by recently updated
recently updated
newest added

i get the following error. any idea where I could start to troubleshoot this? ``` /opt/hostedtoolcache/Ruby/2.6.6/x64/lib/ruby/gems/2.6.0/gems/dependabot-nuget-0.111.59/lib/dependabot/nuget/file_fetcher.rb:43:in `fetch_files': Dependabot::DependencyFileNotFound (Dependabot::DependencyFileNotFound) from /opt/hostedtoolcache/Ruby/2.6.6/x64/lib/ruby/gems/2.6.0/gems/dependabot-common-0.111.59/lib/dependabot/file_fetchers/base.rb:53:in `files' from ./update.rb:27:in `' ```

Microsoft-Hosted agents do no longer contain version 2.6.2 of Ruby. ```yaml - task: UseRubyVersion@0 inputs: versionSpec: '=2.6.2' ``` Produce this output: ``` 2021-03-22T09:54:06.3263262Z ##[section]Starting: UseRubyVersion 2021-03-22T09:54:06.3272459Z ============================================================================== 2021-03-22T09:54:06.3272872Z Task :...

1:1 copy of the repo and I get the following error message: X:/Something/Ruby/2.6.2/x64/lib/ruby/gems/2.6.0/gems/bundler-2.2.1/lib/bundler/resolver.rb:307:in `block in verify_gemfile_dependencies_are_found!': Could not find gem 'dependabot-omnibus (~> 0.111.5) x64-mingw32' in any of the gem sources...

At the moment PRs will be created for the default branch. However, there are use cases where one would want the PRs to be created for a different branch e.g....

Has anyone tried this towards an Azure Devops Server (the on-premise version)? I am doing a docker build of the Dockerfile to try this locally and I am getting this:...

Hello The [dependabot documentation](https://dependabot.com/docs/config-file/) states that we can specify multiple options with a config file located in the `.dependabot` directory. However I cannot make it use my config file (which...

I can't seem to find a license associated with the sample. Can one be provided? Thanks!

- Allows passing in a GitHub access token so that the API rate limiting is not exceeded Fixes #8

- By default, dependabot just looks in the root directory for `nuget.config`. Setting `directory` to a subdirectory (eg. `src`) allows dependabot to find nuget.config when it is located in another...