Skip to content

Commit 8fe972d

Browse files
authored
Add DevContainer to Dependabot
Signed-off-by: GitHub <[email protected]>
1 parent 46db6cc commit 8fe972d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.devcontainer/devcontainer-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"integrity": "sha256:f5e1557b5745bcc3aa8f12eaa1084b8d63952d73e776c406214d65f593aae6d8"
77
}
88
}
9-
}
9+
}

.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "devcontainers"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
38
- package-ecosystem: "github-actions"
49
directory: "/"
510
schedule:

0 commit comments

Comments
 (0)