Skip to content

Commit f95b405

Browse files
committed
added github actions package config for dependabot
1 parent 09683c9 commit f95b405

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@ updates:
1313
groups:
1414
dependencies:
1515
dependency-type: 'production'
16+
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
19+
target-branch: main
20+
open-pull-requests-limit: 20
21+
schedule:
22+
interval: "weekly"
23+
timezone: "Asia/Calcutta"
24+
groups:
25+
dependencies:
26+
dependency-type: 'production'

0 commit comments

Comments
 (0)