We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a047a commit 58d04bbCopy full SHA for 58d04bb
.github/dependabot.yml
@@ -6,7 +6,12 @@ updates:
6
directory: "/"
7
# Check the npm registry for updates every day (weekdays)
8
schedule:
9
- interval: "daily"
+ interval: "weekly"
10
+ groups:
11
+ # This is the name of your group. It will be used in PR titles and branch names
12
+ dev-dependencies:
13
+ patterns:
14
+ - "*"
15
ignore:
16
- dependency-name: "eslint"
17
update-types: ["version-update:semver-major"]
@@ -18,4 +23,4 @@ updates:
18
23
- package-ecosystem: "github-actions"
19
24
20
25
21
26
0 commit comments