From c80fd8e756651c62f26356540ee413127ae12326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 19 May 2022 17:49:03 +0200 Subject: [PATCH] Enhancement: Let dependabot update dependencies in composite actions --- .github/dependabot.yml | 66 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7872ee..9dc98f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,69 @@ updates: package-ecosystem: "github-actions" schedule: interval: "daily" + + - commit-message: + include: "scope" + prefix: "github-actions" + directory: "/actions/github/pull-request/add-assignee" + labels: + - "dependency" + open-pull-requests-limit: 10 + package-ecosystem: "github-actions" + schedule: + interval: "daily" + + - commit-message: + include: "scope" + prefix: "github-actions" + directory: "/actions/github/pull-request/add-label-based-on-branch-name" + labels: + - "dependency" + open-pull-requests-limit: 10 + package-ecosystem: "github-actions" + schedule: + interval: "daily" + + - commit-message: + include: "scope" + prefix: "github-actions" + directory: "/actions/github/pull-request/approve" + labels: + - "dependency" + open-pull-requests-limit: 10 + package-ecosystem: "github-actions" + schedule: + interval: "daily" + + - commit-message: + include: "scope" + prefix: "github-actions" + directory: "/actions/github/pull-request/merge" + labels: + - "dependency" + open-pull-requests-limit: 10 + package-ecosystem: "github-actions" + schedule: + interval: "daily" + + - commit-message: + include: "scope" + prefix: "github-actions" + directory: "/actions/github/pull-request/request-review" + labels: + - "dependency" + open-pull-requests-limit: 10 + package-ecosystem: "github-actions" + schedule: + interval: "daily" + + - commit-message: + include: "scope" + prefix: "github-actions" + directory: "/actions/github/release/create" + labels: + - "dependency" + open-pull-requests-limit: 10 + package-ecosystem: "github-actions" + schedule: + interval: "daily"