We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b612e commit f2587faCopy full SHA for f2587fa
.github/dependabot.yml
@@ -3,12 +3,6 @@ updates:
3
- package-ecosystem: bundler
4
directory: /
5
schedule:
6
- interval: "weekly"
+ interval: daily
7
allow:
8
- - dependency-type: direct
9
-
10
- - package-ecosystem: "github-actions"
11
- directory: "/"
12
- schedule:
13
- # Check for updates to GitHub Actions every week
14
+ - dependency-type: direct
.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:
0 commit comments