From 8249d01ede533fa73cd4587991baf4b026a627fc Mon Sep 17 00:00:00 2001 From: Tomas Sebestik Date: Wed, 26 Apr 2023 10:43:55 +0200 Subject: [PATCH] ci(github): add dependabot config - add dependabot config file - ignore DangerJS dependecies from dependabot --- .github/dependabot.yml | 12 ++++++++++++ .gitlab/CODEOWNERS | 1 + 2 files changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..e946af356e --- /dev/null +++ b/.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 diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index 14f32db48a..c3cf728734 100644 --- a/.gitlab/CODEOWNERS +++ b/.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