Skip to content

Commit c6a0763

Browse files
authored
Merge pull request github#111 from github/zkoppert-patch-1
2 parents d079079 + 855997c commit c6a0763

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ updates:
33
- package-ecosystem: github-actions
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
commit-message:
8+
prefix: "chore(deps)"
9+
groups:
10+
dependencies:
11+
applies-to: version-updates
12+
update-types:
13+
- "minor"
14+
- "patch"
715
- package-ecosystem: npm
816
directory: "/"
917
schedule:

0 commit comments

Comments
 (0)