Skip to content

Commit ca3b2cc

Browse files
authored
chore: update dependabot.yml to include gha
1 parent 4b43781 commit ca3b2cc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
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(deps-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)