From dc8d2ba2452a935f0fdaa01fd5b7be2309d81ec7 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Wed, 18 Oct 2023 12:09:34 +0200 Subject: [PATCH] make dependabot update github-actions --- .github/dependabot.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 345e11c..967a617 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "cargo" # See documentation for possible values + - package-ecosystem: "cargo" directory: "/" # Location of package manifests schedule: interval: "weekly" @@ -8,6 +8,15 @@ updates: prefix: "Cargo" include: "scope" ignore: - # ignore patch updates - dependency-name: "*" update-types: ["version-update:semver-patch"] + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "Github Actions" + include: "scope" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-minor"]