Merge pull request #44 from pamelafox/pamelafox-patch-2
Browse files- .github/dependabot.yaml +9 -0
.github/dependabot.yaml
CHANGED
@@ -9,3 +9,12 @@ updates:
|
|
9 |
directory: "/" # Location of package manifests
|
10 |
schedule:
|
11 |
interval: "weekly"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
directory: "/" # Location of package manifests
|
10 |
schedule:
|
11 |
interval: "weekly"
|
12 |
+
|
13 |
+
- package-ecosystem: "github-actions"
|
14 |
+
directory: "/"
|
15 |
+
schedule:
|
16 |
+
interval: "weekly"
|
17 |
+
groups:
|
18 |
+
github-actions:
|
19 |
+
patterns:
|
20 |
+
- "*"
|