Skip to content

Commit d1fbf6e

Browse files
authored
Update Dependabot schedule and add actions support (#143)
Changed npm update schedule from daily to weekly and added actions update configuration with a weekly schedule.
1 parent 238d52a commit d1fbf6e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
groups:
88
npm-dependencies:
99
patterns:
1010
- "*"
1111

12+
- package-ecosystem: "actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
1217
- package-ecosystem: "devcontainers"
1318
directory: "/"
1419
schedule:

0 commit comments

Comments
 (0)