Skip to content

Commit 96efe05

Browse files
authored
chore: update dependabot.yml
1 parent 3d563c2 commit 96efe05

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
version: 2
77
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
12+
commit-message:
13+
prefix: "chore(ci): "
14+
groups:
15+
github-actions:
16+
patterns:
17+
- "*"
818
- package-ecosystem: "pip" # See documentation for possible values
919
directory: "/" # Location of package manifests
1020
schedule:

0 commit comments

Comments
 (0)