Skip to content

Commit 3f6cedd

Browse files
ci: update dependabot config
add npm security updates, set sofie team as default reviewers, remove docker updates for now
1 parent 869a184 commit 3f6cedd

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
version: 2
22
updates:
3-
# # Enable version updates for npm
4-
# - package-ecosystem: "npm"
5-
# # Look for `package.json` and `lock` files in the `root` directory
6-
# directory: "/"
7-
# # Check the npm registry for updates every day (weekdays)
8-
# schedule:
9-
# interval: "daily"
3+
# Enable version updates for npm
4+
- package-ecosystem: "npm"
5+
# Look for `package.json` and `lock` files in the `root` directory
6+
directory: "/"
7+
# Check the npm registry for updates every day (weekdays)
8+
schedule:
9+
interval: "daily"
10+
# Only create security updates
11+
open-pull-requests-limit: 0
12+
# Default reviewers
13+
reviewers:
14+
- "@nrkno/sofieteam"
1015

1116
- package-ecosystem: "github-actions"
1217
# Workflow files stored in the
@@ -16,17 +21,3 @@ updates:
1621
interval: "weekly"
1722
reviewers:
1823
- "@nrkno/sofie-ops"
19-
20-
# # Enable version updates for Docker
21-
# - package-ecosystem: "docker"
22-
# directory: "/meteor"
23-
# schedule:
24-
# interval: "weekly"
25-
# - package-ecosystem: "docker"
26-
# directory: "/packages/mos-gateway"
27-
# schedule:
28-
# interval: "weekly"
29-
# - package-ecosystem: "docker"
30-
# directory: "/packages/playout-gateway"
31-
# schedule:
32-
# interval: "weekly"

0 commit comments

Comments
 (0)