Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't support groups config properly #740

Open
D3strukt0r opened this issue May 8, 2024 · 0 comments
Open

Doesn't support groups config properly #740

D3strukt0r opened this issue May 8, 2024 · 0 comments

Comments

@D3strukt0r
Copy link

this action failed when I started using groups, see the current config here: https://github.com/D3strukt0r/weleda-webcenter-text-export/blob/f0ce41f7d4effb1113b5e7a0192bc1363626cbef/.github/dependabot.yml

version: 2
updates:
  ...
  - package-ecosystem: "npm"
    ...
    groups:
      pwa-dependencies:
        applies-to: version-updates
        patterns:
          - "*"
        update-types:
          - "minor"
          - "patch"

gives me following error

| keyword | message | dataPath |
| ------- | ------- | -------- |
| additionalProperties | should NOT have additional properties | .updates[1].groups['pwa-dependencies'] |

as you may see here though, the PR was successfully created: D3strukt0r/weleda-webcenter-text-export#32

See docs: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant