Skip to content

Commit 60ede23

Browse files
committed
Also update GitHub actions and NPM packages
1 parent 799d13b commit 60ede23

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
83
- package-ecosystem: "devcontainers"
94
directory: "/"
105
schedule:
11-
interval: daily
6+
interval: "weekly"
7+
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)