Skip to content

Commit 39eafa9

Browse files
authored
ci: cleanup dependabot.yml to see if it starts working (#4326)
1 parent 369829c commit 39eafa9

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,7 @@
11
version: 2
22
updates:
3-
# Maintain dependencies for frontend
4-
- package-ecosystem: "npm"
5-
directory: "/"
6-
schedule:
7-
interval: "daily"
8-
reviewers:
9-
- "weaveworks/timber-wolf"
10-
- "weaveworks/pesto"
11-
- "weaveworks/wild-watermelon"
12-
- "weaveworks/tangerine"
13-
# Only do security updates not version updates.
14-
open-pull-requests-limit: 0
15-
16-
# Maintain dependencies for backend
17-
- package-ecosystem: "gomod"
18-
directory: "/"
19-
schedule:
20-
interval: "daily"
21-
reviewers:
22-
- "weaveworks/timber-wolf"
23-
- "weaveworks/pesto"
24-
- "weaveworks/wild-watermelon"
25-
- "weaveworks/tangerine"
26-
# Only do security updates not version updates.
27-
open-pull-requests-limit: 0
28-
29-
# Maintain dependencies for website
30-
- package-ecosystem: "npm"
31-
directory: "/website"
32-
schedule:
33-
interval: "daily"
34-
reviewers:
35-
- "weaveworks/timber-wolf"
36-
- "weaveworks/pesto"
37-
- "weaveworks/wild-watermelon"
38-
- "weaveworks/tangerine"
39-
# Only do security updates not version updates.
40-
open-pull-requests-limit: 0
41-
423
# maintain dependencies for github actions
434
- package-ecosystem: "github-actions"
445
directory: "/"
456
schedule:
46-
interval: "weekly"
7+
interval: "daily"

0 commit comments

Comments
 (0)