豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

directories not honored #14762

@adamlui

Description

@adamlui

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

pip

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

https://github.com/adamlui/js-utils/blob/main/generate-ip/requirements-dev.txt
https://github.com/adamlui/js-utils/blob/main/generate-pw/requirements-dev.txt
https://github.com/adamlui/js-utils/blob/main/geolocate/requirements-dev.txt
https://github.com/adamlui/js-utils/blob/main/minify.js/requirements-dev.txt
https://github.com/adamlui/js-utils/blob/main/scss-to-css/requirements-dev.txt

dependabot.yml content

dependabot.yml content

https://github.com/adamlui/js-utils/blob/c1e5e7e03ee4a0d8719d24cfcbe1df8198c4d0ae/.github/dependabot.yml

version: 2
updates:

  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: daily

  - package-ecosystem: npm
    directories:
      - /
      - /generate-ip
      - /generate-pw
      - /geolocate
      - /latin-locales
      - /minify.js/gulp
      - /minify.js/node.js
      - /non-latin-locales
      - /scss-to-css
    schedule:
      interval: daily
    groups:
      prod-dependencies:
        dependency-type: production
      dev-dependencies:
        dependency-type: development
    versioning-strategy: increase

  - package-ecosystem: pip
    directories:
      - /generate-ip
      - /generate-pw
      - /geolocate
      - /minify.js
      - /scss-to-css
    schedule:
      interval: daily
    groups:
      dev-dependencies:
        dependency-type: development
    versioning-strategy: increase

Updated dependency

No response

What you expected to see, versus what you actually saw

In the pip dirs the 5X requirements-dev.txt's are specified, yet they have never bumped in my entire life's existence. Only now due to I edited the file to correct /minify.js path adamlui/js-utils@c1e5e7e it even only bumped that path instead of all the other valid ones adamlui/js-utils@15fce32

Native package manager behavior

No response

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

No response

Smallest manifest that reproduces the issue

No response

Metadata

Metadata

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions