From 1b14174327c006ec48a18b593bce2389105a06e3 Mon Sep 17 00:00:00 2001 From: Dhemy Date: Sun, 21 Sep 2025 21:53:09 +0200 Subject: [PATCH 1/2] chore(ci-cd): adjust ci/cd workflows --- .github/dependabot.yml | 5 ++++- .github/workflows/ci.yml | 2 +- .github/workflows/pages.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff1a325..dbd524d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,9 @@ updates: - package-ecosystem: bundler directory: / schedule: - interval: daily + interval: monthly + commit-message: + prefix: "chore(deps)" + open-pull-requests-limit: 10 allow: - dependency-type: direct diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89b1b04..7510810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ["main"] + branches: ["*"] pull_request: jobs: diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f175116..ee3875b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages on: push: - branches: ["main"] + branches: ["1.x"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From cfe357f3d153f1a8c2af471732584a39213ba4fd Mon Sep 17 00:00:00 2001 From: Dhemy Date: Sun, 21 Sep 2025 21:54:15 +0200 Subject: [PATCH 2/2] Update .github/dependabot.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dbd524d..ab1352e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ updates: interval: monthly commit-message: prefix: "chore(deps)" - open-pull-requests-limit: 10 + open-pull-requests-limit: 10 allow: - dependency-type: direct