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 7654546 commit 3b79106Copy full SHA for 3b79106
1 file changed
.github/dependabot.yml
@@ -4,6 +4,9 @@ updates:
4
directory: '/'
5
schedule:
6
interval: 'quarterly'
7
+ commit-message:
8
+ prefix: "chore"
9
+ include: "none"
10
groups:
11
npm-packages:
12
patterns: ['*']
@@ -12,6 +15,9 @@ updates:
15
13
16
14
17
18
19
20
21
22
github-action-workflows:
23
0 commit comments