aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-03-07 20:34:46 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-07 20:34:46 +0100
commitf01269cd026f50f9fbb6826cddec7f15c0be4ed1 (patch)
tree4ed74550d991fb50b13d928eb0c1a6d039bdc435
parent836982538ba830f50e1dce45f18bd45f01f9b51f (diff)
Dependabot better group for npm (#6175)
To reduce problems like in https://github.com/FreshRSS/FreshRSS/pull/6173
-rw-r--r--.github/dependabot.yml10
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: