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

A simple script that demonstrates how to use Dependabot Core

Results 101 dependabot-script issues
Sort by recently updated
recently updated
newest added

I am following the steps for running the script with a docker. When I run the step 2 "Install dependencies", by executing the following command from the `dependabot-script` project root:...

The script is able to identify most packages but misses some. Not sure where it looks for the packages in `packages.config` or `.csproj` file.

This issue is related to #403 and #429, and was created to reference the new config file according [the new syntax](https://docs.github.com/en/github/administering-a-repository/customizing-dependency-updates)...

We have a private gitlab installation and I have configured the dependabot-script and schedules for some of the repos. One of the repo has a `.dependabot/config.yml` in the root and...

As you can see in https://github.com/dependabot/dependabot-script/issues/403 and https://github.com/dependabot/dependabot-core/issues/399#issuecomment-585412909 people are asking for `config.yml` in this script

Apologies if this should go into Dependabot Core, let me know if I should reopen there. Using Dependabot for Hex via Dependabot Script in GitHub Enterprise is mostly working okay....

I get this note when I run the script ```bash $ bundle exec ruby ./generic-update-script.rb NOTE: Inheriting Faraday::Error::ClientError is deprecated; use Faraday::ClientError instead. It will be removed in or after...

Is it possible to configure the directory where Dependabot downloads the files to? It would be also great if this working directory were configurable via an environment variable.

Hi! I can't set `DIRECTORY_PATH` correctly. Currently my `.gitlab-ci.yml` looks like this ```yml .dependabot: image: dependabot/dependabot-core variables: PACKAGE_MANAGER: $CI_JOB_NAME before_script: - bundle install -j $(nproc) --path vendor script: bundle exec...

![eslint-issue](https://user-images.githubusercontent.com/43309091/70001519-9fa4e500-15b1-11ea-9e89-259c6c217f35.PNG) we have integrated dependabot-script in our jenkins pipeline(running inside docker) the current dependabot-omnibus running on it is v0.117.3, however for the last couple of eslint updates we are noticing...