Просмотр исходного кода

Dependabot better group for npm (#6175)

To reduce problems like in https://github.com/FreshRSS/FreshRSS/pull/6173
Alexandre Alapetite 2 лет назад
Родитель
Сommit
f01269cd02
1 измененных файлов с 6 добавлено и 4 удалено
  1. 6 4
      .github/dependabot.yml

+ 6 - 4
.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: