Joshua Sundance Bailey commited on
Commit ·
4e2d2fd
1
Parent(s): 2cf15f2
grouped dependabot
Browse files- .github/dependabot.yml +4 -0
.github/dependabot.yml
CHANGED
|
@@ -9,3 +9,7 @@ updates:
|
|
| 9 |
directory: "/" # Location of package manifests
|
| 10 |
schedule:
|
| 11 |
interval: "weekly"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
directory: "/" # Location of package manifests
|
| 10 |
schedule:
|
| 11 |
interval: "weekly"
|
| 12 |
+
groups:
|
| 13 |
+
app:
|
| 14 |
+
patterns:
|
| 15 |
+
- "*"
|