Skip to content

Commit 22a72a5

Browse files
Add dependabot
Add dependabot configuration file.
1 parent 04e008c commit 22a72a5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
groups:
6+
actions:
7+
patterns:
8+
- actions/*
9+
schedule:
10+
interval: monthly
11+
time: "06:30"
12+
timezone: Europe/London
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: monthly
17+
time: "06:30"
18+
timezone: Europe/London

0 commit comments

Comments
 (0)