We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d079079 + 855997c commit c6a0763Copy full SHA for c6a0763
1 file changed
.github/dependabot.yml
@@ -3,7 +3,15 @@ updates:
3
- package-ecosystem: github-actions
4
directory: "/"
5
schedule:
6
- interval: daily
+ 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"
15
- package-ecosystem: npm
16
17
0 commit comments