Skip to content

Commit

Permalink
modify conf
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasDroid committed Nov 22, 2024
1 parent 69b612e commit f2587fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2587fa

Please sign in to comment.