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: