diff options
| author | 2024-03-07 20:34:46 +0100 | |
|---|---|---|
| committer | 2024-03-07 20:34:46 +0100 | |
| commit | f01269cd026f50f9fbb6826cddec7f15c0be4ed1 (patch) | |
| tree | 4ed74550d991fb50b13d928eb0c1a6d039bdc435 | |
| parent | 836982538ba830f50e1dce45f18bd45f01f9b51f (diff) | |
Dependabot better group for npm (#6175)
To reduce problems like in https://github.com/FreshRSS/FreshRSS/pull/6173
| -rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e687493a4..dac6b9367 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,10 +11,12 @@ updates: schedule: interval: "monthly" groups: - production-dependencies: - dependency-type: "production" - development-dependencies: - dependency-type: "development" + eslint: + patterns: + - "eslint*" + stylelint: + patterns: + - "stylelint*" - package-ecosystem: "composer" directory: "/" schedule: |
