Skip to content

Commit ae83bcc

Browse files
hugovkhroncok
authored andcommitted
Add GitHub Actions to Dependabot
1 parent 934f7a0 commit ae83bcc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ updates:
66
interval: daily
77
open-pull-requests-limit: 10
88
versioning-strategy: lockfile-only
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: monthly
13+
groups:
14+
actions:
15+
patterns:
16+
- "*"

0 commit comments

Comments
 (0)