From 23189dfb1a8a940f8f308dab5588f9ee4e01d0b1 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:18:01 +0200 Subject: [PATCH] ci: Workflow Bot -- Update dependabot.yml (main) (#2821) Co-authored-by: Jason3S --- .github/dependabot.yml | 46 ++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30341dc0df..d1da99ef7f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,20 +5,36 @@ version: 2 updates: - - package-ecosystem: 'npm' # See documentation for possible values - directory: '/' # Location of package manifests - schedule: - interval: 'daily' + - package-ecosystem: 'npm' # See documentation for possible values + directory: '/' # Location of package manifests + schedule: + interval: 'daily' - - package-ecosystem: "bundler" - # The Gemfile used in for the Jekyll doc site - directory: "/docs" - schedule: - interval: "daily" + - package-ecosystem: "bundler" + # The Gemfile used in for the Jekyll doc site + directory: "/docs" + schedule: + interval: "daily" - - package-ecosystem: 'github-actions' - # Workflow files stored in the - # default location of `.github/workflows` - directory: '/' - schedule: - interval: 'daily' + - package-ecosystem: 'github-actions' + # Workflow files stored in the + # default location of `.github/workflows` + directory: '/' + schedule: + interval: 'daily' + + # Automatically added by streetsidesoftware/public/update-dependabot-github-actions + - package-ecosystem: github-actions + directory: /.github/actions/pr + schedule: + interval: daily + commit-message: + prefix: chore + + # Automatically added by streetsidesoftware/public/update-dependabot-github-actions + - package-ecosystem: github-actions + directory: /.github/actions/github-app-token + schedule: + interval: daily + commit-message: + prefix: chore