From 89af16ec60d181ac442a4e168dea468335f6ea61 Mon Sep 17 00:00:00 2001 From: Ben Garrett Date: Fri, 23 Feb 2024 11:59:52 +1100 Subject: [PATCH] Update dependabot.yml and mkdocs-deploy.yml --- .github/dependabot.yml | 15 +++++++++++++-- .github/workflows/mkdocs-deploy.yml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b8353a..d30b548 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,16 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" - target-branch: "dev" + interval: "weekly" + target-branch: "main" + open-pull-requests-limit: 10 + groups: + updates: + update-types: + - "minor" + - "patch" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "main" \ No newline at end of file diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml index 0d90130..41af21e 100644 --- a/.github/workflows/mkdocs-deploy.yml +++ b/.github/workflows/mkdocs-deploy.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - "site/**" + - "docs/**" jobs: deploy: runs-on: ubuntu-latest