Skip to content

Commit f2587fa

Browse files
committed
modify conf
1 parent 69b612e commit f2587fa

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ updates:
33
- package-ecosystem: bundler
44
directory: /
55
schedule:
6-
interval: "weekly"
6+
interval: daily
77
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-
interval: "weekly"
8+
- dependency-type: direct

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages
88

99
on:
1010
push:
11-
branches: ["testing"]
11+
branches: ["main"]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

0 commit comments

Comments
 (0)