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

ci(github): add dependabot config

- add dependabot config file
- ignore DangerJS dependecies from dependabot
Tomas Sebestik 2 лет назад
Родитель
Сommit
8249d01ede
2 измененных файлов с 13 добавлено и 0 удалено
  1. 12 0
      .github/dependabot.yml
  2. 1 0
      .gitlab/CODEOWNERS

+ 12 - 0
.github/dependabot.yml

@@ -0,0 +1,12 @@
+version: 2
+updates:
+  - package-ecosystem: "all"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+    ignore:
+      - directory: ".gitlab/dangerjs"
+        patterns:
+          - "package-lock.json"
+    # Disable "version updates" (keep only "security updates")
+    open-pull-requests-limit: 0

+ 1 - 0
.gitlab/CODEOWNERS

@@ -47,6 +47,7 @@
 * @esp-idf-codeowners/other
 
 /.*                                   @esp-idf-codeowners/tools
+/.github/dependabot.yml               @esp-idf-codeowners/ci
 /.github/workflows/                   @esp-idf-codeowners/ci
 /.gitlab-ci.yml                       @esp-idf-codeowners/ci
 /.gitlab/ci/                          @esp-idf-codeowners/ci