Skip to content

Commit 7a5bac5

Browse files
authored
chore: update dependabot to run weekly (#783)
1 parent d0b301d commit 7a5bac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "daily"
11+
interval: "weekly"
1212
- package-ecosystem: "github-actions"
1313
directory: "/.github/actions/setup-node"
1414
schedule:
15-
interval: "daily"
15+
interval: "weekly"
1616
- package-ecosystem: "npm"
1717
directory: "/"
1818
schedule:
19-
interval: "daily"
19+
interval: "weekly"
2020
groups:
2121
storybook:
2222
patterns: ["@storybook/*", "storybook"]

0 commit comments

Comments
 (0)