Skip to content

Commit ba7dd3c

Browse files
authored
devops: update GitHub Action workflows via dependabot (#1763)
1 parent 5e37b7f commit ba7dd3c

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
@@ -17,3 +17,11 @@ updates:
1717
allow:
1818
- dependency-type: "direct" # Optional: Only update direct dependencies
1919
- dependency-type: "indirect" # Optional: Only update indirect (transitive) dependencies
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "monthly"
24+
groups:
25+
actions:
26+
patterns:
27+
- "*"

0 commit comments

Comments
 (0)