Skip to content

Commit 4aad348

Browse files
authored
Have Dependabot group dependencies
Signed-off-by: Bradley Reynolds <[email protected]>
1 parent 3b982f7 commit 4aad348

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
7-
82
updates:
93
- package-ecosystem: "github-actions"
10-
# Workflow files stored in the
11-
# default location of `.github/workflows`
124
directory: "/"
135
schedule:
14-
interval: "daily"
6+
interval: "monthly"
7+
groups:
8+
ci-dependencies:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)