Skip to content

Commit 02eaced

Browse files
authored
Create dependabot.yml (#12)
* Create dependabot.yml * Update dependabot.yml
1 parent 6ba7883 commit 02eaced

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: "devcontainers"
4+
directory: "/"
5+
labels:
6+
- "pr: dependency-update"
7+
schedule:
8+
interval: weekly
9+
time: "06:00"
10+
open-pull-requests-limit: 10
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
labels:
14+
- "pr: dependency-update"
15+
schedule:
16+
interval: weekly
17+
time: "06:00"
18+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)