ci(github): add dependabot config

- add dependabot config file
- ignore DangerJS dependecies from dependabot
pull/11524/head
Tomas Sebestik 2023-04-26 10:43:55 +02:00
rodzic 53f680d0c1
commit 8249d01ede
2 zmienionych plików z 13 dodań i 0 usunięć

12
.github/dependabot.yml vendored 100644
Wyświetl plik

@ -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

Wyświetl plik

@ -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