Merge branch 'feat/defince_config_dependabot' into 'master'

ci(github): add dependabot config

See merge request espressif/esp-idf!23468
This commit is contained in:
Ivan Grokhotkov
2023-05-26 14:58:37 +08:00
2 changed files with 13 additions and 0 deletions

12
.github/dependabot.yml vendored Normal file
View File

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

View File

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