Skip to content

Commit 7599baa

Browse files
Add GitHub Actions to things Dependabot keeps track of (#1691)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 1c3273a commit 7599baa

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"
11+
312
- package-ecosystem: pip
413
directory: "/"
514
schedule:
615
interval: monthly
7-
open-pull-requests-limit: 10
16+
groups:
17+
pip:
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)