From f2587fab06d926dc27ab9fe7a931b5aa2d05368b Mon Sep 17 00:00:00 2001 From: Andreas Bisgaard Date: Fri, 22 Nov 2024 10:14:35 +0100 Subject: [PATCH] modify conf --- .github/dependabot.yml | 10 ++-------- .github/workflows/pages.yml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 49f48fa..338d6cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,6 @@ updates: - package-ecosystem: bundler directory: / schedule: - interval: "weekly" + interval: daily allow: - - dependency-type: direct - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" + - dependency-type: direct \ No newline at end of file diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d0b2847..1b86dbe 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages on: push: - branches: ["testing"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: